Searched refs:tc_aes_decrypt (Results 1 – 5 of 5) sorted by relevance
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
D | aes.h | 123 int tc_aes_decrypt(uint8_t *out, const uint8_t *in,
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | cbc_mode.c | 106 (void)tc_aes_decrypt(buffer, in, sched); in tc_cbc_mode_decrypt()
|
D | aes_decrypt.c | 129 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/ |
D | aes_kw.h | 117 if (tc_aes_decrypt((uint8_t *)&B, (uint8_t *)&B, ctx) != TC_CRYPTO_SUCCESS) { in bootutil_aes_kw_unwrap()
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_aes.c | 159 if (tc_aes_decrypt(decrypted, ciphertext, s) == 0) { in var_text_test()
|