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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_none.c21 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
H A Dcrypto_gnutls.c33 int 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 int 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.c493 * @cypher: 16-octer Cypher (OUT)
497 const u8 *block, u8 *cypher)
499 if (des_encrypt(password_hash, block, cypher) < 0 ||
500 des_encrypt(password_hash + 8, block + 7, cypher + 8) < 0)
496 nt_password_hash_encrypted_with_block(const u8 *password_hash, const u8 *block, u8 *cypher) argument
H A Dcrypto_libtomcrypt.c38 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
54 des_ecb_encrypt(clear, cypher, &skey);
H A Dcrypto_linux.c604 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
652 ret = read(skcipher->t, cypher, 8);
H A Dcrypto_openssl.c164 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
180 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_none.c21 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
H A Dcrypto_gnutls.c33 int 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 int 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.c493 * @cypher: 16-octer Cypher (OUT)
497 const u8 *block, u8 *cypher)
499 if (des_encrypt(password_hash, block, cypher) < 0 ||
500 des_encrypt(password_hash + 8, block + 7, cypher + 8) < 0)
496 nt_password_hash_encrypted_with_block(const u8 *password_hash, const u8 *block, u8 *cypher) argument
H A Dcrypto_libtomcrypt.c38 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
54 des_ecb_encrypt(clear, cypher, &skey);
H A Dcrypto_linux.c604 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
652 ret = read(skcipher->t, cypher, 8);
H A Dcrypto_openssl.c164 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
180 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_none.c21 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
H A Dcrypto_gnutls.c33 int 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 int 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.c493 * @cypher: 16-octer Cypher (OUT)
497 const u8 *block, u8 *cypher)
499 if (des_encrypt(password_hash, block, cypher) < 0 ||
500 des_encrypt(password_hash + 8, block + 7, cypher + 8) < 0)
496 nt_password_hash_encrypted_with_block(const u8 *password_hash, const u8 *block, u8 *cypher) argument
H A Dcrypto_libtomcrypt.c38 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
54 des_ecb_encrypt(clear, cypher, &skey);
H A Dcrypto_linux.c604 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
652 ret = read(skcipher->t, cypher, 8);
H A Dcrypto_openssl.c164 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
180 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,

Completed in 1060 milliseconds