/external/wpa_supplicant_8/src/crypto/ |
D | aes-gcm.c | 230 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash() argument 242 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash() 244 WPA_PUT_BE64(len_buf + 8, crypt_len * 8); in aes_gcm_ghash() 289 const u8 *crypt, size_t crypt_len, in aes_gcm_ad() argument 304 aes_gcm_gctr(aes, J0, crypt, crypt_len, plain); in aes_gcm_ad() 306 aes_gcm_ghash(H, aad, aad_len, crypt, crypt_len, S); in aes_gcm_ad()
|
D | aes-ccm.c | 179 size_t M, const u8 *crypt, size_t crypt_len, in aes_ccm_ad() argument 199 aes_ccm_encr(aes, L, crypt, crypt_len, plain, a); in aes_ccm_ad() 201 aes_ccm_auth_start(aes, M, L, nonce, aad, aad_len, crypt_len, x); in aes_ccm_ad() 202 aes_ccm_auth(aes, plain, crypt_len, x); in aes_ccm_ad()
|
D | crypto_internal-rsa.c | 103 const u8 *crypt, size_t crypt_len, in crypto_public_key_decrypt_pkcs1() argument 107 crypt, crypt_len, plain, plain_len); in crypto_public_key_decrypt_pkcs1()
|
D | aes_wrap.h | 50 const u8 *crypt, size_t crypt_len, 60 size_t M, const u8 *crypt, size_t crypt_len,
|
D | crypto.h | 387 struct crypto_public_key *key, const u8 *crypt, size_t crypt_len,
|
D | crypto_libtomcrypt.c | 612 const u8 *crypt, size_t crypt_len, in crypto_public_key_decrypt_pkcs1() argument 620 res = rsa_exptmod(crypt, crypt_len, plain, &len, PK_PUBLIC, in crypto_public_key_decrypt_pkcs1()
|
/external/wpa_supplicant_8/src/tls/ |
D | pkcs1.c | 128 const u8 *crypt, size_t crypt_len, in pkcs1_decrypt_public_key() argument 135 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len, key, 0) < 0) in pkcs1_decrypt_public_key()
|
D | pkcs1.h | 19 const u8 *crypt, size_t crypt_len,
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | crypto.h | 385 struct crypto_public_key *key, const u8 *crypt, size_t crypt_len,
|
D | crypto_libtomcrypt.c | 618 const u8 *crypt, size_t crypt_len, in crypto_public_key_decrypt_pkcs1() argument 626 res = rsa_exptmod(crypt, crypt_len, plain, &len, PK_PUBLIC, in crypto_public_key_decrypt_pkcs1()
|
D | crypto_internal.c | 713 const u8 *crypt, size_t crypt_len, in crypto_public_key_decrypt_pkcs1() argument 720 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len, in crypto_public_key_decrypt_pkcs1()
|