Home
last modified time | relevance | path

Searched refs:poly1305_context (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/include/crypto/
Dpoly1305.h16 typedef struct poly1305_context POLY1305;
/third_party/openssl/crypto/poly1305/
Dpoly1305_local.h15 struct poly1305_context { struct
Dpoly1305.c19 return sizeof(struct poly1305_context); in Poly1305_ctx_size()