Searched refs:aes_decrypt (Results 1 – 2 of 2) sorted by relevance
107 return_type aes_decrypt( const uint8_t in[N_BLOCK],
620 return_type aes_decrypt( const uint8_t in[N_BLOCK], uint8_t out[N_BLOCK], const aes_context ctx[1] ) function657 if(aes_decrypt(in, out, ctx) != EXIT_SUCCESS)