Home
last modified time | relevance | path

Searched refs:cert_opts (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkey.c493 struct sshauthopt *principals_opts = NULL, *cert_opts = NULL; in user_cert_trusted_ca() local
542 if ((cert_opts = sshauthopt_from_cert(key)) == NULL) { in user_cert_trusted_ca()
546 if (auth_authorise_keyopts(pw, cert_opts, 0, in user_cert_trusted_ca()
552 final_opts = cert_opts; in user_cert_trusted_ca()
553 cert_opts = NULL; in user_cert_trusted_ca()
561 cert_opts, &reason)) == NULL) { in user_cert_trusted_ca()
582 sshauthopt_free(cert_opts); in user_cert_trusted_ca()