Lines Matching refs:sshbuf_get_cstring
2210 (ret = sshbuf_get_cstring(b, &key->cert->key_id, &kidlen)) != 0 || in cert_parse()
2246 if ((ret = sshbuf_get_cstring(principals, &principal, in cert_parse()
2360 if (sshbuf_get_cstring(b, &ktype, NULL) != 0) { in sshkey_from_blob_internal()
2449 if (sshbuf_get_cstring(b, &curve, NULL) != 0) { in sshkey_from_blob_internal()
2486 if (sshbuf_get_cstring(b, &key->sk_application, in sshkey_from_blob_internal()
2520 if (sshbuf_get_cstring(b, &key->sk_application, in sshkey_from_blob_internal()
2541 if ((ret = sshbuf_get_cstring(b, &xmss_name, NULL)) != 0) in sshkey_from_blob_internal()
2645 if ((r = sshbuf_get_cstring(b, &sigtype, NULL)) != 0) in sshkey_get_sigtype()
3394 if ((r = sshbuf_get_cstring(buf, &tname, NULL)) != 0) in sshkey_private_deserialize()
3455 if ((r = sshbuf_get_cstring(buf, &curve, NULL)) != 0) in sshkey_private_deserialize()
3486 if ((r = sshbuf_get_cstring(buf, &curve, NULL)) != 0) in sshkey_private_deserialize()
3503 (r = sshbuf_get_cstring(buf, &k->sk_application, in sshkey_private_deserialize()
3519 if ((r = sshbuf_get_cstring(buf, &k->sk_application, in sshkey_private_deserialize()
3588 if ((r = sshbuf_get_cstring(buf, &k->sk_application, in sshkey_private_deserialize()
3600 if ((r = sshbuf_get_cstring(buf, &xmss_name, NULL)) != 0 || in sshkey_private_deserialize()
4057 (r = sshbuf_get_cstring(decoded, &ciphername, NULL)) != 0 || in private2_decrypt()
4058 (r = sshbuf_get_cstring(decoded, &kdfname, NULL)) != 0 || in private2_decrypt()
4230 (r = sshbuf_get_cstring(decrypted, &comment, NULL)) != 0) in sshkey_parse_private2()