Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dchecksum.c97 u32 key_words[CHACHA_KEY_SIZE / sizeof(u32)]; in bch2_chacha20_init() local
99 BUILD_BUG_ON(sizeof(key_words) != sizeof(*key)); in bch2_chacha20_init()
100 memcpy(key_words, key, sizeof(key_words)); in bch2_chacha20_init()
101 le32_to_cpu_array(key_words, ARRAY_SIZE(key_words)); in bch2_chacha20_init()
104 chacha_init(state, key_words, (const u8 *)nonce.d); in bch2_chacha20_init()
106 memzero_explicit(key_words, sizeof(key_words)); in bch2_chacha20_init()