Home | History | Annotate | Download | only in openssh

Lines Matching refs:sshbuf_get_cstring

1854 	    (ret = sshbuf_get_cstring(b, &key->cert->key_id, &kidlen)) != 0 ||
1890 if ((ret = sshbuf_get_cstring(principals, &principal,
1983 if (sshbuf_get_cstring(b, &ktype, NULL) != 0) {
2053 sshbuf_get_cstring(b, &curve, NULL) != 0) {
2692 if ((r = sshbuf_get_cstring(buf, &tname, NULL)) != 0)
2725 if ((r = sshbuf_get_cstring(buf, &curve, NULL)) != 0)
3264 (r = sshbuf_get_cstring(decoded, &ciphername, NULL)) != 0 ||
3265 (r = sshbuf_get_cstring(decoded, &kdfname, NULL)) != 0 ||
3359 (r = sshbuf_get_cstring(decrypted, &comment, NULL)) != 0)
3709 (r = sshbuf_get_cstring(copy, &comment, NULL)) != 0)