Searched defs:cypher (Results 1 - 18 of 18) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, 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 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_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.c152 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
168 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, 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 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_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.c152 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
168 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, 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 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_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.c152 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
168 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,

Completed in 207 milliseconds