Home | History | Annotate | Download | only in openssh

Lines Matching refs:sshbuf_get_cstring

455 	    (r = sshbuf_get_cstring(b, &type, NULL)) != 0 ||
456 (r = sshbuf_get_cstring(b, &cipher, NULL)) != 0 ||
1848 if ((r = sshbuf_get_cstring(options, &name, NULL)) != 0 ||
1862 if ((r = sshbuf_get_cstring(option, &arg, NULL)) != 0)