Home
last modified time | relevance | path

Searched refs:tc_cmac_update (Results 1 – 4 of 4) sorted by relevance

/mcuboot-3.4.0/ext/tinycrypt/tests/
Dtest_cmac_mode.c131 (void) tc_cmac_update(s, (const uint8_t *) 0, 0); in verify_cmac_null_msg()
162 (void) tc_cmac_update(s, msg, sizeof(msg)); in verify_cmac_1_block_msg()
197 (void) tc_cmac_update(s, msg, sizeof(msg)); in verify_cmac_320_bit_msg()
235 (void)tc_cmac_update(s, msg, sizeof(msg)); in verify_cmac_512_bit_msg()
/mcuboot-3.4.0/ext/tinycrypt/lib/include/tinycrypt/
Dcmac_mode.h176 int tc_cmac_update(TCCmacState_t s, const uint8_t *data, size_t dlen);
/mcuboot-3.4.0/ext/tinycrypt/lib/source/
Dcmac_mode.c157 int tc_cmac_update(TCCmacState_t s, const uint8_t *data, size_t data_length) in tc_cmac_update() function
/mcuboot-3.4.0/ext/tinycrypt/documentation/
Dtinycrypt.rst190 most 2^48 calls to tc_cmac_update function before re-calling tc_cmac_setup