Searched refs:tls13_cipher_aead (Results 1 – 4 of 4) sorted by relevance
314 const EVP_AEAD *tls13_cipher_aead(const SSL_CIPHER *cipher);
76 tls13_cipher_aead(const SSL_CIPHER *cipher) in tls13_cipher_aead() function
353 if ((ctx->aead = tls13_cipher_aead(ctx->hs->cipher)) == NULL) in tls13_client_engage_record_protection()
388 if ((ctx->aead = tls13_cipher_aead(ctx->hs->cipher)) == NULL) in tls13_server_engage_record_protection()