Searched refs:poly1305_context (Results 1 – 5 of 5) sorted by relevance
14 typedef struct poly1305_context POLY1305;23 struct poly1305_context { struct
172 .ctxsize = sizeof(struct poly1305_context),180 _Static_assert(sizeof(struct poly1305_context) <=
309 struct poly1305_context auth_ctx; in ossl_chacha20_poly1305_decrypt()
20 typedef struct poly1305_context POLY1305;27 struct poly1305_context { struct
18 return sizeof(struct poly1305_context); in Poly1305_ctx_size()