Home
last modified time | relevance | path

Searched refs:tc_ccm_config (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Dccm_mode.h111 int tc_ccm_config(TCCcmMode_t c, TCAesKeySched_t sched, uint8_t *nonce,
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ccm_mode.c86 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/
Dccm_mode.c39 int tc_ccm_config(TCCcmMode_t c, TCAesKeySched_t sched, uint8_t *nonce, in tc_ccm_config() function