Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dskcipher.c707 static int skcipher_crypt_ablkcipher(struct skcipher_request *req, in skcipher_crypt_ablkcipher() function
729 return skcipher_crypt_ablkcipher(req, alg->encrypt); in skcipher_encrypt_ablkcipher()
738 return skcipher_crypt_ablkcipher(req, alg->decrypt); in skcipher_decrypt_ablkcipher()