Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto.h162 enum crypto_hash_alg { enum
183 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
1293 enum crypto_hash_alg algo);
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.c145 enum crypto_hash_alg alg;
154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
Dcrypto_linux.c239 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
Dcrypto_mbedtls_alt.c308 struct crypto_hash *crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, size_t key_len) in crypto_hash_init()
3194 …abuf *crypto_csr_sign(struct crypto_csr *csr, struct crypto_ec_key *key, enum crypto_hash_alg algo) in crypto_csr_sign()
Dcrypto_wolfssl.c1178 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
3440 enum crypto_hash_alg algo) in crypto_csr_sign()
Dcrypto_openssl.c1325 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
4403 enum crypto_hash_alg algo) in crypto_csr_sign()
/hostap-latest/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()