Searched refs:cypher (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto_none.c27 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
H A Dcrypto_nss.c52 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
102 if (PK11_CipherOp(ctx, cypher, &olen, 8, (void *) clear, 8) !=
H A Dms_funcs.h58 const u8 *block, u8 *cypher);
H A Dms_funcs.c441 * @cypher: 16-octer Cypher (OUT)
444 const u8 *block, u8 *cypher)
446 des_encrypt(password_hash, block, cypher);
447 des_encrypt(password_hash + 8, block + 7, cypher + 8);
443 nt_password_hash_encrypted_with_block(const u8 *password_hash, const u8 *block, u8 *cypher) argument
H A Dcrypto.h107 * @cypher: 8 octets (out)
109 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
H A Dcrypto_cryptoapi.c159 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
211 os_memcpy(cypher, clear, 8);
213 if (!CryptEncrypt(ckey, 0, FALSE, 0, cypher, &dlen, 8)) {
216 os_memset(cypher, 0, 8);
H A Dcrypto_gnutls.c39 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
56 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
H A Ddes-internal.c405 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
425 WPA_PUT_BE32(cypher, work[0]);
426 WPA_PUT_BE32(cypher + 4, work[1]);
H A Dcrypto_libtomcrypt.c44 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
60 des_ecb_encrypt(clear, cypher, &skey);
H A Dcrypto_openssl.c121 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
137 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,

Completed in 121 milliseconds