Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dpoly1305_kunit.c21 poly1305_init(&ctx, key); in poly1305()
28 poly1305_init(ctx, test_key); in poly1305_init_withtestkey()
90 poly1305_init(&mac_ctx, test_buf); in test_poly1305_allones_keys_and_message()
91 poly1305_init(&macofmacs_ctx, test_buf); in test_poly1305_allones_keys_and_message()
/linux/lib/crypto/
H A Dpoly1305.c18 void poly1305_init(struct poly1305_desc_ctx *desc, in poly1305_init() function
31 EXPORT_SYMBOL(poly1305_init);
H A Dchacha20poly1305.c67 poly1305_init(&poly1305_state, b.block0); in __chacha20poly1305_encrypt()
144 poly1305_init(&poly1305_state, b.block0); in __chacha20poly1305_decrypt()
248 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/fs/bcachefs/
H A Dchecksum.c127 poly1305_init(desc, key); in bch2_poly1305_init()