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

/external/openssh/
H A Dauth2-hostbased.c66 int pktype; local
88 pktype = key_type_from_name(pkalg);
89 if (pktype == KEY_UNSPEC) {
100 if (key->type != pktype) {
102 "(received %d, expected %d)", key->type, pktype);
H A Dssh-keysign.c77 int r, pktype, fail; local
120 pktype = sshkey_type_from_name(pkalg);
121 if (pktype == KEY_UNSPEC)
126 } else if (key->type != pktype)
H A Dauth2-pubkey.c85 int have_sig, pktype; local
106 pktype = key_type_from_name(pkalg);
107 if (pktype == KEY_UNSPEC) {
118 if (key->type != pktype) {
120 "(received %d, expected %d)", key->type, pktype);
H A Dsshconnect2.c555 int pktype, sent = 0; local
578 if ((pktype = key_type_from_name(pkalg)) == KEY_UNSPEC) {
586 if (key->type != pktype) {
589 key->type, pktype);
/external/curl/lib/vtls/
H A Dopenssl.c2455 int pktype; local
2457 pktype = EVP_PKEY_id(pubkey);
2459 pktype = pubkey->type;
2461 switch(pktype) {

Completed in 114 milliseconds