Searched refs:t12_cipher (Results 1 – 1 of 1) sorted by relevance
5373 const char *t12_cipher = NULL; in test_tls13_ciphersuite() local5391 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256; in test_tls13_ciphersuite()5395 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256; in test_tls13_ciphersuite()5423 if (t12_cipher != NULL) { in test_tls13_ciphersuite()5424 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, t12_cipher)) in test_tls13_ciphersuite()5426 t12_cipher))) in test_tls13_ciphersuite()5439 if (t12_cipher != NULL) { in test_tls13_ciphersuite()5440 if (!TEST_true(SSL_set_cipher_list(serverssl, t12_cipher)) in test_tls13_ciphersuite()5442 t12_cipher))) in test_tls13_ciphersuite()5469 if (max_ver == TLS1_2_VERSION && t12_cipher != NULL in test_tls13_ciphersuite()[all …]
Completed in 28 milliseconds