Searched refs:aes_ecb_decrypt_nblocks (Results 1 – 1 of 1) sorted by relevance
110 static int aes_ecb_decrypt_nblocks(const unsigned char *ct, unsigned char *pt, in aes_ecb_decrypt_nblocks() function133 return aes_ecb_decrypt_nblocks(ct, pt, 1, skey); in rijndael_ecb_decrypt()238 .accel_ecb_decrypt = aes_ecb_decrypt_nblocks,
Completed in 2 milliseconds