/hostap/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
|
/hostap/src/eap_common/ |
D | ikev2_common.c | 56 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash() 97 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash() 113 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus() 175 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt() 210 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
|
/hostap/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()
|
D | crypto_linux.c | 57 static int linux_af_alg_hash_vector(const char *alg, const u8 *key, in linux_af_alg_hash_vector() 239 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() 415 linux_af_alg_skcipher(const char *alg, const u8 *key, size_t key_len) in linux_af_alg_skcipher() 858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
|
D | crypto_nettle.c | 51 static int nettle_digest_vector(const struct nettle_hash *alg, size_t num_elem, in nettle_digest_vector() 404 enum crypto_cipher_alg alg; member 411 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
|
D | crypto_libtomcrypt.c | 145 enum crypto_hash_alg alg; member 154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() 301 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
|
D | tls_openssl_ocsp.c | 313 static char * algor_str(X509_ALGOR *alg) in algor_str()
|
/hostap/src/ap/ |
D | ap_mlme.c | 23 static const char * mlme_auth_alg_str(int alg) in mlme_auth_alg_str()
|
/hostap/tests/ |
D | test-rsa-sig-ver.c | 129 const struct asn1_oid *alg; in cavp_rsa_sig_ver() local
|
/hostap/src/pasn/ |
D | pasn_responder.c | 106 u16 res, alg, seq, status; in pasn_wd_handle_sae_commit() local 181 u16 res, alg, seq, status; in pasn_wd_handle_sae_confirm() local
|
D | pasn_initiator.c | 140 u16 len, res, alg, seq, status; in wpas_pasn_wd_sae_rx() local 371 u16 alg, seq, status; in wpas_pasn_wd_fils_rx() local
|
/hostap/src/rsn_supp/ |
D | wpa_ft.c | 495 enum wpa_alg alg; in wpa_ft_install_ptk() local 804 enum wpa_alg alg; in wpa_ft_process_gtk_subelem() local
|
/hostap/wpa_supplicant/ |
D | ibss_rsn.c | 146 static int supp_set_key(void *ctx, int link_id, enum wpa_alg alg, in supp_set_key() 322 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key()
|
D | preauth_test.c | 134 static int wpa_supplicant_set_key(void *wpa_s, int link_id, enum wpa_alg alg, in wpa_supplicant_set_key()
|
D | mesh_rsn.c | 102 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key()
|
/hostap/src/common/ |
D | defs.h | 214 static inline int wpa_auth_alg_fils(int alg) in wpa_auth_alg_fils() 235 static inline int wpa_alg_bip(enum wpa_alg alg) in wpa_alg_bip()
|
D | privsep_commands.h | 77 int alg; member
|
D | dpp_backup.c | 153 struct wpabuf *key = NULL, *attr, *alg, *priv_key = NULL; in dpp_build_key_pkg() local
|
/hostap/tests/fuzzing/eapol-key-supp/ |
D | eapol-key-supp.c | 175 static int supp_set_key(void *ctx, int link_id, enum wpa_alg alg, in supp_set_key()
|
/hostap/tests/fuzzing/eapol-key-auth/ |
D | eapol-key-auth.c | 170 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key()
|
/hostap/src/drivers/ |
D | driver_hostap.h | 164 u8 alg[HOSTAP_CRYPT_ALG_NAME_LEN]; member
|
D | driver_privsep.c | 213 enum wpa_alg alg = params->alg; in wpa_driver_privsep_set_key() local
|