Lines Matching refs:pkalg
72 char *pkalg;
85 /* no explicit pkalg given */
89 /* so we have to extract the pkalg from the pkblob */
90 pkalg = buffer_get_string(&b, &alen);
93 pkalg = packet_get_string(&alen);
96 pktype = key_type_from_name(pkalg);
100 pkalg);
105 error("userauth_pubkey: cannot decode key: %s", pkalg);
134 buffer_put_cstring(&b, pkalg);
149 debug("test whether pkalg/pkblob are acceptable");
162 packet_put_string(pkalg, alen);
172 debug2("userauth_pubkey: authenticated %d pkalg %s", authenticated, pkalg);
175 xfree(pkalg);