Home
last modified time | relevance | path

Searched refs:crypto_hash_alg (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.h45 enum crypto_hash_alg hash_alg;
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h135 enum crypto_hash_alg { enum
155 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
Dcrypto_internal.c18 enum crypto_hash_alg alg;
31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
Dcrypto_libtomcrypt.c144 enum crypto_hash_alg alg;
153 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
Dcrypto_openssl.c665 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()