HomeSort by: relevance | last modified time | path
    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