Searched refs:hmac_memory (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/hkdf/ |
A D | hkdf.c | 26 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 D | sub.mk | 5 srcs-y += hmac_memory.c
|
A D | hmac_memory.c | 23 int hmac_memory(int hash, in hmac_memory() function
|
A D | hmac_test.c | 595 …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 D | pkcs_5_2.c | 91 … 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 D | tomcrypt_mac.h | 15 int hmac_memory(int hash,
|
Completed in 6 milliseconds