Searched refs:key_is_cert (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dauth2-hostbased.c188 if (key_is_cert(key) &&
208 if (key_is_cert(key)) {
H A Dauth2-pubkey.c214 if (key_is_cert(key)) {
331 found = key_new(key_is_cert(key) ? KEY_UNSPEC : key->type);
360 if (key_is_cert(key)) {
431 if (!key_is_cert(key) || options.trusted_user_ca_keys == NULL)
658 if (key_is_cert(key) && auth_key_is_revoked(key->cert->signature_key))
H A Dkey.h116 int key_is_cert(const Key *);
H A Dhostfile.c346 int is_cert = key_is_cert(k);
383 int want_cert = key_is_cert(k);
H A Dkey.c139 if (key_is_cert(k))
261 if (key_is_cert(k)) {
351 if (key_is_cert(a)) {
797 if (key_is_cert(ret)) {
798 if (!key_is_cert(k)) {
874 if (key_is_cert(key)) {
1374 if (key_is_cert(k))
1655 if (key_is_cert(key) && cert_parse(&b, key, blob, blen) == -1) {
1899 key_is_cert(const Key *k) function
1986 if (!key_is_cert(
[all...]
H A Dkrl.c360 if (key_is_cert(kcopy)) {
417 if (!key_is_cert(key))
1139 if (!key_is_cert(key))
1187 if (key_is_cert(key)) {
H A Dsshconnect.c843 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0;
893 want_cert = key_is_cert(host_key);
1261 if (key_is_cert(plain))
H A Dssh_namespace.h360 #define key_is_cert ssh_key_is_cert macro
H A Dsshd.c909 if (key_is_cert(key)) {
1786 if (!key_is_cert(key)) {
H A Dssh.c1876 if (!key_is_cert(public)) {
H A Dssh-keygen.c1877 if (!key_is_cert(key))

Completed in 183 milliseconds