Searched refs:t12_cipher (Results 1 – 1 of 1) sorted by relevance
5476 const char *t12_cipher = NULL; in test_tls13_ciphersuite() local5494 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256; in test_tls13_ciphersuite()5498 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256; in test_tls13_ciphersuite()5526 if (t12_cipher != NULL) { in test_tls13_ciphersuite()5527 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, t12_cipher)) in test_tls13_ciphersuite()5529 t12_cipher))) in test_tls13_ciphersuite()5542 if (t12_cipher != NULL) { in test_tls13_ciphersuite()5543 if (!TEST_true(SSL_set_cipher_list(serverssl, t12_cipher)) in test_tls13_ciphersuite()5545 t12_cipher))) in test_tls13_ciphersuite()5572 if (max_ver == TLS1_2_VERSION && t12_cipher != NULL in test_tls13_ciphersuite()[all …]