Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dsslapitest.c5284 const char *negotiated_scipher; in test_tls13_ciphersuite() local
5356 negotiated_scipher = SSL_CIPHER_get_name(SSL_get_current_cipher( in test_tls13_ciphersuite()
5360 if (!TEST_str_eq(negotiated_scipher, negotiated_ccipher)) in test_tls13_ciphersuite()
5368 && !TEST_strn_eq(t13_cipher, negotiated_scipher, in test_tls13_ciphersuite()
5369 strlen(negotiated_scipher))) in test_tls13_ciphersuite()
5375 && !TEST_str_eq(t12_cipher, negotiated_scipher)) in test_tls13_ciphersuite()