Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI81.MechanismParams.CK_RC5_CBC_PARAMS Struct Reference

Structure that provides the parameters to the CKM_RC5_CBC and CKM_RC5_CBC_PAD mechanisms More...

Public Attributes

NativeULong Wordsize
 Wordsize of RC5 cipher in bytes More...
 
NativeULong Rounds
 Number of rounds of RC5 encipherment More...
 
IntPtr Iv
 Pointer to initialization vector (IV) for CBC encryption More...
 
NativeULong IvLen
 Length of initialization vector (must be same as blocksize) More...
 

Detailed Description

Structure that provides the parameters to the CKM_RC5_CBC and CKM_RC5_CBC_PAD mechanisms

Member Data Documentation

◆ Iv

IntPtr Net.Pkcs11Interop.LowLevelAPI81.MechanismParams.CK_RC5_CBC_PARAMS.Iv

Pointer to initialization vector (IV) for CBC encryption

◆ IvLen

NativeULong Net.Pkcs11Interop.LowLevelAPI81.MechanismParams.CK_RC5_CBC_PARAMS.IvLen

Length of initialization vector (must be same as blocksize)

◆ Rounds

NativeULong Net.Pkcs11Interop.LowLevelAPI81.MechanismParams.CK_RC5_CBC_PARAMS.Rounds

Number of rounds of RC5 encipherment

◆ Wordsize

NativeULong Net.Pkcs11Interop.LowLevelAPI81.MechanismParams.CK_RC5_CBC_PARAMS.Wordsize

Wordsize of RC5 cipher in bytes


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