Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/encauth/eax/
H A Deax_init.c63 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 Domac_memory.c53 if ((err = omac_init(omac, cipher, key, keylen)) != CRYPT_OK) { in omac_memory()
H A Domac_memory_multi.c48 if ((err = omac_init(omac, cipher, key, keylen)) != CRYPT_OK) { in omac_memory_multi()
H A Domac_file.c51 if ((err = omac_init(&omac, cipher, key, keylen)) != CRYPT_OK) { in omac_file()
H A Domac_init.c21 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 Dcmac.c37 if (omac_init(&hc->state, hc->cipher_idx, key, len) == CRYPT_OK) in ltc_omac_init()
H A Dsub.mk148 srcs-$(_CFG_CORE_LTC_CMAC) += src/mac/omac/omac_init.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h41 int omac_init(omac_state *omac, int cipher, const unsigned char *key, unsigned long keylen);