Searched refs:ccm_init (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/encauth/ccm/ |
| H A D | ccm_init.c | 19 int ccm_init(ccm_state *ccm, int cipher, in ccm_init() function
|
| H A D | ccm_test.c | 154 …if ((err = ccm_init(&ccm, idx, tests[x].key, 16, tests[x].ptlen, tests[x].taglen, tests[x].headerl… in ccm_test() 192 …if ((err = ccm_init(&ccm, idx, tests[x].key, 16, tests[x].ptlen, tests[x].taglen, tests[x].headerl… in ccm_test()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | ccm.c | 97 ltc_res = ccm_init(&ccm->ctx, ltc_cipherindex, key, key_len, in crypto_aes_ccm_init()
|
| H A D | sub.mk | 68 srcs-$(_CFG_CORE_LTC_CCM) += src/encauth/ccm/ccm_init.c
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_mac.h | 430 int ccm_init(ccm_state *ccm, int cipher,
|