Searched defs:crypto_hash_init (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto_internal.c | 39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
|
D | crypto_libtomcrypt.c | 154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
|
D | crypto_linux.c | 239 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
|
D | crypto_wolfssl.c | 1178 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
|
D | crypto_mbedtls_alt.c | 308 struct crypto_hash *crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, size_t key_len) in crypto_hash_init() function
|
D | crypto_openssl.c | 1325 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
|