Searched refs:do_encrypt_sg (Results 1 – 1 of 1) sorted by relevance
/linux/fs/bcachefs/ |
H A D | checksum.c | 98 static inline int do_encrypt_sg(struct crypto_sync_skcipher *tfm, in do_encrypt_sg() function 124 return do_encrypt_sg(tfm, nonce, &sg, len); in do_encrypt() 142 ret = do_encrypt_sg(tfm, nonce, sgl.data, sgl_len); in do_encrypt() 158 ret = do_encrypt_sg(tfm, nonce, sgl.data, sgl_len); in do_encrypt() 354 ret = do_encrypt_sg(c->chacha20, nonce, sgl.data, sgl_len); in __bch2_encrypt_bio() 369 ret = do_encrypt_sg(c->chacha20, nonce, sgl.data, sgl_len); in __bch2_encrypt_bio()
|