Searched defs:crypto_hash (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
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
|
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
|
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
|
D | crypto_wolfssl.c | 876 struct crypto_hash { struct 882 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
|
D | crypto_openssl.c | 978 struct crypto_hash { struct 983 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2s-ref.c | 373 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function
|
D | blake2b-ref.c | 383 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function
|
D | blake2s.c | 397 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function
|
D | blake2b.c | 416 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function
|