Home
last modified time | relevance | path

Searched refs:plain_len (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Daes-ccm.c29 const u8 *aad, size_t aad_len, size_t plain_len, in aes_ccm_auth_start() argument
41 WPA_PUT_BE16(&b[AES_BLOCK_SIZE - L], plain_len); in aes_ccm_auth_start()
149 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae() argument
163 aes_ccm_auth_start(aes, M, L, nonce, aad, aad_len, plain_len, x); in aes_ccm_ae()
164 aes_ccm_auth(aes, plain, plain_len, x); in aes_ccm_ae()
168 aes_ccm_encr(aes, L, plain, plain_len, crypt, a); in aes_ccm_ae()
Dcrypto_internal-rsa.c113 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1() argument
116 crypt, crypt_len, plain, plain_len); in crypto_public_key_decrypt_pkcs1()
Daes_wrap.h54 const u8 *plain, size_t plain_len,
66 size_t M, const u8 *plain, size_t plain_len,
Daes-gcm.c255 const u8 *plain, size_t plain_len, in aes_gcm_ae() argument
270 aes_gcm_gctr(aes, J0, plain, plain_len, crypt); in aes_gcm_ae()
272 aes_gcm_ghash(H, aad, aad_len, crypt, plain_len, S); in aes_gcm_ae()
Dcrypto_libtomcrypt.c613 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1() argument
619 len = *plain_len; in crypto_public_key_decrypt_pkcs1()
664 *plain_len = len; in crypto_public_key_decrypt_pkcs1()
Dcrypto.h415 u8 *plain, size_t *plain_len);
/external/wpa_supplicant_8/src/tls/
Dpkcs1.c136 u8 *plain, size_t *plain_len) in pkcs1_decrypt_public_key() argument
141 len = *plain_len; in pkcs1_decrypt_public_key()
190 *plain_len = len; in pkcs1_decrypt_public_key()
Dpkcs1.h23 u8 *plain, size_t *plain_len);