Searched refs:ecb_do_decrypt (Results 1 – 3 of 3) sorted by relevance
56 static int ecb_do_decrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_decrypt() function77 return ecb_do_decrypt(req, ctx->dec_key[0]); in aria_avx_ecb_decrypt()
43 static int ecb_do_decrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_decrypt() function66 return ecb_do_decrypt(req, ctx->dec_key[0]); in aria_avx512_ecb_decrypt()
57 static int ecb_do_decrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_decrypt() function79 return ecb_do_decrypt(req, ctx->dec_key[0]); in aria_avx2_ecb_decrypt()