Lines Matching refs:sshbuf_get_cstring
1888 (ret = sshbuf_get_cstring(b, &key->cert->key_id, &kidlen)) != 0 || in cert_parse()
1924 if ((ret = sshbuf_get_cstring(principals, &principal, in cert_parse()
2035 if (sshbuf_get_cstring(b, &ktype, NULL) != 0) { in sshkey_from_blob_internal()
2134 if (sshbuf_get_cstring(b, &curve, NULL) != 0) { in sshkey_from_blob_internal()
2202 if ((ret = sshbuf_get_cstring(b, &xmss_name, NULL)) != 0) in sshkey_from_blob_internal()
2306 if ((r = sshbuf_get_cstring(b, &sigtype, NULL)) != 0) in get_sigtype()
2891 if ((r = sshbuf_get_cstring(buf, &tname, NULL)) != 0) in sshkey_private_deserialize()
2950 if ((r = sshbuf_get_cstring(buf, &curve, NULL)) != 0) in sshkey_private_deserialize()
3092 if ((r = sshbuf_get_cstring(buf, &xmss_name, NULL)) != 0 || in sshkey_private_deserialize()
3111 (r = sshbuf_get_cstring(buf, &xmss_name, NULL)) != 0 || in sshkey_private_deserialize()
3576 (r = sshbuf_get_cstring(decoded, &ciphername, NULL)) != 0 || in sshkey_parse_private2()
3577 (r = sshbuf_get_cstring(decoded, &kdfname, NULL)) != 0 || in sshkey_parse_private2()
3671 (r = sshbuf_get_cstring(decrypted, &comment, NULL)) != 0) in sshkey_parse_private2()