/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | pkcs5.c | 25 } alg; member 48 static int pkcs5_is_oid(struct asn1_oid *oid, unsigned long alg) in pkcs5_is_oid() 58 static int enc_alg_is_oid(struct asn1_oid *oid, unsigned long alg) in enc_alg_is_oid() 67 static int pkcs12_is_pbe_oid(struct asn1_oid *oid, unsigned long alg) in pkcs12_is_pbe_oid()
|
D | tlsv1_client_ocsp.c | 67 static unsigned int ocsp_hash_data(struct asn1_oid *alg, const u8 *data, in ocsp_hash_data() 118 struct x509_algorithm_identifier alg; in tls_process_ocsp_single_response() local 354 struct x509_algorithm_identifier alg; in tls_process_basic_ocsp_response() local
|
D | tlsv1_common.c | 346 enum crypto_hash_alg alg; in tlsv12_key_x_server_params_hash() local
|
D | tlsv1_common.h | 233 enum crypto_cipher_alg alg; member
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto_internal.c | 20 enum crypto_hash_alg alg; member 39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
|
D | crypto_internal-cipher.c | 18 enum crypto_cipher_alg alg; member 43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpa_main.c | 50 void wpa_install_key(enum wpa_alg alg, u8 *addr, int key_idx, int set_tx, in wpa_install_key() 56 int wpa_get_key(uint8_t *ifx, int *alg, u8 *addr, int *key_idx, in wpa_get_key()
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa_ft.c | 330 enum wpa_alg alg; in wpa_ft_install_ptk() local 590 enum wpa_alg alg; in wpa_ft_process_gtk_subelem() local
|
D | wpa.c | 773 enum wpa_alg alg; in wpa_supplicant_install_ptk() local 822 enum wpa_alg *alg) in wpa_supplicant_check_group_cipher() 943 int alg; in wpa_supplicant_gtk_in_use() local 1378 enum wpa_alg alg; in wpa_supplicant_activate_ptk() local 2535 int wpa_sm_set_key(struct install_key *key_sm, enum wpa_alg alg, in wpa_sm_set_key() 2561 wpa_sm_get_key(uint8_t *ifx, int *alg, u8 *addr, int *key_idx, u8 *key, size_t key_len, enum key_fl… in wpa_sm_get_key()
|
D | wpa_i.h | 17 enum wpa_alg alg; member
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 132 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() 538 static mbedtls_cipher_type_t alg_to_mbedtls_cipher(enum crypto_cipher_alg alg, in alg_to_mbedtls_cipher() 566 struct crypto_cipher *crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth.c | 159 enum wpa_alg alg, const u8 *addr, int idx, in wpa_auth_set_key() 1015 int alg; in __wpa_send_eapol() local 1958 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise); in SM_STATE() local
|
/hal_espressif-latest/zephyr/port/wifi/ |
D | wifi_stubs.c | 117 int esp_wifi_set_ap_key_internal(int alg, const u8 *addr, int idx, u8 *key, size_t key_len) in esp_wifi_set_ap_key_internal() 127 int esp_wifi_set_sta_key_internal(int alg, u8 *addr, int key_idx, int set_tx, u8 *seq, in esp_wifi_set_sta_key_internal() 142 int esp_wifi_get_sta_key_internal(uint8_t *ifx, int *alg, u8 *addr, int *key_idx, u8 *key, in esp_wifi_get_sta_key_internal()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.h | 223 enum wpa_alg alg; member
|