Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dskcipher.h13 int crypto_lskcipher_encrypt_sg(struct skcipher_request *req);
H A Dlskcipher.c201 int crypto_lskcipher_encrypt_sg(struct skcipher_request *req) in crypto_lskcipher_encrypt_sg() function
H A Dskcipher.c443 return crypto_lskcipher_encrypt_sg(req); in crypto_skcipher_encrypt()