Home
last modified time | relevance | path

Searched refs:skcipher_crypt_ablkcipher (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/crypto/
Dskcipher.c721 static int skcipher_crypt_ablkcipher(struct skcipher_request *req, in skcipher_crypt_ablkcipher() function
743 return skcipher_crypt_ablkcipher(req, alg->encrypt); in skcipher_encrypt_ablkcipher()
752 return skcipher_crypt_ablkcipher(req, alg->decrypt); in skcipher_decrypt_ablkcipher()