Searched refs:Poly1305_Init (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/opencrypto/
H A Dxform_poly1305.h9 void Poly1305_Init(struct poly1305_xform_ctx *);
H A Dxform_poly1305.c20 Poly1305_Init(struct poly1305_xform_ctx *polyctx) function
87 .Init = (void *)Poly1305_Init,
/freebsd-12-stable/crypto/openssl/include/crypto/
H A Dpoly1305.h19 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]);
/freebsd-12-stable/crypto/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c102 Poly1305_Init(&pctx->ctx, key->data);
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp));
H A Dpoly1305.c435 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]) function
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A De_chacha20_poly1305.c232 Poly1305_Init(POLY1305_ctx(actx), buf);
257 Poly1305_Init(POLY1305_ctx(actx), buf);
289 Poly1305_Init(POLY1305_ctx(actx), buf);
379 Poly1305_Init(POLY1305_ctx(actx), actx->key.buf);

Completed in 127 milliseconds