Searched refs:sshbuf_skip_string (Results 1 – 8 of 8) sorted by relevance
1290 if ((r = sshbuf_skip_string(b)) != 0 || /* service */ in monitor_valid_userblob()1304 if ((r = sshbuf_skip_string(b)) != 0 || /* pkalg */ in monitor_valid_userblob()1305 (r = sshbuf_skip_string(b)) != 0 || /* pkblob */ in monitor_valid_userblob()1361 if ((r = sshbuf_skip_string(b)) != 0 || /* service */ in monitor_valid_hostbasedblob()1367 if ((r = sshbuf_skip_string(b)) != 0 || /* pkalg */ in monitor_valid_hostbasedblob()1368 (r = sshbuf_skip_string(b)) != 0) /* pkblob */ in monitor_valid_hostbasedblob()
100 if ((r = sshbuf_skip_string(b)) != 0) in valid_request()
205 #define sshbuf_skip_string(buf) sshbuf_get_string_direct(buf, NULL, NULL) macro
882 (r = sshbuf_skip_string(buf)) != 0) in parse_revoked_certs()1081 (r = sshbuf_skip_string(copy)) != 0 || in ssh_krl_from_blob()1128 if ((r = sshbuf_skip_string(copy)) != 0) in ssh_krl_from_blob()
289 if ((r = sshbuf_skip_string(buf)) != 0) in sshbuf_get_cstring()
349 if ((r = sshbuf_skip_string(m)) != 0 || /* reserved */ in mux_master_process_new_session()969 if ((r = sshbuf_skip_string(m)) != 0 || /* reserved */ in mux_master_process_stdio_fwd()1642 (r = sshbuf_skip_string(m)) != 0) { /* value */ in mux_client_hello_exchange()
3171 (r = sshbuf_skip_string(decoded)) != 0 || /* cipher */ in sshkey_parse_private2_pubkey()3172 (r = sshbuf_skip_string(decoded)) != 0 || /* KDF alg */ in sshkey_parse_private2_pubkey()3173 (r = sshbuf_skip_string(decoded)) != 0 || /* KDF hint */ in sshkey_parse_private2_pubkey()
76 ASSERT_INT_EQ(sshbuf_skip_string(pk), 0); in build_cert()