Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/
Dcrypto_internal.c18 enum crypto_hash_alg alg; member
37 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()
Dcrypto_mbedtls.c117 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
420 static mbedtls_cipher_type_t alg_to_mbedtls_cipher(enum crypto_cipher_alg alg, in alg_to_mbedtls_cipher()
452 struct crypto_cipher *crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
/hal_espressif-3.4.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa_main.c32 void wpa_install_key(enum wpa_alg alg, u8 *addr, int key_idx, int set_tx, in wpa_install_key()
38 int wpa_get_key(uint8_t *ifx, int *alg, u8 *addr, int *key_idx, in wpa_get_key()
/hal_espressif-3.4.0/components/wpa_supplicant/src/rsn_supp/
Dwpa.c697 enum wpa_alg alg; in wpa_supplicant_install_ptk() local
732 enum wpa_alg *alg) in wpa_supplicant_check_group_cipher()
843 int alg; in wpa_supplicant_gtk_in_use() local
1248 enum wpa_alg alg; in wpa_supplicant_activate_ptk() local
2319 wpa_sm_set_key(struct install_key *key_sm, enum wpa_alg alg, in wpa_sm_set_key()
2345 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.h21 enum wpa_alg alg; member
/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/
Dpkcs5.c23 } alg; member
Dtlsv1_common.c348 enum crypto_hash_alg alg; in tlsv12_key_x_server_params_hash() local
Dtlsv1_server_read.c775 enum { SIGN_ALG_RSA, SIGN_ALG_DSA } alg = SIGN_ALG_RSA; in tls_process_certificate_verify() local
Dtlsv1_client_write.c467 enum { SIGN_ALG_RSA, SIGN_ALG_DSA } alg = SIGN_ALG_RSA; in tls_write_client_certificate_verify() local
Dtlsv1_common.h232 enum crypto_cipher_alg alg; member
/hal_espressif-3.4.0/components/wpa_supplicant/src/ap/
Dwpa_auth.c140 enum wpa_alg alg, const u8 *addr, int idx, in wpa_auth_set_key()
967 int alg; in __wpa_send_eapol() local
1820 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise); in SM_STATE() local
/hal_espressif-3.4.0/components/wpa_supplicant/src/common/
Dwpa_common.h216 enum wpa_alg alg; member