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]