Home
last modified time | relevance | path

Searched defs:aad (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/
Dccmp.c20 u8 *aad, size_t *aad_len, u8 *nonce) in ccmp_aad_nonce()
83 u8 *aad, size_t *aad_len, u8 *nonce) in ccmp_aad_nonce_pv1()
142 u8 aad[30], nonce[13]; in ccmp_decrypt() local
194 u8 aad[30], nonce[13]; in ccmp_encrypt() local
245 u8 aad[24], nonce[13]; in ccmp_encrypt_pv1() local
285 u8 aad[30], nonce[13]; in ccmp_256_decrypt() local
320 u8 aad[30], nonce[13]; in ccmp_256_encrypt() local
Daes-gcm.c229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash()
256 const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) in aes_gcm_ae()
290 const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) in aes_gcm_ad()
323 const u8 *aad, size_t aad_len, u8 *tag) in aes_gmac()
Daes-ccm.c30 const u8 *aad, size_t aad_len, size_t plain_len, in aes_ccm_auth_start()
151 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae()
181 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
Dcrypto_ops.c40 const u8 *aad, size_t aad_len, u8 *tag) in esp_aes_gmac()
Dcrypto_mbedtls.c710 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae()
735 const u8 *aad, size_t aad_len, const u8 *auth, in aes_ccm_ad()
/hal_espressif-3.5.0/components/mbedtls/port/aes/
Desp_aes_gcm.c340 const unsigned char *aad, in esp_aes_gcm_starts()
492 static bool esp_aes_gcm_input_support_hw_accel(size_t length, const unsigned char *aad, size_t aad_… in esp_aes_gcm_input_support_hw_accel()
525 const unsigned char *aad, in esp_aes_gcm_crypt_and_tag_partial_hw()
554 const unsigned char *aad, in esp_aes_gcm_crypt_and_tag()
666 const unsigned char *aad, in esp_aes_gcm_auth_decrypt()
/hal_espressif-3.5.0/components/mbedtls/test/
Dtest_aes_gcm.c384 uint8_t aad[16]; variable
445 uint8_t aad[16]; variable
/hal_espressif-3.5.0/components/mbedtls/port/include/aes/
Desp_aes_gcm.h59 const unsigned char *aad; /*!< The additional data. */ member
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.c197 const uint8_t *aad, size_t aad_len, in bt_mesh_ccm_decrypt()
356 const uint8_t *aad, size_t aad_len, in bt_mesh_ccm_encrypt()