/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 118 size_t key_len) in crypto_hash_init() 187 const u8 *key, size_t key_len, in hmac_vector() 221 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector() 229 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() 235 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() 242 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() 248 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector() 255 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() 261 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() 268 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() [all …]
|
D | sha256.c | 26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() 100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
|
D | md5.c | 26 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector() 105 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5()
|
D | sha1.c | 26 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() 104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
|
D | sha384-prf.c | 30 int sha384_prf(const u8 *key, size_t key_len, const char *label, in sha384_prf() 54 int sha384_prf_bits(const u8 *key, size_t key_len, const char *label, in sha384_prf_bits()
|
D | sha256-prf.c | 30 int sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf() 54 int sha256_prf_bits(const u8 *key, size_t key_len, const char *label, in sha256_prf_bits()
|
D | aes-siv.c | 64 static int aes_s2v(const u8 *key, size_t key_len, in aes_s2v() 119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() 162 int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt()
|
D | aes-gcm.c | 175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() 254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae() 288 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad() 322 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
|
D | crypto_internal.c | 33 size_t key_len; member 38 size_t key_len) in crypto_hash_init()
|
D | sha1-prf.c | 30 int sha1_prf(const u8 *key, size_t key_len, const char *label, in sha1_prf()
|
D | sha1-tprf.c | 29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf()
|
D | aes-ctr.c | 25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
|
D | aes-ccm.c | 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 | crypto_ops.c | 39 static int esp_aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in esp_aes_gmac()
|
D | aes-omac1.c | 43 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, in omac1_aes_vector()
|
D | crypto_internal-cipher.c | 45 size_t key_len) in crypto_cipher_init()
|
/hal_espressif-3.4.0/components/mbedtls/esp_crt_bundle/ |
D | esp_crt_bundle.c | 142 size_t key_len = s_crt_bundle.crts[middle][2] << 8 | s_crt_bundle.crts[middle][3]; in esp_crt_verify_callback() local 177 size_t key_len = cur_crt[2] << 8 | cur_crt[3]; in esp_crt_bundle_init() local
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/eap_peer/ |
D | eap_peap_common.c | 18 peap_prfplus(int version, const u8 *key, size_t key_len, in peap_prfplus()
|
D | eap_fast_pac.c | 348 size_t key_len; in eap_fast_parse_pac_key() local
|
/hal_espressif-3.4.0/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpa_main.c | 33 u8 *seq, size_t seq_len, u8 *key, size_t key_len, enum key_flag key_flag) in wpa_install_key() 39 u8 *key, size_t key_len, enum key_flag key_flag) in wpa_get_key()
|
D | esp_dpp_i.h | 50 uint32_t key_len; member
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/wps/ |
D | wps_attr_process.c | 167 const u8 *key, size_t key_len) in wps_process_cred_network_key()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/smp/ |
D | smp_api.c | 532 BOOLEAN SMP_Encrypt (UINT8 *key, UINT8 key_len, in SMP_Encrypt()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 446 int wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver, in wpa_eapol_key_mic()
|
/hal_espressif-3.4.0/components/esp_http_server/src/ |
D | httpd_ws.c | 145 size_t key_len = strlen(server_raw_text); in httpd_ws_respond_server_handshake() local
|