Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/hkdf/
H A Dhkdf.c26 return hmac_memory(hash_idx, (const unsigned char *)"", 1, in, inlen, out, outlen); in hkdf_extract()
28 return hmac_memory(hash_idx, salt, saltlen, in, inlen, out, outlen); in hkdf_extract()
77 if ((err = hmac_memory(hash_idx, in, inlen, dat, datlen, in hkdf_expand()
/optee_os/core/lib/libtomcrypt/src/mac/hmac/
H A Dhmac_memory.c23 int hmac_memory(int hash, in hmac_memory() function
H A Dhmac_test.c595 …if((err = hmac_memory(hash, cases[i].key, cases[i].keylen, cases[i].data, cases[i].datalen, digest… in hmac_test()
/optee_os/core/lib/libtomcrypt/src/misc/pkcs5/
H A Dpkcs_5_2.c91 … if ((err = hmac_memory(hash_idx, password, password_len, buf[0], x, buf[0], &x)) != CRYPT_OK) { in pkcs_5_alg2()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h15 int hmac_memory(int hash,
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk141 srcs-$(_CFG_CORE_LTC_HMAC) += src/mac/hmac/hmac_memory.c