Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/mac/hmac/
H A Dhmac_memory.c53 if ((err = hmac_init(hmac, hash, key, keylen)) != CRYPT_OK) { in hmac_memory()
H A Dhmac_memory_multi.c48 if ((err = hmac_init(hmac, hash, key, keylen)) != CRYPT_OK) { in hmac_memory_multi()
H A Dhmac_file.c54 if ((err = hmac_init(&hmac, hash, key, keylen)) != CRYPT_OK) { in hmac_file()
H A Dhmac_init.c22 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) in hmac_init() function
/optee_os/core/lib/libtomcrypt/src/misc/pkcs5/
H A Dpkcs_5_2.c74 if ((err = hmac_init(hmac, hash_idx, password, password_len)) != CRYPT_OK) { in pkcs_5_alg2()
/optee_os/core/lib/libtomcrypt/
H A Dhmac.c36 if (hmac_init(&hc->state, hc->hash_idx, key, len) == CRYPT_OK) in ltc_hmac_init()
H A Dsub.mk140 srcs-$(_CFG_CORE_LTC_HMAC) += src/mac/hmac/hmac_init.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h11 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen);