Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dpoly1305.h24 struct poly1305_desc_ctx { struct
26 struct poly1305_key r;
28 u32 s[4];
30 struct poly1305_state h;
32 u8 buf[POLY1305_BLOCK_SIZE];
34 unsigned int buflen;
58 unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx, argument