NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
CK_HKDF_PARAMS Struct Reference

Detailed Description

Definition at line 2426 of file pkcs11t.h.

Data Fields

CK_BBOOL bExtract
 
CK_BBOOL bExpand
 
CK_MECHANISM_TYPE prfHashMechanism
 
CK_ULONG ulSaltType
 
CK_BYTE_PTR pSalt
 
CK_ULONG ulSaltLen
 
CK_OBJECT_HANDLE hSaltKey
 
CK_BYTE_PTR pInfo
 
CK_ULONG ulInfoLen
 

Field Documentation

◆ bExpand

CK_BBOOL CK_HKDF_PARAMS::bExpand

Definition at line 2428 of file pkcs11t.h.

◆ bExtract

CK_BBOOL CK_HKDF_PARAMS::bExtract

Definition at line 2427 of file pkcs11t.h.

◆ hSaltKey

CK_OBJECT_HANDLE CK_HKDF_PARAMS::hSaltKey

Definition at line 2433 of file pkcs11t.h.

◆ pInfo

CK_BYTE_PTR CK_HKDF_PARAMS::pInfo

Definition at line 2434 of file pkcs11t.h.

◆ prfHashMechanism

CK_MECHANISM_TYPE CK_HKDF_PARAMS::prfHashMechanism

Definition at line 2429 of file pkcs11t.h.

◆ pSalt

CK_BYTE_PTR CK_HKDF_PARAMS::pSalt

Definition at line 2431 of file pkcs11t.h.

◆ ulInfoLen

CK_ULONG CK_HKDF_PARAMS::ulInfoLen

Definition at line 2435 of file pkcs11t.h.

◆ ulSaltLen

CK_ULONG CK_HKDF_PARAMS::ulSaltLen

Definition at line 2432 of file pkcs11t.h.

◆ ulSaltType

CK_ULONG CK_HKDF_PARAMS::ulSaltType

Definition at line 2430 of file pkcs11t.h.


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