Searched defs:cipher (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 373 int wpa_cipher_valid_mgmt_group(int cipher) in wpa_cipher_valid_mgmt_group() 775 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher) in wpa_pmk_r1_to_ptk() 1096 const char * wpa_cipher_txt(int cipher) in wpa_cipher_txt() 1146 struct wpa_ptk *ptk, int akmp, int cipher) in wpa_pmk_to_ptk() 1352 int wpa_cipher_key_len(int cipher) in wpa_cipher_key_len() 1381 int wpa_cipher_rsc_len(int cipher) in wpa_cipher_rsc_len() 1394 int wpa_cipher_to_alg(int cipher) in wpa_cipher_to_alg() 1415 int wpa_cipher_valid_pairwise(int cipher) in wpa_cipher_valid_pairwise() 1425 u32 wpa_cipher_to_suite(int proto, int cipher) in wpa_cipher_to_suite()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto_ops.c | 20 static int esp_aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) in esp_aes_wrap() 25 static int esp_aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) in esp_aes_unwrap()
|
D | aes-unwrap.c | 26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
|
D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_common.c | 117 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher) in tls_get_cipher_data() 127 int tls_server_key_exchange_allowed(tls_cipher cipher) in tls_server_key_exchange_allowed()
|
D | tlsv1_common.h | 218 tls_cipher cipher; member 228 tls_cipher cipher; member
|
D | tlsv1_server.c | 531 char *cipher; in tlsv1_server_get_cipher() local
|
D | tlsv1_client.c | 617 char *cipher; in tlsv1_client_get_cipher() local
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 687 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() 707 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
|
/hal_espressif-latest/components/mbedtls/port/aes/ |
D | esp_aes_gcm.c | 255 mbedtls_cipher_id_t cipher, in esp_aes_gcm_setkey()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_fast.c | 1607 char cipher[80]; in eap_fast_process() local
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 125 unsigned cipher_type_map_public_to_supp(wifi_cipher_type_t cipher) in cipher_type_map_public_to_supp()
|