NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvGPHObjectSignatureRec Struct Reference

Detailed Description

Definition at line 39 of file nvgph.h.

Data Fields

union {
   NvU32   Hash [CMAC_AES_HASH_LENGTH]
 Specifies the AES-CMAC signature for the rest of the BCT structure. More...
 
   NvU8   SHA256 [SHA256_DIGEST_SIZE]
 Specifies the SHA256 signature for the rest of the BCT structure. More...
 
SignType
 
NvU8 Reserved [48]
 Reserved for future use. More...
 

Field Documentation

NvU32 NvGPHObjectSignatureRec::Hash[CMAC_AES_HASH_LENGTH]

Specifies the AES-CMAC signature for the rest of the BCT structure.

Definition at line 43 of file nvgph.h.

NvU8 NvGPHObjectSignatureRec::Reserved[48]

Reserved for future use.

Definition at line 49 of file nvgph.h.

NvU8 NvGPHObjectSignatureRec::SHA256[SHA256_DIGEST_SIZE]

Specifies the SHA256 signature for the rest of the BCT structure.

Definition at line 46 of file nvgph.h.

union { ... } NvGPHObjectSignatureRec::SignType

The documentation for this struct was generated from the following file: