Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dpoly1305.h51 struct poly1305_desc_ctx { struct
61 void poly1305_init(struct poly1305_desc_ctx *desc, argument
63 void poly1305_update(struct poly1305_desc_ctx *desc,
65 void poly1305_final(struct poly1305_desc_ctx *desc, u8 *digest);
/linux/lib/crypto/tests/
H A Dpoly1305_kunit.c19 struct poly1305_desc_ctx ctx; in poly1305()
26 static void poly1305_init_withtestkey(struct poly1305_desc_ctx *ctx) in poly1305_init_withtestkey()
39 #define HASH_CTX poly1305_desc_ctx
84 struct poly1305_desc_ctx mac_ctx, macofmacs_ctx; in test_poly1305_allones_keys_and_message()
94 struct poly1305_desc_ctx tmp_ctx; in test_poly1305_allones_keys_and_message()
/linux/lib/crypto/
H A Dpoly1305.c25 void poly1305_init(struct poly1305_desc_ctx *desc, in poly1305_init()
37 void poly1305_update(struct poly1305_desc_ctx *desc, in poly1305_update()
70 void poly1305_final(struct poly1305_desc_ctx *desc, u8 *dst) in poly1305_final()
81 *desc = (struct poly1305_desc_ctx){}; in poly1305_final()
H A Dchacha20poly1305.c60 struct poly1305_desc_ctx poly1305_state; in __chacha20poly1305_encrypt()
131 struct poly1305_desc_ctx poly1305_state; in __chacha20poly1305_decrypt()
218 struct poly1305_desc_ctx poly1305_state; in chacha20poly1305_crypt_sg_inplace()
H A Dchacha20poly1305-selftest.c8834 struct poly1305_desc_ctx poly1305_state; in chacha20poly1305_encrypt_bignonce()