Searched refs:hash_memory_multi (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/helper/ |
A D | sub.mk | 4 srcs-y += hash_memory_multi.c
|
A D | hash_memory_multi.c | 22 int hash_memory_multi(int hash, unsigned char *out, unsigned long *outlen, in hash_memory_multi() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/pkcs12/ |
A D | pkcs12_kdf.c | 42 … err = hash_memory_multi(hash_id, A, &Alen, D, v, I, Slen + Plen, LTC_NULL); /* A = HASH(D || I) */ in pkcs12_kdf()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/bcrypt/ |
A D | bcrypt.c | 139 if ((err = hash_memory_multi(hash_idx, buf[0], &x, in bcrypt_pbkdf_openbsd()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_hash.h | 496 int hash_memory_multi(int hash, unsigned char *out, unsigned long *outlen,
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | tweetnacl.c | 234 return hash_memory_multi(hash_idx, out, &len, ctx, cs, m, n, LTC_NULL); in tweetnacl_crypto_hash_ctx()
|
Completed in 11 milliseconds