Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Daes-ccm.c30 const u8 *aad, size_t aad_len, size_t plain_len, in aes_ccm_auth_start() argument
42 WPA_PUT_BE16(&b[AES_BLOCK_SIZE - L], plain_len); in aes_ccm_auth_start()
150 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae() argument
164 aes_ccm_auth_start(aes, M, L, nonce, aad, aad_len, plain_len, x); in aes_ccm_ae()
165 aes_ccm_auth(aes, plain, plain_len, x); in aes_ccm_ae()
169 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.h419 u8 *plain, size_t *plain_len);
/hal_espressif-latest/components/wpa_supplicant/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()
194 *plain_len = len; in pkcs1_decrypt_public_key()
Dpkcs1.h23 u8 *plain, size_t *plain_len);
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-rsa.c338 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1() argument
400 *plain_len = len; in crypto_public_key_decrypt_pkcs1()
Dcrypto_mbedtls.c815 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae() argument
830 ret = mbedtls_ccm_encrypt_and_tag(&ccm, plain_len, nonce, 13, aad, in aes_ccm_ae()