Lines Matching defs:t12_cipher
5216 const char *t12_cipher = NULL;
5234 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256;
5238 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256;
5261 if (t12_cipher != NULL) {
5262 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, t12_cipher))
5264 t12_cipher)))
5277 if (t12_cipher != NULL) {
5278 if (!TEST_true(SSL_set_cipher_list(serverssl, t12_cipher))
5280 t12_cipher)))
5306 /* Below validation is not done when t12_cipher is NULL */
5307 if (max_ver == TLS1_2_VERSION && t12_cipher != NULL
5308 && !TEST_str_eq(t12_cipher, negotiated_scipher))