Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.h45 enum crypto_hash_alg hash_alg;
Dtlsv1_common.c346 enum crypto_hash_alg alg; in tlsv12_key_x_server_params_hash()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h157 enum crypto_hash_alg { enum
178 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
Dcrypto_internal.c20 enum crypto_hash_alg alg;
39 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.c852 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()