Lines Matching refs:sshbuf_get_cstring

708 	    (r = sshbuf_get_cstring(b, &user, NULL)) != 0 || /* server user */  in parse_userauth_request()
709 (r = sshbuf_get_cstring(b, &service, NULL)) != 0 || /* service */ in parse_userauth_request()
710 (r = sshbuf_get_cstring(b, &method, NULL)) != 0 || /* method */ in parse_userauth_request()
712 (r = sshbuf_get_cstring(b, &pkalg, NULL)) != 0 || /* alg */ in parse_userauth_request()
776 (r = sshbuf_get_cstring(b, NULL, NULL)) != 0 || /* namespace */ in parse_sshsig_request()
778 (r = sshbuf_get_cstring(b, NULL, NULL)) != 0 || /* hashalg */ in parse_sshsig_request()
1073 if ((r = sshbuf_get_cstring(b, &dch->user, NULL)) != 0 || in parse_dest_constraint_hop()
1074 (r = sshbuf_get_cstring(b, &dch->hostname, NULL)) != 0 || in parse_dest_constraint_hop()
1181 if ((r = sshbuf_get_cstring(m, &ext_name, NULL)) != 0) { in parse_key_constraint_extension()
1197 if ((r = sshbuf_get_cstring(m, sk_providerp, NULL)) != 0) { in parse_key_constraint_extension()
1357 (r = sshbuf_get_cstring(e->request, &comment, NULL)) != 0) { in process_add_identity()
1471 if ((r = sshbuf_get_cstring(e->request, &passwd, &pwlen)) != 0) in process_lock_agent()
1565 if ((r = sshbuf_get_cstring(e->request, &provider, NULL)) != 0 || in process_add_smartcard_key()
1566 (r = sshbuf_get_cstring(e->request, &pin, NULL)) != 0) { in process_add_smartcard_key()
1646 if ((r = sshbuf_get_cstring(e->request, &provider, NULL)) != 0 || in process_remove_smartcard_key()
1647 (r = sshbuf_get_cstring(e->request, &pin, NULL)) != 0) { in process_remove_smartcard_key()
1770 if ((r = sshbuf_get_cstring(e->request, &name, NULL)) != 0) { in process_extension()