Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dchecksum.c97 static inline int do_encrypt_sg(struct crypto_sync_skcipher *tfm, in do_encrypt_sg() function
128 return do_encrypt_sg(tfm, nonce, &sg, len); in do_encrypt()
150 ret = do_encrypt_sg(tfm, nonce, sg, orig_len); in do_encrypt()
340 ret = do_encrypt_sg(c->chacha20, nonce, sgl, bytes); in __bch2_encrypt_bio()
357 return do_encrypt_sg(c->chacha20, nonce, sgl, bytes); in __bch2_encrypt_bio()