Searched refs:nonce_add (Results 1 – 4 of 4) sorted by relevance
174 static inline struct nonce nonce_add(struct nonce nonce, unsigned offset) in nonce_add() function205 return nonce_add(nonce, crc.nonce << 9); in extent_nonce()
146 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()
115 nonce = nonce_add(nonce, round_up(bytes, CHACHA_BLOCK_SIZE)); in bset_encrypt()
622 nonce = nonce_add(nonce, crc.offset << 9); in __bch2_read_endio()
Completed in 744 milliseconds