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_key_path
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
ssh-keygen.c
1695
do_ca_sign(struct passwd *pw, const char *
ca_key_path
, int prefer_agent,
1711
tmp = tilde_expand_filename(
ca_key_path
, pw->pw_uid);
1715
fatal("No PKCS#11 key matching %s found",
ca_key_path
);
2365
do_gen_krl(struct passwd *pw, int updating, const char *
ca_key_path
,
2385
if (
ca_key_path
!= NULL) {
2386
if (strcasecmp(
ca_key_path
, "none") == 0)
2389
tmp = tilde_expand_filename(
ca_key_path
, pw->pw_uid);
3284
char *identity_comment = NULL, *
ca_key_path
= NULL, **opts = NULL;
local
3448
ca_key_path
= optarg;
3524
if (
ca_key_path
== NULL)
[
all
...]
Completed in 113 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026