Searched refs:hmac_memory (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/misc/hkdf/ |
| H 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/core/lib/libtomcrypt/src/mac/hmac/ |
| H A D | hmac_memory.c | 23 int hmac_memory(int hash, in hmac_memory() function
|
| H 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/core/lib/libtomcrypt/src/misc/pkcs5/ |
| H 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/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_mac.h | 15 int hmac_memory(int hash,
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sub.mk | 141 srcs-$(_CFG_CORE_LTC_HMAC) += src/mac/hmac/hmac_memory.c
|