Searched refs:hash_memory_multi (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/hashes/helper/ |
| H 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/core/lib/libtomcrypt/src/misc/pkcs12/ |
| H 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/core/lib/libtomcrypt/src/misc/bcrypt/ |
| H A D | bcrypt.c | 139 if ((err = hash_memory_multi(hash_idx, buf[0], &x, in bcrypt_pbkdf_openbsd()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_hash.h | 502 int hash_memory_multi(int hash, unsigned char *out, unsigned long *outlen,
|
| /optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
| H A D | tweetnacl.c | 234 return hash_memory_multi(hash_idx, out, &len, ctx, cs, m, n, LTC_NULL); in tweetnacl_crypto_hash_ctx()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sub.mk | 93 srcs-$(_CFG_CORE_LTC_HASH) += src/hashes/helper/hash_memory_multi.c
|