Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.c109 char *private_key_file; /* File with the private key */ member
682 free(c_id->private_key_file); in http_set_private_key_file()
683 c_id->private_key_file = (char *)fname; in http_set_private_key_file()
1390 free(c_id->private_key_file); in http_srv_close()
1863 if (c_id->private_key_file == NULL) in initialize_ctx()
1864 c_id->private_key_file = c_id->client_cert_file; in initialize_ctx()
1870 if (c_id->private_key_file != NULL) { in initialize_ctx()
1871 if (sunw_p12_use_keyfile(ctx, c_id->private_key_file, in initialize_ctx()
1888 if (c_id->private_key_file != NULL) { in initialize_ctx()
1890 c_id->private_key_file, SSL_FILETYPE_PEM) <= 0) { in initialize_ctx()