Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dcbor-helpers.h25 bool qemu_cbor_add_map_to_map(cbor_item_t *map, const char *key,
/openbmc/qemu/hw/virtio/
H A Dvirtio-nsm.c150 if (!qemu_cbor_add_map_to_map(root, "GetRandom", 1, &nested_map)) { in handle_get_random()
222 if (!qemu_cbor_add_map_to_map(root, "DescribeNSM", 7, &nested_map)) { in handle_describe_nsm()
402 if (!qemu_cbor_add_map_to_map(root, "DescribePCR", 2, &nested_map)) { in handle_describe_pcr()
598 if (!qemu_cbor_add_map_to_map(root, "ExtendPCR", 1, &nested_map)) { in handle_extend_pcr()
1192 if (!qemu_cbor_add_map_to_map(root, "pcrs", locked_cnt, &nested_map)) { in add_payload_to_cose()
1398 if (!qemu_cbor_add_map_to_map(root, "Attestation", 1, &nested_map)) { in handle_attestation()
H A Dcbor-helpers.c101 bool qemu_cbor_add_map_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_map_to_map() function