Searched refs:Poly1305_Init (Results 1 – 6 of 6) sorted by relevance
/openssl-master/test/ |
A D | poly1305_internal_test.c | 1520 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 D | poly1305.h | 42 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]);
|
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_chacha20_poly1305_hw.c | 140 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 D | e_chacha20_poly1305.c | 234 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 D | poly1305_prov.c | 87 Poly1305_Init(&ctx->poly1305, key); in poly1305_setkey()
|
/openssl-master/crypto/poly1305/ |
A D | poly1305.c | 433 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]) in Poly1305_Init() function
|
Completed in 11 milliseconds