32WARN_UNUSED_RESULT cx_err_t cx_aes_set_key_hw(
const cx_aes_key_t *keys, uint32_t mode);
33WARN_UNUSED_RESULT cx_err_t cx_aes_block_hw(
const uint8_t *inblock, uint8_t *outblock);
34WARN_UNUSED_RESULT cx_err_t cx_aes_reset_hw(
void);
AES (Advanced Encryption Standard).