Home
last modified time | relevance | path

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

/third_party/openssl/include/crypto/
Dpoly1305.h20 typedef struct poly1305_context POLY1305;
27 struct poly1305_context { struct
/third_party/openssl/ohos_lite/include/crypto/
Dpoly1305.h16 typedef struct poly1305_context POLY1305;
/third_party/openssl/crypto/poly1305/
Dpoly1305.c18 return sizeof(struct poly1305_context); in Poly1305_ctx_size()