Searched refs:bch2_encrypt (Results 1 – 5 of 5) sorted by relevance
| /fs/bcachefs/ |
| A D | btree_io.h | 117 ret = bch2_encrypt(c, BSET_CSUM_TYPE(i), nonce, in bset_encrypt() 125 return bch2_encrypt(c, BSET_CSUM_TYPE(i), nonce, i->_data, in bset_encrypt()
|
| A D | checksum.h | 79 int bch2_encrypt(struct bch_fs *, unsigned, struct nonce,
|
| A D | checksum.c | 168 int bch2_encrypt(struct bch_fs *c, unsigned type, in bch2_encrypt() function
|
| A D | btree_node_scan.c | 159 bch2_encrypt(c, BSET_CSUM_TYPE(&bn->keys), nonce, &bn->flags, bytes); in try_read_btree_node()
|
| A D | journal_io.c | 1163 ret = bch2_encrypt(c, JSET_CSUM_TYPE(j), journal_nonce(j), in journal_read_bucket() 2068 ret = bch2_encrypt(c, JSET_CSUM_TYPE(jset), journal_nonce(jset), in bch2_journal_write_checksum()
|
Completed in 14 milliseconds