Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dskcipher.c607 static int skcipher_crypt_blkcipher(struct skcipher_request *req, in skcipher_crypt_blkcipher() function
631 return skcipher_crypt_blkcipher(req, alg->encrypt); in skcipher_encrypt_blkcipher()
640 return skcipher_crypt_blkcipher(req, alg->decrypt); in skcipher_decrypt_blkcipher()