Lines Matching +full:5 +full:vdc
32 NSM_BUFFER_TOO_SMALL = 5,
335 if (str && cbor_string_length(pair[i].key) == 5 && in get_nsm_describe_pcr_req()
336 memcmp(str, "index", 5) == 0) { in get_nsm_describe_pcr_req()
494 if (cbor_string_length(pair[i].key) == 5 && in get_nsm_extend_pcr_req()
495 memcmp(str, "index", 5) == 0) { in get_nsm_extend_pcr_req()
683 if (str && cbor_string_length(pair[i].key) == 5 && in get_nsm_lock_pcr_req()
684 memcmp(str, "index", 5) == 0) { in get_nsm_lock_pcr_req()
818 if (str && cbor_string_length(pair[i].key) == 5 && in get_nsm_lock_pcrs_req()
819 memcmp(str, "range", 5) == 0) { in get_nsm_lock_pcrs_req()
1024 if (cbor_string_length(pair[i].key) == 5 && in get_nsm_attestation_req()
1025 memcmp(str, "nonce", 5) == 0) { in get_nsm_attestation_req()
1346 * [5] { key = String("cabundle"), value = Array(N) { ByteString()... } },
1714 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in virtio_nsm_class_init() local
1719 vdc->realize = virtio_nsm_device_realize; in virtio_nsm_class_init()
1720 vdc->unrealize = virtio_nsm_device_unrealize; in virtio_nsm_class_init()
1721 vdc->get_features = get_features; in virtio_nsm_class_init()
1722 vdc->vmsd = &vmstate_virtio_nsm_device; in virtio_nsm_class_init()