Home
last modified time | relevance | path

Searched refs:cipher_list (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/common/net/wanboot/
H A Dboot_http.c65 static char *cipher_list = NULL; /* Ciphers supported (if not default) */ variable
274 free(cipher_list); in http_set_cipher_list()
275 cipher_list = (char *)list; in http_set_cipher_list()
1814 if (cipher_list != NULL) { in initialize_ctx()
1815 if (!SSL_CTX_set_cipher_list(ctx, cipher_list)) { in initialize_ctx()