Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal.c19 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
Dcrypto_libtomcrypt.c144 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
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
Dcrypto_wolfssl.c1176 struct crypto_hash { struct
1182 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
Dcrypto_openssl.c1385 struct crypto_hash { struct
1395 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/
Dblake2s.c410 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function
Dblake2b.c432 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function