Searched refs:tc_ccm_config (Results 1 – 3 of 3) sorted by relevance
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
D | ccm_mode.h | 111 int tc_ccm_config(TCCcmMode_t c, TCAesKeySched_t sched, uint8_t *nonce,
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ccm_mode.c | 86 result = tc_ccm_config(&c, &sched, nonce, nlen, mlen); in do_test() 390 if (tc_ccm_config(&c, &sched, nonce, sizeof(nonce), mlen) == 0) { in test_vector_7() 454 if (tc_ccm_config(&c, &sched, nonce, sizeof(nonce), mlen) == 0) { in test_vector_8()
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ccm_mode.c | 39 int tc_ccm_config(TCCcmMode_t c, TCAesKeySched_t sched, uint8_t *nonce, in tc_ccm_config() function
|