Searched refs:pktype (Results 1 - 4 of 4) sorted by relevance
/external/openssh/ |
H A D | auth2-hostbased.c | 64 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 D | ssh-keysign.c | 70 int pktype, fail; local 105 pktype = key_type_from_name(pkalg); 106 if (pktype == KEY_UNSPEC) 110 else if (key->type != pktype)
|
H A D | auth2-pubkey.c | 75 int have_sig, pktype; local 96 pktype = key_type_from_name(pkalg); 97 if (pktype == KEY_UNSPEC) { 108 if (key->type != pktype) { 110 "(received %d, expected %d)", key->type, pktype);
|
H A D | sshconnect2.c | 557 int pktype, sent = 0; local 580 if ((pktype = key_type_from_name(pkalg)) == KEY_UNSPEC) { 588 if (key->type != pktype) { 591 key->type, pktype);
|
Completed in 141 milliseconds