Home
last modified time | relevance | path

Searched refs:crypt_len (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Daes-gcm.c230 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()
Daes-ccm.c179 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()
Dcrypto_internal-rsa.c103 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()
Daes_wrap.h50 const u8 *crypt, size_t crypt_len,
60 size_t M, const u8 *crypt, size_t crypt_len,
Dcrypto.h387 struct crypto_public_key *key, const u8 *crypt, size_t crypt_len,
Dcrypto_libtomcrypt.c612 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/
Dpkcs1.c128 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()
Dpkcs1.h19 const u8 *crypt, size_t crypt_len,
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dcrypto.h385 struct crypto_public_key *key, const u8 *crypt, size_t crypt_len,
Dcrypto_libtomcrypt.c618 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()
Dcrypto_internal.c713 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()