Home
last modified time | relevance | path

Searched refs:chacha20_poly1305_tls_cipher (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c117 static int chacha20_poly1305_tls_cipher(PROV_CIPHER_CTX *bctx, in chacha20_poly1305_tls_cipher() function
284 return chacha20_poly1305_tls_cipher(bctx, out, outl, in, inl); in chacha20_poly1305_aead_cipher()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_chacha20_poly1305.c212 static int chacha20_poly1305_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in chacha20_poly1305_tls_cipher() function
374 return chacha20_poly1305_tls_cipher(ctx, out, in, len); in chacha20_poly1305_cipher()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_chacha20_poly1305.c214 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()