Home
last modified time | relevance | path

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

/tinycrypt-latest/lib/include/tinycrypt/
Daes.h123 int tc_aes_decrypt(uint8_t *out, const uint8_t *in,
/tinycrypt-latest/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