Home
last modified time | relevance | path

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

/hal_espressif-latest/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()
143 size_t aad_len; in ccmp_decrypt() local
195 size_t aad_len, plen; in ccmp_encrypt() local
246 size_t aad_len, plen; in ccmp_encrypt_pv1() local
286 size_t aad_len; in ccmp_256_decrypt() local
321 size_t aad_len, plen; 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.c41 const u8 *aad, size_t aad_len, u8 *tag) in esp_aes_gmac()
/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_gcm.c448 size_t aad_len ) in esp_aes_gcm_update_ad()
593 …ic bool esp_aes_gcm_input_support_hw_accel(size_t length, const unsigned char *aad, size_t aad_len, in esp_aes_gcm_input_support_hw_accel()
628 size_t aad_len, in esp_aes_gcm_crypt_and_tag_partial_hw()
662 size_t aad_len, in esp_aes_gcm_crypt_and_tag()
787 size_t aad_len, in esp_aes_gcm_auth_decrypt()
/hal_espressif-latest/components/mbedtls/port/include/aes/
Desp_aes_gcm.h39 uint64_t aad_len; /*!< The total length of the additional data. */ member
/hal_espressif-latest/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()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c816 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae()
841 const u8 *aad, size_t aad_len, const u8 *auth, in aes_ccm_ad()
/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes.c495 … const unsigned char *input, unsigned char *output, size_t len, lldesc_t *aad_desc, size_t aad_len) in esp_aes_process_dma_gcm()