Searched defs:crypto_hash (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_internal.c | 19 struct crypto_hash { struct 20 enum crypto_hash_alg alg; argument 39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
|
H A D | crypto_libtomcrypt.c | 144 struct crypto_hash { struct 145 enum crypto_hash_alg alg; argument 154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
|
H A D | crypto_linux.c | 231 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 D | crypto_wolfssl.c | 1172 struct crypto_hash { struct 1178 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
|
H A D | crypto_openssl.c | 1315 struct crypto_hash { struct 1325 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/ |
H A D | crypto_hash.c | 11 crypto_hash(unsigned char *out, const unsigned char *in, in crypto_hash() function
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_blake2s_ref.c | 297 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function
|
/freebsd/sys/contrib/libb2/ |
H A D | blake2b.c | 439 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function
|
H A D | blake2s.c | 417 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function
|