Home
last modified time | relevance | path

Searched defs:digest (Results 1 – 6 of 6) sorted by relevance

/hostap/src/crypto/
Dsha1-pbkdf2.c16 u8 *digest) in pbkdf2_sha1_f()
80 unsigned char digest[SHA1_MAC_LEN]; in pbkdf2_sha1() local
Dms_funcs.c396 u8 digest[SHA1_MAC_LEN]; in get_asymetric_start_key() local
Dcrypto_openssl.c1593 static int openssl_hmac_vector(char *digest, const u8 *key, in openssl_hmac_vector()
/hostap/src/eap_common/
Deap_pwd_common.c37 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest) in eap_pwd_h_final()
49 u8 digest[SHA256_MAC_LEN]; in eap_pwd_kdf() local
/hostap/src/common/
Ddpp_crypto.c167 unsigned int iterations, unsigned int count, u8 *digest) in dpp_pbkdf2_f()
213 unsigned char digest[DPP_MAX_HASH_LEN]; in dpp_pbkdf2() local
/hostap/tests/hwsim/
Dtest_eap_proto.py77 def add_message_authenticator_attr(reply, digest): argument