Home
last modified time | relevance | path

Searched defs:cose (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvirtio-nsm.c1035 static bool add_protected_header_to_cose(cbor_item_t *cose) in add_protected_header_to_cose()
1097 static bool add_unprotected_header_to_cose(cbor_item_t *cose) in add_unprotected_header_to_cose()
1155 static bool add_payload_to_cose(cbor_item_t *cose, VirtIONSM *vnsm, in add_payload_to_cose()
1264 static bool add_signature_to_cose(cbor_item_t *cose) in add_signature_to_cose()
1350 cbor_item_t *cose = NULL; in handle_attestation() local