OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ca_key_path
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
ssh-keygen.c
1697
do_ca_sign(struct passwd *pw, const char *
ca_key_path
, int prefer_agent,
1713
tmp = tilde_expand_filename(
ca_key_path
, pw->pw_uid);
1717
fatal("No PKCS#11 key matching %s found",
ca_key_path
);
2369
do_gen_krl(struct passwd *pw, int updating, const char *
ca_key_path
,
2389
if (
ca_key_path
!= NULL) {
2390
if (strcasecmp(
ca_key_path
, "none") == 0)
2393
tmp = tilde_expand_filename(
ca_key_path
, pw->pw_uid);
3288
char *identity_comment = NULL, *
ca_key_path
= NULL, **opts = NULL;
local
3449
ca_key_path
= optarg;
3525
if (
ca_key_path
== NULL)
[
all
...]
Completed in 25 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026