Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dlskcipher.c158 static int crypto_lskcipher_crypt_sg(struct skcipher_request *req, in crypto_lskcipher_crypt_sg() function
207 return crypto_lskcipher_crypt_sg(req, alg->encrypt); in crypto_lskcipher_encrypt_sg()
216 return crypto_lskcipher_crypt_sg(req, alg->decrypt); in crypto_lskcipher_decrypt_sg()