Home
last modified time | relevance | path

Searched refs:hash_memory_multi (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/hashes/helper/
H A Dhash_memory_multi.c22 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 Dpkcs12_kdf.c42 … 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 Dbcrypt.c139 if ((err = hash_memory_multi(hash_idx, buf[0], &x, in bcrypt_pbkdf_openbsd()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h502 int hash_memory_multi(int hash, unsigned char *out, unsigned long *outlen,
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c234 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 Dsub.mk93 srcs-$(_CFG_CORE_LTC_HASH) += src/hashes/helper/hash_memory_multi.c