Searched refs:hmac_init (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/mac/hmac/ |
| H A D | hmac_memory.c | 53 if ((err = hmac_init(hmac, hash, key, keylen)) != CRYPT_OK) { in hmac_memory()
|
| H A D | hmac_memory_multi.c | 48 if ((err = hmac_init(hmac, hash, key, keylen)) != CRYPT_OK) { in hmac_memory_multi()
|
| H A D | hmac_file.c | 54 if ((err = hmac_init(&hmac, hash, key, keylen)) != CRYPT_OK) { in hmac_file()
|
| H A D | hmac_init.c | 22 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 D | pkcs_5_2.c | 74 if ((err = hmac_init(hmac, hash_idx, password, password_len)) != CRYPT_OK) { in pkcs_5_alg2()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | hmac.c | 36 if (hmac_init(&hc->state, hc->hash_idx, key, len) == CRYPT_OK) in ltc_hmac_init()
|
| H A D | sub.mk | 140 srcs-$(_CFG_CORE_LTC_HMAC) += src/mac/hmac/hmac_init.c
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_mac.h | 11 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen);
|