Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/poly1305/
H A Dpoly1305.h36 void CRYPTO_poly1305_init(poly1305_context *ctx, const unsigned char key[32]); typedef
33 typedef struct poly1305_context { global() struct