Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dpoly1305_generic.c39 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_init()
50 static void poly1305_setrkey(struct poly1305_desc_ctx *dctx, const u8 *key) in poly1305_setrkey()
60 static void poly1305_setskey(struct poly1305_desc_ctx *dctx, const u8 *key) in poly1305_setskey()
73 unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdesckey()
94 static unsigned int poly1305_blocks(struct poly1305_desc_ctx *dctx, in poly1305_blocks()
172 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_update()
206 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_final()
277 .descsize = sizeof(struct poly1305_desc_ctx),
/linux-4.19.296/include/crypto/
Dpoly1305.h16 struct poly1305_desc_ctx { struct
34 unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx, argument