Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c373 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/
Dcrypto_ops.c20 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()
Daes-unwrap.c26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
Daes-wrap.c26 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/
Dtlsv1_common.c117 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()
Dtlsv1_common.h218 tls_cipher cipher; member
228 tls_cipher cipher; member
Dtlsv1_server.c531 char *cipher; in tlsv1_server_get_cipher() local
Dtlsv1_client.c617 char *cipher; in tlsv1_client_get_cipher() local
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c687 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/
Desp_aes_gcm.c255 mbedtls_cipher_id_t cipher, in esp_aes_gcm_setkey()
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_fast.c1607 char cipher[80]; in eap_fast_process() local
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c125 unsigned cipher_type_map_public_to_supp(wifi_cipher_type_t cipher) in cipher_type_map_public_to_supp()