Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Dcbc_mode.h143 int tc_cbc_mode_decrypt(uint8_t *out, unsigned int outlen, const uint8_t *in,
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_cbc_mode.c137 if (tc_cbc_mode_decrypt(decrypted, length - TC_AES_BLOCK_SIZE, p, length, in test_1_and_2()
/mcuboot-latest/ext/tinycrypt/lib/source/
Dcbc_mode.c77 int tc_cbc_mode_decrypt(uint8_t *out, unsigned int outlen, const uint8_t *in, in tc_cbc_mode_decrypt() function