Home
last modified time | relevance | path

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

/openssl-master/test/
A Dpoly1305_internal_test.c1520 Poly1305_Init(&poly1305, key); in test_poly1305()
1530 Poly1305_Init(&poly1305, key); in test_poly1305()
1544 Poly1305_Init(&poly1305, key); in test_poly1305()
1555 Poly1305_Init(&poly1305, key); in test_poly1305()
/openssl-master/include/crypto/
A Dpoly1305.h42 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]);
/openssl-master/providers/implementations/ciphers/
A Dcipher_chacha20_poly1305_hw.c140 Poly1305_Init(poly, buf); in chacha20_poly1305_tls_cipher()
165 Poly1305_Init(poly, buf); in chacha20_poly1305_tls_cipher()
197 Poly1305_Init(poly, buf); in chacha20_poly1305_tls_cipher()
293 Poly1305_Init(poly, ctx->chacha.buf); in chacha20_poly1305_aead_cipher()
/openssl-master/crypto/evp/
A De_chacha20_poly1305.c234 Poly1305_Init(POLY1305_ctx(actx), buf); in chacha20_poly1305_tls_cipher()
259 Poly1305_Init(POLY1305_ctx(actx), buf); in chacha20_poly1305_tls_cipher()
291 Poly1305_Init(POLY1305_ctx(actx), buf); in chacha20_poly1305_tls_cipher()
378 Poly1305_Init(POLY1305_ctx(actx), actx->key.buf); in chacha20_poly1305_cipher()
/openssl-master/providers/implementations/macs/
A Dpoly1305_prov.c87 Poly1305_Init(&ctx->poly1305, key); in poly1305_setkey()
/openssl-master/crypto/poly1305/
A Dpoly1305.c433 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]) in Poly1305_Init() function

Completed in 11 milliseconds