Searched refs:crypto_hash_alg (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_record.h | 45 enum crypto_hash_alg hash_alg;
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 135 enum crypto_hash_alg { enum 155 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
|
D | crypto_internal.c | 18 enum crypto_hash_alg alg; 31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
|
D | crypto_libtomcrypt.c | 144 enum crypto_hash_alg alg; 153 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
|
D | crypto_cryptoapi.c | 345 enum crypto_hash_alg alg; 352 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
|
D | crypto_openssl.c | 604 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
|