Searched defs:alg (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/ |
D | crypto_internal.c | 18 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()
|
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()
|
D | crypto_mbedtls.c | 117 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/ |
D | esp_wpa_main.c | 32 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/ |
D | wpa.c | 697 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()
|
D | wpa_i.h | 21 enum wpa_alg alg; member
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/ |
D | pkcs5.c | 23 } alg; member
|
D | tlsv1_common.c | 348 enum crypto_hash_alg alg; in tlsv12_key_x_server_params_hash() local
|
D | tlsv1_server_read.c | 775 enum { SIGN_ALG_RSA, SIGN_ALG_DSA } alg = SIGN_ALG_RSA; in tls_process_certificate_verify() local
|
D | tlsv1_client_write.c | 467 enum { SIGN_ALG_RSA, SIGN_ALG_DSA } alg = SIGN_ALG_RSA; in tls_write_client_certificate_verify() local
|
D | tlsv1_common.h | 232 enum crypto_cipher_alg alg; member
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/ap/ |
D | wpa_auth.c | 140 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/ |
D | wpa_common.h | 216 enum wpa_alg alg; member
|