Searched refs:Poly1305_Final (Results 1 – 6 of 6) sorted by relevance
/openssl/test/ |
H A D | poly1305_internal_test.c | 1522 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()
|
/openssl/include/crypto/ |
H A D | poly1305.h | 44 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]);
|
/openssl/providers/implementations/macs/ |
H A D | poly1305_prov.c | 129 Poly1305_Final(&ctx->poly1305, out); in poly1305_final()
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305_hw.c | 243 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()
|
/openssl/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 343 Poly1305_Final(POLY1305_ctx(actx), in chacha20_poly1305_tls_cipher() 466 Poly1305_Final(POLY1305_ctx(actx), in chacha20_poly1305_cipher()
|
/openssl/crypto/poly1305/ |
H A D | poly1305.c | 510 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]) in Poly1305_Final() function
|
Completed in 19 milliseconds