Searched refs:pktype (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ssh/sshd/
H A Dauth2-hostbased.c65 int pktype; local
86 pktype = key_type_from_name(pkalg);
87 if (pktype == KEY_UNSPEC) {
98 if (key->type != pktype) {
100 "(received %d, expected %d)", key->type, pktype);
H A Dauth2-pubkey.c65 int have_sig, pktype; local
85 pktype = key_type_from_name(pkalg);
86 if (pktype == KEY_UNSPEC) {
97 if (key->type != pktype) {
99 "(received %d, expected %d)", key->type, pktype);
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh-keysign/
H A Dssh-keysign.c72 int pktype, fail; local
107 pktype = key_type_from_name(pkalg);
108 if (pktype == KEY_UNSPEC)
112 else if (key->type != pktype)
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c474 int pktype, sent = 0; local
504 if ((pktype = key_type_from_name(pkalg)) == KEY_UNSPEC) {
512 if (key->type != pktype) {
515 key->type, pktype);

Completed in 106 milliseconds