Home
last modified time | relevance | path

Searched defs:alg (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dpkcs5.c25 } 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()
Dtlsv1_client_ocsp.c67 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
Dtlsv1_common.c346 enum crypto_hash_alg alg; in tlsv12_key_x_server_params_hash() local
Dtlsv1_common.h233 enum crypto_cipher_alg alg; member
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_internal.c20 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()
Dcrypto_internal-cipher.c18 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/
Desp_wpa_main.c50 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/
Dwpa_ft.c330 enum wpa_alg alg; in wpa_ft_install_ptk() local
590 enum wpa_alg alg; in wpa_ft_process_gtk_subelem() local
Dwpa.c773 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()
Dwpa_i.h17 enum wpa_alg alg; member
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c132 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/
Dwpa_auth.c159 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/
Dwifi_stubs.c117 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/
Dwpa_common.h223 enum wpa_alg alg; member