Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbase.h284 buffer *ssl_cipher_list; member
545 buffer *ssl_cipher_list; member
H A Dconfigfile.c178 s->ssl_cipher_list = buffer_init(); in config_insert()
260 cv[47].destination = s->ssl_cipher_list; in config_insert()
358 PATCH(ssl_cipher_list); in config_setup_connection()
437 PATCH(ssl_cipher_list); in config_patch_connection()
H A Dnetwork.c741 if (!buffer_is_empty(s->ssl_cipher_list)) {
743 if (SSL_CTX_set_cipher_list(s->ssl_ctx, s->ssl_cipher_list->ptr) != 1) {
H A Dserver.c344 buffer_free(s->ssl_cipher_list); in server_free()