Searched refs:sshbuf_skip_string (Results 1 – 9 of 9) sorted by relevance
1305 if ((r = sshbuf_skip_string(b)) != 0 || /* service */ in monitor_valid_userblob()1315 if ((r = sshbuf_skip_string(b)) != 0 || /* pkalg */ in monitor_valid_userblob()1316 (r = sshbuf_skip_string(b)) != 0) /* pkblob */ in monitor_valid_userblob()1362 if ((r = sshbuf_skip_string(b)) != 0 || /* service */ in monitor_valid_hostbasedblob()1368 if ((r = sshbuf_skip_string(b)) != 0 || /* pkalg */ in monitor_valid_hostbasedblob()1369 (r = sshbuf_skip_string(b)) != 0) /* pkblob */ in monitor_valid_hostbasedblob()
232 (r = sshbuf_skip_string(msg)) != 0) in pkcs11_add_provider()
96 if ((r = sshbuf_skip_string(b)) != 0) in valid_request()
208 #define sshbuf_skip_string(buf) sshbuf_get_string_direct(buf, NULL, NULL) macro
822 (r = sshbuf_skip_string(buf)) != 0) in parse_revoked_certs()963 (r = sshbuf_skip_string(copy)) != 0 || in ssh_krl_from_blob()1094 if ((r = sshbuf_skip_string(copy)) != 0) in ssh_krl_from_blob()
200 if ((r = sshbuf_skip_string(buf)) != 0) in sshbuf_get_cstring()
311 (r = sshbuf_skip_string(m)) != 0) { /* value */ in process_mux_master_hello()363 if ((r = sshbuf_skip_string(m)) != 0 || /* reserved */ in process_mux_new_session()986 if ((r = sshbuf_skip_string(m)) != 0 || /* reserved */ in process_mux_stdio_fwd()1654 (r = sshbuf_skip_string(m)) != 0) { /* value */ in mux_client_hello_exchange()
3580 (r = sshbuf_skip_string(decoded)) != 0 || /* pubkey */ in sshkey_parse_private2()
73 ASSERT_INT_EQ(sshbuf_skip_string(pk), 0); in build_cert()