Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 18 of 18) 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()
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-ccm.c29 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()
Daes-ctr.c25 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/
Dccm_mode.c39 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
Dctr_mode.c42 uint8_t nonce[TC_AES_BLOCK_SIZE]; in tc_ctr_mode() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dccm_mode.c39 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
Dctr_mode.c42 uint8_t nonce[TC_AES_BLOCK_SIZE]; in tc_ctr_mode() local
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Dccm_mode.h93 uint8_t *nonce; /* nonce required by CCM */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Dccm_mode.h93 uint8_t *nonce; /* nonce required by CCM */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.c599 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
Dprov.c1186 uint8_t nonce[13] = {0}; in prov_data() local
Dprovisioner_prov.c2387 uint8_t nonce[13] = {0}; local
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_validate.c870 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/
Dcrypto_mbedtls.c659 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/
Dwpa_auth.h54 u8 nonce[16]; member
68 u8 nonce[16]; /* copied from pull */ member
Dwpa_auth.c1008 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/
Deap_tlv_common.h76 u8 nonce[32]; member
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c547 int ver, const u8 *nonce, in wpa_supplicant_send_2_of_4()