Searched refs:JSON_BUILD_HEX (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | json.h | 283 #define JSON_BUILD_HEX(p, n) _JSON_BUILD_HEX, (const void*) { p }, (size_t) { n } macro 308 #define JSON_BUILD_PAIR_HEX(name, p, n) JSON_BUILD_PAIR(name, JSON_BUILD_HEX(p, n))
|
D | elf-util.c | 408 … = json_build(&id_json, JSON_BUILD_OBJECT(JSON_BUILD_PAIR("buildId", JSON_BUILD_HEX(id, id_len)))); in parse_buildid()
|
D | tpm2-util.c | 1414 … JSON_BUILD_PAIR("tpm2-policy-hash", JSON_BUILD_HEX(policy_hash, policy_hash_size)), in tpm2_make_luks2_json()
|