Home
last modified time | relevance | path

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

/linux-6.15/lib/crypto/
H A Dchacha20poly1305.c67 poly1305_init(&poly1305_state, b.block0); in __chacha20poly1305_encrypt()
141 poly1305_init(&poly1305_state, b.block0); in __chacha20poly1305_decrypt()
245 poly1305_init(&poly1305_state, b.block0); in chacha20poly1305_crypt_sg_inplace()
H A Dchacha20poly1305-selftest.c8849 poly1305_init(&poly1305_state, b.block0); in chacha20poly1305_encrypt_bignonce()
/linux-6.15/include/crypto/
H A Dpoly1305.h66 static inline void poly1305_init(struct poly1305_desc_ctx *desc, const u8 *key) in poly1305_init() function
/linux-6.15/fs/bcachefs/
H A Dchecksum.c127 poly1305_init(desc, key); in bch2_poly1305_init()