Searched refs:poly1305_init (Results 1 – 5 of 5) sorted by relevance
/linux/lib/crypto/tests/ |
H A D | poly1305_kunit.c | 21 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 D | poly1305.h | 61 void poly1305_init(struct poly1305_desc_ctx *desc,
|
/linux/lib/crypto/ |
H A D | chacha20poly1305.c | 67 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 D | chacha20poly1305-selftest.c | 8849 poly1305_init(&poly1305_state, b.block0); in chacha20poly1305_encrypt_bignonce()
|
/linux/crypto/ |
H A D | chacha20poly1305.c | 155 poly1305_init(&desc, rctx->key); in poly_hash()
|