Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/hkdf/
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-3.20.0/core/lib/libtomcrypt/src/mac/hmac/
A Dsub.mk5 srcs-y += hmac_memory.c
A Dhmac_memory.c23 int hmac_memory(int hash, in hmac_memory() function
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-3.20.0/core/lib/libtomcrypt/src/misc/pkcs5/
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-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_mac.h15 int hmac_memory(int hash,

Completed in 6 milliseconds