| /hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
| D | ccmp.c | 20 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
|
| D | aes-ccm.c | 29 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start() 85 static void aes_ccm_encr_start(size_t L, const u8 *nonce, u8 *a) in aes_ccm_encr_start() 149 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ae() 179 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ad()
|
| D | aes-ctr.c | 25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt() 67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
|
| /hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
| D | ccm_mode.c | 39 int tc_ccm_config(TCCcmMode_t c, TCAesKeySched_t sched, uint8_t *nonce, in tc_ccm_config() 98 uint8_t nonce[TC_AES_BLOCK_SIZE]; in ccm_ctr_mode() local
|
| D | ctr_mode.c | 42 uint8_t nonce[TC_AES_BLOCK_SIZE]; in tc_ctr_mode() local
|
| /hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
| D | ccm_mode.c | 39 int tc_ccm_config(TCCcmMode_t c, TCAesKeySched_t sched, uint8_t *nonce, in tc_ccm_config() 98 uint8_t nonce[TC_AES_BLOCK_SIZE]; in ccm_ctr_mode() local
|
| D | ctr_mode.c | 42 uint8_t nonce[TC_AES_BLOCK_SIZE]; in tc_ctr_mode() local
|
| /hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
| D | ccm_mode.h | 93 uint8_t *nonce; /* nonce required by CCM */ member
|
| /hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
| D | ccm_mode.h | 93 uint8_t *nonce; /* nonce required by CCM */ member
|
| /hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
| D | crypto.c | 599 uint8_t nonce[13] = {0}; in bt_mesh_net_encrypt() local 631 uint8_t nonce[13] = {0}; in bt_mesh_net_decrypt() local 677 uint8_t nonce[13] = {0}; in bt_mesh_app_encrypt() local 704 uint8_t nonce[13] = {0}; in bt_mesh_app_decrypt() local
|
| D | prov.c | 1186 uint8_t nonce[13] = {0}; in prov_data() local
|
| D | provisioner_prov.c | 2387 uint8_t nonce[13] = {0}; local
|
| /hal_espressif-latest/components/wpa_supplicant/src/wps/ |
| D | wps_validate.c | 870 static int wps_validate_r_snonce1(const u8 *nonce, int mandatory) in wps_validate_r_snonce1() 884 static int wps_validate_r_snonce2(const u8 *nonce, int mandatory) in wps_validate_r_snonce2() 898 static int wps_validate_e_snonce1(const u8 *nonce, int mandatory) in wps_validate_e_snonce1() 912 static int wps_validate_e_snonce2(const u8 *nonce, int mandatory) in wps_validate_e_snonce2()
|
| /hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
| D | crypto_mbedtls.c | 659 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt() 679 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt() 814 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ae() 839 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ad()
|
| /hal_espressif-latest/components/wpa_supplicant/src/ap/ |
| D | wpa_auth.h | 54 u8 nonce[16]; member 68 u8 nonce[16]; /* copied from pull */ member
|
| D | wpa_auth.c | 1008 const u8 *key_rsc, const u8 *nonce, in __wpa_send_eapol() 1193 const u8 *key_rsc, const u8 *nonce, in wpa_send_eapol()
|
| /hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
| D | eap_tlv_common.h | 76 u8 nonce[32]; member
|
| /hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
| D | wpa.c | 547 int ver, const u8 *nonce, in wpa_supplicant_send_2_of_4()
|