Home
last modified time | relevance | path

Searched refs:qemu_cbor_add_bytestring_to_map (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dcbor-helpers.h29 bool qemu_cbor_add_bytestring_to_map(cbor_item_t *map, const char *key,
/openbmc/qemu/hw/virtio/
H A Dvirtio-nsm.c156 if (!qemu_cbor_add_bytestring_to_map(nested_map, "random", rnd, in handle_get_random()
406 if (!qemu_cbor_add_bytestring_to_map(nested_map, "data", pcr->data, in handle_describe_pcr()
602 if (!qemu_cbor_add_bytestring_to_map(nested_map, "data", pcr->data, in handle_extend_pcr()
1204 if (!qemu_cbor_add_bytestring_to_map(root, "certificate", zero, 64)) { in add_payload_to_cose()
1215 } else if (!qemu_cbor_add_bytestring_to_map(root, "public_key", in add_payload_to_cose()
1225 } else if (!qemu_cbor_add_bytestring_to_map(root, "user_data", in add_payload_to_cose()
1235 } else if (!qemu_cbor_add_bytestring_to_map(root, "nonce", in add_payload_to_cose()
1401 if (!qemu_cbor_add_bytestring_to_map(nested_map, "document", buf, len)) { in handle_attestation()
H A Dcbor-helpers.c133 bool qemu_cbor_add_bytestring_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_bytestring_to_map() function