Searched defs:poly1305_desc_ctx (Results 1 – 1 of 1) sorted by relevance
24 struct poly1305_desc_ctx { struct26 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