Searched defs:aes_decrypt (Results 1 – 2 of 2) sorted by relevance
405 void aes_decrypt(const AES_KEY *aes_key, const uint8_t in[16], uint8_t out[16]) in aes_decrypt() function
322 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function