OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ca_path
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/eap_peer/
eap_config.h
20
* and
ca_path
are not included, server certificate will not be
48
*
ca_path
- Directory path for CA certificate files (PEM)
56
char *
ca_path
;
member in struct:eap_peer_cert_config
/src/external/bsd/ppp/dist/pppd/
auth.c
260
char *
ca_path
= NULL; /* Directory with CA certificates */
variable
455
{ "capath", o_string, &
ca_path
, "TLS CA certificate directory" },
1360
if (!
ca_path
) {
1361
ca_path
= SYSTEM_CA_PATH;
2538
if ((cacert_file ||
ca_path
) && cert_file && privkey_file)
2742
if (!am_server && (cacert_file ||
ca_path
) && cert_file && privkey_file )
2747
if (
ca_path
)
2748
strlcpy( capath,
ca_path
, MAXWORDLEN );
2756
if (
ca_path
)
2757
strlcpy( capath,
ca_path
, MAXWORDLEN )
[
all
...]
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026