Lines Matching defs:cipher
611 static char *cipher = NULL;
680 fprintf(stderr, " -cipher arg - The TLSv1.2 and below cipher list\n");
775 BIO_printf(bio_stdout, "%s%s, cipher %s %s",
1049 } else if (strcmp(*argv, "-cipher") == 0) {
1052 cipher = *(++argv);
1396 * "@SECLEVEL=n" to the cipher string.
1416 if (cipher != NULL) {
1417 if (strcmp(cipher, "") == 0) {
1418 if (!SSL_CTX_set_cipher_list(c_ctx, cipher)) {
1431 if (!SSL_CTX_set_cipher_list(s_ctx, cipher)) {
1444 if (!SSL_CTX_set_cipher_list(s_ctx2, cipher)) {
1457 if (!SSL_CTX_set_cipher_list(c_ctx, cipher)
1458 || !SSL_CTX_set_cipher_list(s_ctx, cipher)
1459 || !SSL_CTX_set_cipher_list(s_ctx2, cipher)) {