Home
last modified time | relevance | path

Searched refs:sshbuf_skip_string (Results 1 – 7 of 7) sorted by relevance

/netbsd/crypto/external/bsd/openssh/dist/
H A Dmonitor.c1280 if ((r = sshbuf_skip_string(b)) != 0 || /* service */ in monitor_valid_userblob()
1294 if ((r = sshbuf_skip_string(b)) != 0 || /* pkalg */ in monitor_valid_userblob()
1295 (r = sshbuf_skip_string(b)) != 0 || /* pkblob */ in monitor_valid_userblob()
1352 if ((r = sshbuf_skip_string(b)) != 0 || /* service */ in monitor_valid_hostbasedblob()
1358 if ((r = sshbuf_skip_string(b)) != 0 || /* pkalg */ in monitor_valid_hostbasedblob()
1359 (r = sshbuf_skip_string(b)) != 0) /* pkblob */ in monitor_valid_hostbasedblob()
H A Dssh-keysign.c99 if ((r = sshbuf_skip_string(b)) != 0) in valid_request()
H A Dsshbuf.h212 #define sshbuf_skip_string(buf) sshbuf_get_string_direct(buf, NULL, NULL) macro
H A Dkrl.c868 (r = sshbuf_skip_string(buf)) != 0) in parse_revoked_certs()
1032 (r = sshbuf_skip_string(copy)) != 0 || in ssh_krl_from_blob()
1158 if ((r = sshbuf_skip_string(copy)) != 0) in ssh_krl_from_blob()
H A Dsshbuf-getput-basic.c287 if ((r = sshbuf_skip_string(buf)) != 0) in sshbuf_get_cstring()
H A Dmux.c337 if ((r = sshbuf_skip_string(m)) != 0 || /* reserved */ in mux_master_process_new_session()
957 if ((r = sshbuf_skip_string(m)) != 0 || /* reserved */ in mux_master_process_stdio_fwd()
1604 (r = sshbuf_skip_string(m)) != 0) { /* value */ in mux_client_hello_exchange()
H A Dsshkey.c3136 (r = sshbuf_skip_string(decoded)) != 0 || /* cipher */ in sshkey_parse_private2_pubkey()
3137 (r = sshbuf_skip_string(decoded)) != 0 || /* KDF alg */ in sshkey_parse_private2_pubkey()
3138 (r = sshbuf_skip_string(decoded)) != 0 || /* KDF hint */ in sshkey_parse_private2_pubkey()