Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
A Dchecksum.h174 static inline struct nonce nonce_add(struct nonce nonce, unsigned offset) in nonce_add() function
205 return nonce_add(nonce, crc.nonce << 9); in extent_nonce()
A Dchecksum.c146 nonce = nonce_add(nonce, sgl_len); in do_encrypt()
358 nonce = nonce_add(nonce, sgl_len); in __bch2_encrypt_bio()
437 nonce = nonce_add(nonce, i->len << 9); in bch2_rechecksum_bio()
A Dbtree_io.h115 nonce = nonce_add(nonce, round_up(bytes, CHACHA_BLOCK_SIZE)); in bset_encrypt()
A Dio_read.c622 nonce = nonce_add(nonce, crc.offset << 9); in __bch2_read_endio()

Completed in 744 milliseconds