NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
CK_NVIDIA_BATCH_VERIFY_ENTRY Struct Reference

Detailed Description

CK_NVIDIA_BATCH_VERIFY_ENTRY provides the parameters, the input, and the output for a single batch entry in a batch message-based signature verification process.

Definition at line 772 of file nvpkcs11.h.

Data Fields

CK_VOID_PTR pParameter
 Pointer to the parameter if required by the mechanism. More...
 
CK_ULONG ulParameterLen
 Length in bytes of the parameter. More...
 
CK_BYTE_PTR pData
 Pointer to the data to be verified. More...
 
CK_ULONG ulDataLen
 Length in bytes of the data to be verified. More...
 
CK_BYTE_PTR pSignature
 Pointer to the signature. More...
 
CK_ULONG ulSignatureLen
 Length of the signature. More...
 
CK_NVIDIA_FLAGS additionalFlags
 Bit flags to change the verifying API behavior for this particular batch entry. More...
 
CK_RV rv
 Return value from verifying this batch entry. More...
 

Field Documentation

◆ additionalFlags

CK_NVIDIA_FLAGS CK_NVIDIA_BATCH_VERIFY_ENTRY::additionalFlags

Bit flags to change the verifying API behavior for this particular batch entry.

Definition at line 779 of file nvpkcs11.h.

◆ pData

CK_BYTE_PTR CK_NVIDIA_BATCH_VERIFY_ENTRY::pData

Pointer to the data to be verified.

Definition at line 775 of file nvpkcs11.h.

◆ pParameter

CK_VOID_PTR CK_NVIDIA_BATCH_VERIFY_ENTRY::pParameter

Pointer to the parameter if required by the mechanism.

Definition at line 773 of file nvpkcs11.h.

◆ pSignature

CK_BYTE_PTR CK_NVIDIA_BATCH_VERIFY_ENTRY::pSignature

Pointer to the signature.

Definition at line 777 of file nvpkcs11.h.

◆ rv

CK_RV CK_NVIDIA_BATCH_VERIFY_ENTRY::rv

Return value from verifying this batch entry.

Not to be confused with the overall API return value.

Definition at line 780 of file nvpkcs11.h.

◆ ulDataLen

CK_ULONG CK_NVIDIA_BATCH_VERIFY_ENTRY::ulDataLen

Length in bytes of the data to be verified.

Definition at line 776 of file nvpkcs11.h.

◆ ulParameterLen

CK_ULONG CK_NVIDIA_BATCH_VERIFY_ENTRY::ulParameterLen

Length in bytes of the parameter.

Definition at line 774 of file nvpkcs11.h.

◆ ulSignatureLen

CK_ULONG CK_NVIDIA_BATCH_VERIFY_ENTRY::ulSignatureLen

Length of the signature.

Definition at line 778 of file nvpkcs11.h.


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