Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-hostbased.c66 int pktype; in userauth_hostbased() local
88 pktype = key_type_from_name(pkalg); in userauth_hostbased()
89 if (pktype == KEY_UNSPEC) { in userauth_hostbased()
100 if (key->type != pktype) { in userauth_hostbased()
102 "(received %d, expected %d)", key->type, pktype); in userauth_hostbased()
Dssh-keysign.c77 int r, pktype, fail; in valid_request() local
120 pktype = sshkey_type_from_name(pkalg); in valid_request()
121 if (pktype == KEY_UNSPEC) in valid_request()
126 } else if (key->type != pktype) in valid_request()
Dauth2-pubkey.c82 int have_sig, pktype; in userauth_pubkey() local
103 pktype = key_type_from_name(pkalg); in userauth_pubkey()
104 if (pktype == KEY_UNSPEC) { in userauth_pubkey()
115 if (key->type != pktype) { in userauth_pubkey()
117 "(received %d, expected %d)", key->type, pktype); in userauth_pubkey()
Dsshconnect2.c562 int pktype, sent = 0; in input_userauth_pk_ok() local
585 if ((pktype = key_type_from_name(pkalg)) == KEY_UNSPEC) { in input_userauth_pk_ok()
593 if (key->type != pktype) { in input_userauth_pk_ok()
596 key->type, pktype); in input_userauth_pk_ok()