Symbol: Poly1305_Update
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
296
Poly1305_Update(POLY1305_ctx(actx), actx->tls_aad, POLY1305_BLOCK_SIZE);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
304
Poly1305_Update(POLY1305_ctx(actx), out, plen);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
306
Poly1305_Update(POLY1305_ctx(actx), in, plen);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
313
Poly1305_Update(POLY1305_ctx(actx), zero, tail);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
343
Poly1305_Update(POLY1305_ctx(actx), tohash, tohash_len);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
386
Poly1305_Update(POLY1305_ctx(actx), actx->tls_aad,
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
395
Poly1305_Update(POLY1305_ctx(actx), in, len);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
402
Poly1305_Update(POLY1305_ctx(actx), zero,
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
415
Poly1305_Update(POLY1305_ctx(actx), out, plen);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
420
Poly1305_Update(POLY1305_ctx(actx), in, plen);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
435
Poly1305_Update(POLY1305_ctx(actx), zero,
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
441
Poly1305_Update(POLY1305_ctx(actx), zero,
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
445
Poly1305_Update(POLY1305_ctx(actx),
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
466
Poly1305_Update(POLY1305_ctx(actx), temp, POLY1305_BLOCK_SIZE);
crypto/openssl/include/crypto/poly1305.h
43
void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
197
Poly1305_Update(poly, ctx->tls_aad, POLY1305_BLOCK_SIZE);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
205
Poly1305_Update(poly, out, plen);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
207
Poly1305_Update(poly, in, plen);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
214
Poly1305_Update(poly, zero, tail);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
240
Poly1305_Update(poly, tohash, tohash_len);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
296
Poly1305_Update(poly, ctx->tls_aad, EVP_AEAD_TLS1_AAD_LEN);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
304
Poly1305_Update(poly, in, inl);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
311
Poly1305_Update(poly, zero, POLY1305_BLOCK_SIZE - rem);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
323
Poly1305_Update(poly, out, plen);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
328
Poly1305_Update(poly, in, plen);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
343
Poly1305_Update(poly, zero, POLY1305_BLOCK_SIZE - rem);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
348
Poly1305_Update(poly, zero, POLY1305_BLOCK_SIZE - rem);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
351
Poly1305_Update(poly, (unsigned char *)&ctx->len,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
370
Poly1305_Update(poly, temp, POLY1305_BLOCK_SIZE);
crypto/openssl/providers/implementations/macs/poly1305_prov.c
117
Poly1305_Update(&ctx->poly1305, data, datalen);
crypto/openssl/test/poly1305_internal_test.c
1114
Poly1305_Update(&poly1305, in, inlen);
crypto/openssl/test/poly1305_internal_test.c
1124
Poly1305_Update(&poly1305, in, 1);
crypto/openssl/test/poly1305_internal_test.c
1125
Poly1305_Update(&poly1305, in + 1, inlen - 1);
crypto/openssl/test/poly1305_internal_test.c
1138
Poly1305_Update(&poly1305, in, half);
crypto/openssl/test/poly1305_internal_test.c
1139
Poly1305_Update(&poly1305, in + half, inlen - half);
crypto/openssl/test/poly1305_internal_test.c
1149
Poly1305_Update(&poly1305, in, half);
crypto/openssl/test/poly1305_internal_test.c
1150
Poly1305_Update(&poly1305, in + half, inlen - half);
sys/crypto/openssl/ossl_chacha20.c
192
Poly1305_Update(&auth_ctx, crp->crp_aad, crp->crp_aad_length);
sys/crypto/openssl/ossl_chacha20.c
199
Poly1305_Update(&auth_ctx, block,
sys/crypto/openssl/ossl_chacha20.c
247
Poly1305_Update(&auth_ctx, out, todo);
sys/crypto/openssl/ossl_chacha20.c
280
Poly1305_Update(&auth_ctx, block, todo);
sys/crypto/openssl/ossl_chacha20.c
286
Poly1305_Update(&auth_ctx, block, sizeof(uint64_t) * 2);
sys/crypto/openssl/ossl_chacha20.c
339
Poly1305_Update(&auth_ctx, crp->crp_aad, crp->crp_aad_length);
sys/crypto/openssl/ossl_chacha20.c
346
Poly1305_Update(&auth_ctx, block,
sys/crypto/openssl/ossl_chacha20.c
356
Poly1305_Update(&auth_ctx, block,
sys/crypto/openssl/ossl_chacha20.c
363
Poly1305_Update(&auth_ctx, block, sizeof(uint64_t) * 2);
sys/crypto/openssl/ossl_poly1305.c
158
Poly1305_Update(vctx, buf, len);
sys/crypto/openssl/ossl_poly1305.h
39
void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len);