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

/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
H A Dms_funcs.h54 const u8 *block, u8 *cypher);
H A Dms_funcs.c489 * @cypher: 16-octer Cypher (OUT)
492 const u8 *block, u8 *cypher)
494 des_encrypt(password_hash, block, cypher);
495 des_encrypt(password_hash + 8, block + 7, cypher + 8);
491 nt_password_hash_encrypted_with_block(const u8 *password_hash, const u8 *block, u8 *cypher) argument
H A Dcrypto_gnutls.c33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
H A Ddes-internal.c399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
419 WPA_PUT_BE32(cypher, work[0]);
420 WPA_PUT_BE32(cypher + 4, work[1]);
H A Dcrypto.h86 * @cypher: 8 octets (out)
88 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
H A Dcrypto_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
54 des_ecb_encrypt(clear, cypher, &skey);
H A Dcrypto_openssl.c104 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
120 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,

Completed in 256 milliseconds