Home
last modified time | relevance | path

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

/hostap-latest/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_mbedtls_alt.c2998 unsigned char digest[MBEDTLS_MD_MAX_SIZE]; in crypto_csr_verify() local
Dcrypto_openssl.c1520 static int openssl_hmac_vector(char *digest, const u8 *key, in openssl_hmac_vector()
/hostap-latest/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-latest/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-latest/tests/hwsim/
Dtest_eap_proto.py77 def add_message_authenticator_attr(reply, digest): argument