OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:certopts
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
auth2-pubkeyfile.c
281
struct sshauthopt *keyopts = NULL, *
certopts
= NULL, *finalopts = NULL;
local
356
if ((
certopts
= sshauthopt_from_cert(key)) == NULL) {
360
if (auth_authorise_keyopts(pw,
certopts
, 0,
365
if ((finalopts = sshauthopt_merge(keyopts,
certopts
, &reason)) == NULL)
415
sshauthopt_free(
certopts
);
auth2-pubkeyfile.c
281
struct sshauthopt *keyopts = NULL, *
certopts
= NULL, *finalopts = NULL;
local
356
if ((
certopts
= sshauthopt_from_cert(key)) == NULL) {
360
if (auth_authorise_keyopts(pw,
certopts
, 0,
365
if ((finalopts = sshauthopt_merge(keyopts,
certopts
, &reason)) == NULL)
415
sshauthopt_free(
certopts
);
auth2-pubkeyfile.c
281
struct sshauthopt *keyopts = NULL, *
certopts
= NULL, *finalopts = NULL;
local
356
if ((
certopts
= sshauthopt_from_cert(key)) == NULL) {
360
if (auth_authorise_keyopts(pw,
certopts
, 0,
365
if ((finalopts = sshauthopt_merge(keyopts,
certopts
, &reason)) == NULL)
415
sshauthopt_free(
certopts
);
Completed in 62 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026