Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dchecksum.h175 static inline struct nonce nonce_add(struct nonce nonce, unsigned offset) in nonce_add() function
206 return nonce_add(nonce, crc.nonce << 9); in extent_nonce()
H A Dbtree_io.h116 nonce = nonce_add(nonce, round_up(bytes, CHACHA_BLOCK_SIZE)); in bset_encrypt()
H A Dchecksum.c352 nonce = nonce_add(nonce, i->len << 9); in bch2_rechecksum_bio()
H A Dio_read.c795 nonce = nonce_add(nonce, crc.offset << 9); in __bch2_read_endio()