OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:capath
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
transited.c
407
_krb5_free_capath(krb5_context context, char **
capath
)
411
for (s =
capath
; s && *s; ++s)
413
free(
capath
);
522
char **
capath
;
local
557
capath
= calloc(n + 1, sizeof(*
capath
));
558
if (
capath
== NULL) {
564
if ((
capath
[i++] = strdup(*rp)) == NULL) {
565
_krb5_free_capath(context,
capath
);
571
capath
[i] = NULL
617
char **
capath
= NULL;
local
[
all
...]
/src/external/bsd/ppp/dist/pppd/
eap-tls.c
257
SSL_CTX *eaptls_init_ssl(int init_server, char *cacertfile, char *
capath
,
280
if (!(cacertfile[0] ||
capath
[0]))
390
if (tls_set_ca(ctx,
capath
, cacertfile) != 0) {
652
char
capath
[MAXWORDLEN];
local
672
servcertfile, cacertfile,
capath
, pkfile, pkcs12, 1)) {
680
ets->ctx = eaptls_init_ssl(1, cacertfile,
capath
, servcertfile, pkfile, pkcs12);
730
char
capath
[MAXWORDLEN];
local
746
servcertfile, cacertfile,
capath
, pkfile, pkcs12, 0)) {
753
ets->ctx = eaptls_init_ssl(0, cacertfile,
capath
, clicertfile, pkfile, pkcs12);
/src/crypto/external/bsd/heimdal/dist/kdc/
krb5tgs.c
1587
char **
capath
= NULL;
local
1738
if (
capath
== NULL) {
1741
req_rlm, TRUE, &
capath
, &num_capath);
1747
new_rlm = num_capath > 0 ?
capath
[--num_capath] : NULL;
2459
_krb5_free_capath(context,
capath
);
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026