Home | History | Annotate | Download | only in crypto

Lines Matching defs:ciphers

740 	const char *ciphers;
834 ciphers = conf->openssl_ciphers;
836 ciphers = "DEFAULT:!EXP:!LOW";
837 if (SSL_CTX_set_cipher_list(ssl, ciphers) != 1) {
840 ciphers);
3068 u8 *ciphers)
3074 if (conn == NULL || conn->ssl == NULL || ciphers == NULL)
3081 c = ciphers;