Home
last modified time | relevance | path

Searched refs:tls13_cipher_aead (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libssl/
H A Dtls13_internal.h314 const EVP_AEAD *tls13_cipher_aead(const SSL_CIPHER *cipher);
H A Dtls13_lib.c76 tls13_cipher_aead(const SSL_CIPHER *cipher) in tls13_cipher_aead() function
H A Dtls13_client.c353 if ((ctx->aead = tls13_cipher_aead(ctx->hs->cipher)) == NULL) in tls13_client_engage_record_protection()
H A Dtls13_server.c388 if ((ctx->aead = tls13_cipher_aead(ctx->hs->cipher)) == NULL) in tls13_server_engage_record_protection()