Home | History | Annotate | Download | only in apps

Lines Matching defs:cipher

113  * ECC cipher suite support in OpenSSL originally developed by 
264 static char *cipher=NULL;
376 cipher=NULL;
448 BIO_printf(bio_err," -cipher arg - play with 'openssl ciphers' to see what goes here\n");
449 BIO_printf(bio_err," -serverpref - Use server's cipher preferences\n");
1020 else if (strcmp(*argv,"-cipher") == 0)
1023 cipher= *(++argv);
1229 if (cipher)
1231 BIO_printf(bio_err, "JPAKE sets cipher to PSK\n");
1234 cipher = "PSK";
1403 if (cipher == NULL) cipher=getenv("SSL_CIPHER");
1647 if (cipher != NULL)
1649 if(!SSL_CTX_set_cipher_list(ctx,cipher))
1651 BIO_printf(bio_err,"error setting cipher list\n");
1656 if (ctx2 && !SSL_CTX_set_cipher_list(ctx2,cipher))
1658 BIO_printf(bio_err,"error setting cipher list\n");
2200 BIO_printf(bio_s_out,"CIPHER is %s\n",(str != NULL)?str:"(NONE)");
2448 BIO_printf(io,"%s, Cipher is %s\n",