Searched defs:polyctx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/opencrypto/
H A Dxform_poly1305.c20 Poly1305_Init(void *polyctx) argument
26 Poly1305_Setkey(struct poly1305_xform_ctx *polyctx, argument
46 Poly1305_Update(struct poly1305_xform_ctx *polyctx, const void *data, argument
64 Poly1305_Final(uint8_t digest[__min_size(POLY1305_HASH_LEN)], struct poly1305_xform_ctx *polyctx) argument

Completed in 48 milliseconds