Home | History | Annotate | Download | only in test

Lines Matching defs:t12_cipher

5476     const char *t12_cipher = NULL;
5494 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256;
5498 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256;
5526 if (t12_cipher != NULL) {
5527 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, t12_cipher))
5529 t12_cipher)))
5542 if (t12_cipher != NULL) {
5543 if (!TEST_true(SSL_set_cipher_list(serverssl, t12_cipher))
5545 t12_cipher)))
5571 /* Below validation is not done when t12_cipher is NULL */
5572 if (max_ver == TLS1_2_VERSION && t12_cipher != NULL
5573 && !TEST_str_eq(t12_cipher, negotiated_scipher))