Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dchecksum.c109 static void bch2_chacha20(const struct bch_key *key, struct nonce nonce, in bch2_chacha20() function
126 bch2_chacha20(&c->chacha20_key, nonce, key, sizeof(key)); in bch2_poly1305_init()
178 bch2_chacha20(&c->chacha20_key, nonce, data, len); in bch2_encrypt()
562 bch2_chacha20(&user_key, bch2_sb_key_nonce(c), &sb_key, sizeof(sb_key)); in bch2_decrypt_sb_key()