Home | History | Annotate | Download | only in crypto

Lines Matching full:ciphers

869 	const char *ciphers;
999 ciphers = conf->openssl_ciphers;
1001 ciphers = "DEFAULT:!EXP:!LOW";
1002 if (SSL_CTX_set_cipher_list(ssl, ciphers) != 1) {
1005 ciphers);
3514 u8 *ciphers)
3520 if (conn == NULL || conn->ssl == NULL || ciphers == NULL)
3527 c = ciphers;