Lines Matching refs:t12_cipher
5660 const char *t12_cipher = NULL;
5678 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256;
5682 t12_cipher
5710 if (t12_cipher != NULL) {
5711 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, t12_cipher))
5713 t12_cipher)))
5726 if (t12_cipher != NULL) {
5727 if (!TEST_true(SSL_set_cipher_list(serverssl, t12_cipher))
5729 t12_cipher)))
5755 /* Below validation is not done when t12_cipher is NULL */
5756 if (max_ver == TLS1_2_VERSION && t12_cipher != NULL
5757 && !TEST_str_eq(t12_cipher, negotiated_scipher))