Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-hostbased.c64 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()
Dssh-keysign.c70 int pktype, fail; in valid_request() local
105 pktype = key_type_from_name(pkalg); in valid_request()
106 if (pktype == KEY_UNSPEC) in valid_request()
110 else if (key->type != pktype) in valid_request()
Dauth2-pubkey.c75 int have_sig, pktype; in userauth_pubkey() local
96 pktype = key_type_from_name(pkalg); in userauth_pubkey()
97 if (pktype == KEY_UNSPEC) { in userauth_pubkey()
108 if (key->type != pktype) { in userauth_pubkey()
110 "(received %d, expected %d)", key->type, pktype); in userauth_pubkey()
Dsshconnect2.c557 int pktype, sent = 0; in input_userauth_pk_ok() local
580 if ((pktype = key_type_from_name(pkalg)) == KEY_UNSPEC) { in input_userauth_pk_ok()
588 if (key->type != pktype) { in input_userauth_pk_ok()
591 key->type, pktype); in input_userauth_pk_ok()