Home
last modified time | relevance | path

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

/optee_os/out/arm/core/lib/libtomcrypt/src/mac/hmac/
A D.hmac_memory.o.cmd1hmac_memory.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/…
A D.hmac_memory.o.d1 out/arm/core/lib/libtomcrypt/src/mac/hmac/hmac_memory.o: \
2 core/lib/libtomcrypt/src/mac/hmac/hmac_memory.c \
/optee_os/core/lib/libtomcrypt/src/misc/hkdf/
A Dhkdf.c33 return hmac_memory(hash_idx, (const unsigned char *)"", 1, in, inlen, out, outlen); in hkdf_extract()
35 return hmac_memory(hash_idx, salt, saltlen, in, inlen, out, outlen); in hkdf_extract()
84 if ((err = hmac_memory(hash_idx, in, inlen, dat, datlen, in hkdf_expand()
/optee_os/core/lib/libtomcrypt/src/mac/hmac/
A Dsub.mk5 srcs-y += hmac_memory.c
A Dhmac_memory.c30 int hmac_memory(int hash, in hmac_memory() function
A Dhmac_test.c602 …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/
A Dpkcs_5_2.c94 … 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/
A Dtomcrypt_mac.h23 int hmac_memory(int hash,

Completed in 10 milliseconds