Searched refs:sshkey_is_cert (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/crypto/openssh/
H A Dauth2-pubkeyfile.c268 int want_keytype = sshkey_is_cert(key) ? KEY_UNSPEC : key->type;
307 if (sshkey_is_cert(key)) {
324 sshkey_is_cert(key) ? "CA" : "key", sshkey_type(found), fp);
327 sshkey_is_cert(key), remote_ip, remote_host, loc) != 0) {
332 if (!sshkey_is_cert(key)) {
H A Dauth2-hostbased.c213 if (sshkey_is_cert(key) &&
233 if (sshkey_is_cert(key)) {
H A Dssh-ecdsa.c116 if (!sshkey_is_cert(key)) {
206 if (!sshkey_is_cert(key)) {
H A Dssh-xmss.c152 if (!sshkey_is_cert(key) &&
177 if (!sshkey_is_cert(key) &&
H A Dssh-ecdsa-sk.c104 if (!sshkey_is_cert(key)) {
146 if (!sshkey_is_cert(key)) {
H A Dssh-dss.c135 if (!sshkey_is_cert(key)) {
244 if (!sshkey_is_cert(key)) {
H A Dsshkey.h226 int sshkey_is_cert(const struct sshkey *);
H A Dssh-add.c158 (key_only && !sshkey_is_cert(key)) ||
159 (cert_only && sshkey_is_cert(key))) {
186 (key_only && !sshkey_is_cert(public)) ||
187 (cert_only && sshkey_is_cert(public))) {
H A Dsshconnect.c782 if (key == NULL || sshkey_is_cert(key))
949 int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0;
1021 want_cert = sshkey_is_cert(host_key);
1456 if (sshkey_is_cert(host_key)) {
1515 if (sshkey_is_cert(plain))
H A Dssh-rsa.c116 if (!sshkey_is_cert(key)) {
224 if (!sshkey_is_cert(key)) {
H A Dssh-pkcs11-client.c444 if (!sshkey_is_cert(certpub) || sshkey_is_cert(priv) ||
H A Dauthfile.c423 (check_ca && sshkey_is_cert(key) &&
H A Dkrl.c374 if (sshkey_is_cert(kcopy)) {
455 if (!sshkey_is_cert(key))
1229 if (!sshkey_is_cert(key))
1260 if (sshkey_is_cert(key)) {
H A Dauth2-pubkey.c178 if (sshkey_is_cert(key))
493 if (!sshkey_is_cert(key) || options.trusted_user_ca_keys == NULL)
765 if (sshkey_is_cert(key) &&
H A Dsshkey.c414 sshkey_is_cert(const struct sshkey *k) function
629 if (sshkey_is_cert(k)) {
660 if (sshkey_is_cert(k))
721 if (sshkey_is_cert(a)) {
1518 if (sshkey_is_cert(k) && (r = sshkey_cert_copy(k, n)) != 0)
1944 if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0)
2188 if (!sshkey_is_cert(k))
2312 if (!sshkey_is_cert(k)) {
2458 if (sshkey_is_cert(key)) {
H A Dhostfile.c318 int is_cert = sshkey_is_cert(k);
355 int want_cert = sshkey_is_cert(k);
H A Dsshd.c754 if (sshkey_is_cert(key)) {
793 sshkey_is_cert(key))
2022 if (!sshkey_is_cert(key)) {
H A Dauth.c240 if (sshkey_is_cert(key)) {
H A Dssh_api.c549 (sshkey_is_cert(k->key) && k->key->type ==
H A Dssh_namespace.h872 #define sshkey_is_cert Fssh_sshkey_is_cert macro
H A Dssh-keygen.c1854 if (sshkey_is_cert(public))
2212 if (!sshkey_is_cert(key)) {
2558 if (sshkey_is_cert(pubkey) && !sshkey_is_cert(privkey)) {
H A Dsshsig.c913 } else if (sigopts->ca && sshkey_is_cert(sign_key) &&
H A Dssh.c2419 if (!sshkey_is_cert(public)) {
2452 if (!sshkey_is_cert(public)) {
H A Dssh-agent.c404 if (!sshkey_is_cert(key)) {
1627 if (!sshkey_is_cert(certs[j]))
H A Dsshconnect2.c1342 if (sshkey_is_cert(id->key)) {
1708 if (!sshkey_is_cert(key) || key->cert == NULL ||

Completed in 285 milliseconds

12