Searched refs:chacha20_poly1305_tls_cipher (Results 1 – 2 of 2) sorted by relevance
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_chacha20_poly1305_hw.c | 119 static int chacha20_poly1305_tls_cipher(PROV_CIPHER_CTX *bctx, in chacha20_poly1305_tls_cipher() function 286 return chacha20_poly1305_tls_cipher(bctx, out, outl, in, inl); in chacha20_poly1305_aead_cipher()
|
/openssl-master/crypto/evp/ |
A D | e_chacha20_poly1305.c | 214 static int chacha20_poly1305_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in chacha20_poly1305_tls_cipher() function 373 return chacha20_poly1305_tls_cipher(ctx, out, in, len); in chacha20_poly1305_cipher()
|
Completed in 4 milliseconds