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

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

Completed in 176 milliseconds