Home
last modified time | relevance | path

Searched defs:crypto_hash (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/wpa/src/crypto/
H A Dcrypto_internal.c19 struct crypto_hash { struct
39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
20 algcrypto_hash global() argument
H A Dcrypto_libtomcrypt.c144 struct crypto_hash { struct
154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
145 algcrypto_hash global() argument
H A Dcrypto_linux.c231 struct crypto_hash { struct
239 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
H A Dcrypto_wolfssl.c880 struct crypto_hash { global() struct
886 sizecrypto_hash crypto_hash_init() argument
H A Dcrypto_openssl.c1051 struct crypto_hash { global() struct
1056 ctxcrypto_hash crypto_hash_init() argument
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_hash/
H A Dcrypto_hash.c11 crypto_hash(unsigned char *out, const unsigned char *in, in crypto_hash() function
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c297 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function
/freebsd-src/sys/contrib/libb2/
H A Dblake2s.c417 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function
H A Dblake2b.c439 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function