Home
last modified time | relevance | path

Searched refs:tc_aes_decrypt (Results 1 – 5 of 5) sorted by relevance

/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Daes.h123 int tc_aes_decrypt(uint8_t *out, const uint8_t *in,
/mcuboot-latest/ext/tinycrypt/lib/source/
Dcbc_mode.c106 (void)tc_aes_decrypt(buffer, in, sched); in tc_cbc_mode_decrypt()
Daes_decrypt.c129 int tc_aes_decrypt(uint8_t *out, const uint8_t *in, const TCAesKeySched_t s) in tc_aes_decrypt() function
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Daes_kw.h117 if (tc_aes_decrypt((uint8_t *)&B, (uint8_t *)&B, ctx) != TC_CRYPTO_SUCCESS) { in bootutil_aes_kw_unwrap()
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_aes.c159 if (tc_aes_decrypt(decrypted, ciphertext, s) == 0) { in var_text_test()