OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cert_principals
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
auth-options.h
52
char *
cert_principals
;
member in struct:sshauthopt
auth2-pubkeyfile.c
86
if (opts->
cert_principals
!= NULL && !opts->cert_authority) {
377
if (keyopts->
cert_principals
!= NULL &&
378
!match_principals_option(keyopts->
cert_principals
, key->cert)) {
383
keyopts->
cert_principals
== NULL ? pw->pw_name : NULL,
auth-options.c
214
free(opts->
cert_principals
);
376
if (ret->
cert_principals
!= NULL) {
380
ret->
cert_principals
= opt_dequote(&opts, &errstr);
381
if (ret->
cert_principals
== NULL)
548
/* cert_authority and
cert_principals
are cleared in result */
689
OPTSTRING(
cert_principals
);
828
untrusted ? "yes" : opts->
cert_principals
)) != 0 ||
890
if ((r = deserialise_nullable_string(m, &opts->
cert_principals
)) != 0 ||
auth.c
756
opts->
cert_principals
== NULL ? "" : " principals",
783
if (opts->
cert_principals
!= NULL) {
785
loc, opts->
cert_principals
);
ssh-keygen.c
110
static char *
cert_principals
= NULL;
variable
1770
if (
cert_principals
!= NULL) {
1771
otmp = tmp = xstrdup(
cert_principals
);
1843
cert_principals
!= NULL ? " for " : "",
1844
cert_principals
!= NULL ?
cert_principals
: "",
3380
cert_principals
= optarg;
3553
/* NB.
cert_principals
is actually namespace, via -n */
3554
if (
cert_principals
== NULL ||
3555
*
cert_principals
== '\0')
[
all
...]
Completed in 90 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026