Symbol: Poly1305_Init
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
236
Poly1305_Init(POLY1305_ctx(actx), buf);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
261
Poly1305_Init(POLY1305_ctx(actx), buf);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
293
Poly1305_Init(POLY1305_ctx(actx), buf);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
380
Poly1305_Init(POLY1305_ctx(actx), actx->key.buf);
crypto/openssl/include/crypto/poly1305.h
42
void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
137
Poly1305_Init(poly, buf);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
162
Poly1305_Init(poly, buf);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
194
Poly1305_Init(poly, buf);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
290
Poly1305_Init(poly, ctx->chacha.buf);
crypto/openssl/providers/implementations/macs/poly1305_prov.c
88
Poly1305_Init(&ctx->poly1305, key);
crypto/openssl/test/poly1305_internal_test.c
1113
Poly1305_Init(&poly1305, key);
crypto/openssl/test/poly1305_internal_test.c
1123
Poly1305_Init(&poly1305, key);
crypto/openssl/test/poly1305_internal_test.c
1137
Poly1305_Init(&poly1305, key);
crypto/openssl/test/poly1305_internal_test.c
1148
Poly1305_Init(&poly1305, key);
sys/crypto/openssl/ossl_chacha20.c
188
Poly1305_Init(&auth_ctx, block);
sys/crypto/openssl/ossl_chacha20.c
335
Poly1305_Init(&auth_ctx, block);
sys/crypto/openssl/ossl_poly1305.c
152
Poly1305_Init(vctx, key);
sys/crypto/openssl/ossl_poly1305.h
38
void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]);