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

/freebsd-12-stable/sys/opencrypto/
H A Dxform_poly1305.h16 void Poly1305_Final(uint8_t [__min_size(16)], struct poly1305_xform_ctx *);
H A Dxform_poly1305.c64 Poly1305_Final(uint8_t digest[__min_size(POLY1305_HASH_LEN)], function
77 Poly1305_Final(digest, ctx);
/freebsd-12-stable/crypto/openssl/include/crypto/
H A Dpoly1305.h21 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]);
/freebsd-12-stable/crypto/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c112 Poly1305_Final(&pctx->ctx, sig);
H A Dpoly1305.c512 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]) function
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A De_chacha20_poly1305.c344 Poly1305_Final(POLY1305_ctx(actx), ctx->encrypt ? actx->tag
470 Poly1305_Final(POLY1305_ctx(actx), ctx->encrypt ? actx->tag

Completed in 136 milliseconds