Searched refs:aes_decrypt (Results 1 – 2 of 2) sorted by relevance
103 return_type aes_decrypt( const unsigned char in[N_BLOCK],
620 return_type aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_con… function656 if(aes_decrypt(in, out, ctx) != EXIT_SUCCESS)