Home
last modified time | relevance | path

Searched refs:Poly1305_Final (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dpoly1305_internal_test.c1522 Poly1305_Final(&poly1305, out); in test_poly1305()
1533 Poly1305_Final(&poly1305, out); in test_poly1305()
1547 Poly1305_Final(&poly1305, out); in test_poly1305()
1558 Poly1305_Final(&poly1305, out); in test_poly1305()
/freebsd/sys/crypto/openssl/
H A Dossl_poly1305.c122 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]) in Poly1305_Final() function
165 Poly1305_Final(vctx, digest); in ossl_poly1305_final()
H A Dossl_poly1305.h40 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]);
H A Dossl_chacha20.c288 Poly1305_Final(&auth_ctx, tag); in ossl_chacha20_poly1305_encrypt()
365 Poly1305_Final(&auth_ctx, tag); in ossl_chacha20_poly1305_decrypt()
/freebsd/crypto/openssl/include/crypto/
H A Dpoly1305.h44 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]);
/freebsd/crypto/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c129 Poly1305_Final(&ctx->poly1305, out); in poly1305_final()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c243 Poly1305_Final(poly, bctx->enc ? ctx->tag : tohash); in chacha20_poly1305_tls_cipher()
373 Poly1305_Final(poly, bctx->enc ? ctx->tag : temp); in chacha20_poly1305_aead_cipher()
/freebsd/crypto/openssl/crypto/evp/
H A De_chacha20_poly1305.c343 Poly1305_Final(POLY1305_ctx(actx), ctx->encrypt ? actx->tag in chacha20_poly1305_tls_cipher()
466 Poly1305_Final(POLY1305_ctx(actx), ctx->encrypt ? actx->tag in chacha20_poly1305_cipher()
/freebsd/crypto/openssl/crypto/poly1305/
H A Dpoly1305.c510 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]) in Poly1305_Final() function