Home
last modified time | relevance | path

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

12

/hostap/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
/hostap/src/eap_common/
Dikev2_common.c56 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/
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()
Dcrypto_linux.c57 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()
Dcrypto_nettle.c51 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()
Dcrypto_libtomcrypt.c145 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()
Dtls_openssl_ocsp.c313 static char * algor_str(X509_ALGOR *alg) in algor_str()
/hostap/src/ap/
Dap_mlme.c23 static const char * mlme_auth_alg_str(int alg) in mlme_auth_alg_str()
/hostap/tests/
Dtest-rsa-sig-ver.c129 const struct asn1_oid *alg; in cavp_rsa_sig_ver() local
/hostap/src/pasn/
Dpasn_responder.c106 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
Dpasn_initiator.c140 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/
Dwpa_ft.c495 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/
Dibss_rsn.c146 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()
Dpreauth_test.c134 static int wpa_supplicant_set_key(void *wpa_s, int link_id, enum wpa_alg alg, in wpa_supplicant_set_key()
Dmesh_rsn.c102 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key()
/hostap/src/common/
Ddefs.h214 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()
Dprivsep_commands.h77 int alg; member
Ddpp_backup.c153 struct wpabuf *key = NULL, *attr, *alg, *priv_key = NULL; in dpp_build_key_pkg() local
/hostap/tests/fuzzing/eapol-key-supp/
Deapol-key-supp.c175 static int supp_set_key(void *ctx, int link_id, enum wpa_alg alg, in supp_set_key()
/hostap/tests/fuzzing/eapol-key-auth/
Deapol-key-auth.c170 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key()
/hostap/src/drivers/
Ddriver_hostap.h164 u8 alg[HOSTAP_CRYPT_ALG_NAME_LEN]; member
Ddriver_privsep.c213 enum wpa_alg alg = params->alg; in wpa_driver_privsep_set_key() local

12