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/include/crypto/
H A Dpoly1305.h61 void poly1305_init(struct poly1305_desc_ctx *desc,
/linux/lib/crypto/
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/crypto/
H A Dchacha20poly1305.c155 poly1305_init(&desc, rctx->key); in poly_hash()