NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
CK_X2RATCHET_INITIALIZE_PARAMS Struct Reference

Detailed Description

Definition at line 2390 of file pkcs11t.h.

Data Fields

CK_BYTE_PTR sk
 
CK_OBJECT_HANDLE peer_public_prekey
 
CK_OBJECT_HANDLE peer_public_identity
 
CK_OBJECT_HANDLE own_public_identity
 
CK_BBOOL bEncryptedHeader
 
CK_ULONG eCurve
 
CK_MECHANISM_TYPE aeadMechanism
 
CK_X2RATCHET_KDF_TYPE kdfMechanism
 

Field Documentation

◆ aeadMechanism

CK_MECHANISM_TYPE CK_X2RATCHET_INITIALIZE_PARAMS::aeadMechanism

Definition at line 2397 of file pkcs11t.h.

◆ bEncryptedHeader

CK_BBOOL CK_X2RATCHET_INITIALIZE_PARAMS::bEncryptedHeader

Definition at line 2395 of file pkcs11t.h.

◆ eCurve

CK_ULONG CK_X2RATCHET_INITIALIZE_PARAMS::eCurve

Definition at line 2396 of file pkcs11t.h.

◆ kdfMechanism

CK_X2RATCHET_KDF_TYPE CK_X2RATCHET_INITIALIZE_PARAMS::kdfMechanism

Definition at line 2398 of file pkcs11t.h.

◆ own_public_identity

CK_OBJECT_HANDLE CK_X2RATCHET_INITIALIZE_PARAMS::own_public_identity

Definition at line 2394 of file pkcs11t.h.

◆ peer_public_identity

CK_OBJECT_HANDLE CK_X2RATCHET_INITIALIZE_PARAMS::peer_public_identity

Definition at line 2393 of file pkcs11t.h.

◆ peer_public_prekey

CK_OBJECT_HANDLE CK_X2RATCHET_INITIALIZE_PARAMS::peer_public_prekey

Definition at line 2392 of file pkcs11t.h.

◆ sk

CK_BYTE_PTR CK_X2RATCHET_INITIALIZE_PARAMS::sk

Definition at line 2391 of file pkcs11t.h.


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