| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| e_chacha20_poly1305.c | 216 static int chacha20_poly1305_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, function 375 return chacha20_poly1305_tls_cipher(ctx, out, in, len);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_chacha20_poly1305_hw.c | 116 static int chacha20_poly1305_tls_cipher(PROV_CIPHER_CTX *bctx, function 283 return chacha20_poly1305_tls_cipher(bctx, out, outl, in, inl);
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| e_chacha20_poly1305.c | 214 static int chacha20_poly1305_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, function 373 return chacha20_poly1305_tls_cipher(ctx, out, in, len);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_chacha20_poly1305_hw.c | 117 static int chacha20_poly1305_tls_cipher(PROV_CIPHER_CTX *bctx, function 284 return chacha20_poly1305_tls_cipher(bctx, out, outl, in, inl);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| e_chacha20_poly1305.c | 212 static int chacha20_poly1305_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, function 374 return chacha20_poly1305_tls_cipher(ctx, out, in, len);
|