Lines Matching refs:sshbuf_get_cstring

2212 	    (ret = sshbuf_get_cstring(b, &key->cert->key_id, &kidlen)) != 0 ||  in cert_parse()
2248 if ((ret = sshbuf_get_cstring(principals, &principal, in cert_parse()
2362 if (sshbuf_get_cstring(b, &ktype, NULL) != 0) { in sshkey_from_blob_internal()
2451 if (sshbuf_get_cstring(b, &curve, NULL) != 0) { in sshkey_from_blob_internal()
2488 if (sshbuf_get_cstring(b, &key->sk_application, in sshkey_from_blob_internal()
2522 if (sshbuf_get_cstring(b, &key->sk_application, in sshkey_from_blob_internal()
2543 if ((ret = sshbuf_get_cstring(b, &xmss_name, NULL)) != 0) in sshkey_from_blob_internal()
2647 if ((r = sshbuf_get_cstring(b, &sigtype, NULL)) != 0) in sshkey_get_sigtype()
3429 if ((r = sshbuf_get_cstring(buf, &tname, NULL)) != 0) in sshkey_private_deserialize()
3498 if ((r = sshbuf_get_cstring(buf, &curve, NULL)) != 0) in sshkey_private_deserialize()
3529 if ((r = sshbuf_get_cstring(buf, &curve, NULL)) != 0) in sshkey_private_deserialize()
3546 (r = sshbuf_get_cstring(buf, &k->sk_application, in sshkey_private_deserialize()
3562 if ((r = sshbuf_get_cstring(buf, &k->sk_application, in sshkey_private_deserialize()
3631 if ((r = sshbuf_get_cstring(buf, &k->sk_application, in sshkey_private_deserialize()
3643 if ((r = sshbuf_get_cstring(buf, &xmss_name, NULL)) != 0 || in sshkey_private_deserialize()
4111 (r = sshbuf_get_cstring(decoded, &ciphername, NULL)) != 0 || in private2_decrypt()
4112 (r = sshbuf_get_cstring(decoded, &kdfname, NULL)) != 0 || in private2_decrypt()
4284 (r = sshbuf_get_cstring(decrypted, &comment, NULL)) != 0) in sshkey_parse_private2()