Searched defs:private_key_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c109 char *private_key_file; /* File with the private key */ member in struct:http_conn_t
682 free(c_id->private_key_file);
683 c_id->private_key_file = (char *)fname;
1390 free(c_id->private_key_file);
1828 * key input scheme *only* in the absence of private_key_file. In
1863 if (c_id->private_key_file == NULL)
1864 c_id->private_key_file = c_id->client_cert_file;
1870 if (c_id->private_key_file != NULL) {
1871 if (sunw_p12_use_keyfile(ctx, c_id->private_key_file,
1888 if (c_id->private_key_file !
[all...]

Completed in 222 milliseconds