Searched refs:omac_init (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/encauth/eax/ |
| H A D | eax_init.c | 63 if ((err = omac_init(omac, cipher, key, keylen)) != CRYPT_OK) { in eax_init() 85 if ((err = omac_init(&eax->headeromac, cipher, key, keylen)) != CRYPT_OK) { in eax_init() 108 if ((err = omac_init(&eax->ctomac, cipher, key, keylen)) != CRYPT_OK) { in eax_init()
|
| /optee_os/core/lib/libtomcrypt/src/mac/omac/ |
| H A D | omac_memory.c | 53 if ((err = omac_init(omac, cipher, key, keylen)) != CRYPT_OK) { in omac_memory()
|
| H A D | omac_memory_multi.c | 48 if ((err = omac_init(omac, cipher, key, keylen)) != CRYPT_OK) { in omac_memory_multi()
|
| H A D | omac_file.c | 51 if ((err = omac_init(&omac, cipher, key, keylen)) != CRYPT_OK) { in omac_file()
|
| H A D | omac_init.c | 21 int omac_init(omac_state *omac, int cipher, const unsigned char *key, unsigned long keylen) in omac_init() function
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | cmac.c | 37 if (omac_init(&hc->state, hc->cipher_idx, key, len) == CRYPT_OK) in ltc_omac_init()
|
| H A D | sub.mk | 148 srcs-$(_CFG_CORE_LTC_CMAC) += src/mac/omac/omac_init.c
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_mac.h | 41 int omac_init(omac_state *omac, int cipher, const unsigned char *key, unsigned long keylen);
|