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

/freebsd-10-stable/crypto/openssh/
H A Dkey.h52 #define key_is_cert sshkey_is_cert
H A Dsshkey.h135 int sshkey_is_cert(const struct sshkey *);
H A Dkrl.c370 if (sshkey_is_cert(kcopy)) {
429 if (!sshkey_is_cert(key))
1226 if (!sshkey_is_cert(key))
1257 if (sshkey_is_cert(key)) {
H A Dsshkey.c305 sshkey_is_cert(const struct sshkey *k) function
519 if (sshkey_is_cert(k)) {
630 if (sshkey_is_cert(k))
717 if (sshkey_is_cert(a)) {
733 if (sshkey_is_cert(key)) {
1318 if (sshkey_is_cert(ret)) {
1319 if (!sshkey_is_cert(k)) {
1820 if (sshkey_is_cert(k)) {
2117 if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0)
2384 if (!sshkey_is_cert(
[all...]
H A Dauthfile.c535 (check_ca && sshkey_is_cert(key) &&
H A Dhostfile.c311 int is_cert = sshkey_is_cert(k);
348 int want_cert = sshkey_is_cert(k);
H A Dsshconnect.c1255 if (sshkey_is_cert(host_key)) {
1316 if (sshkey_is_cert(plain))
H A Dssh_api.c511 (sshkey_is_cert(k->key) && k->key->type ==
H A Dssh_namespace.h822 #define sshkey_is_cert Fssh_sshkey_is_cert macro
H A Dsshd.c973 key->type == KEY_RSA1 || sshkey_is_cert(key))
H A Dclientloop.c2417 if (sshkey_is_cert(key)) {
H A Dssh-keygen.c1958 if (!sshkey_is_cert(key)) {

Completed in 233 milliseconds