Home
last modified time | relevance | path

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

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