Searched refs:ecb_do_encrypt (Results 1 – 2 of 2) sorted by relevance
46 static int ecb_do_encrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_encrypt() function67 return ecb_do_encrypt(req, ctx->enc_key[0]); in aria_avx_ecb_encrypt()
46 static int ecb_do_encrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_encrypt() function69 return ecb_do_encrypt(req, ctx->enc_key[0]); in aria_avx2_ecb_encrypt()