Type Alias nvml_wrapper_sys::bindings::nvmlConfComputeGpuCertificate_t
source · pub type nvmlConfComputeGpuCertificate_t = nvmlConfComputeGpuCertificate_st;
Aliased Type§
struct nvmlConfComputeGpuCertificate_t {
pub certChainSize: u32,
pub attestationCertChainSize: u32,
pub certChain: [u8; 4096],
pub attestationCertChain: [u8; 5120],
}
Fields§
§certChainSize: u32
§attestationCertChainSize: u32
§certChain: [u8; 4096]
§attestationCertChain: [u8; 5120]