Searched refs:ecb_do_encrypt (Results 1 – 3 of 3) sorted by relevance
48 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_avx_ecb_encrypt()
33 static int ecb_do_encrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_encrypt() function58 return ecb_do_encrypt(req, ctx->enc_key[0]); in aria_avx512_ecb_encrypt()
48 static int ecb_do_encrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_encrypt() function71 return ecb_do_encrypt(req, ctx->enc_key[0]); in aria_avx2_ecb_encrypt()