Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_RC5_MAC_GENERAL_PARAMS Struct Reference

Structure that provides the parameters to the CKM_RC5_MAC_GENERAL mechanism More...

Public Attributes

NativeULong Wordsize
 Wordsize of RC5 cipher in bytes More...
 
NativeULong Rounds
 Number of rounds of RC5 encipherment More...
 
NativeULong MacLength
 Length of the MAC produced, in bytes More...
 

Detailed Description

Structure that provides the parameters to the CKM_RC5_MAC_GENERAL mechanism

Member Data Documentation

◆ MacLength

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_RC5_MAC_GENERAL_PARAMS.MacLength

Length of the MAC produced, in bytes

◆ Rounds

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_RC5_MAC_GENERAL_PARAMS.Rounds

Number of rounds of RC5 encipherment

◆ Wordsize

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_RC5_MAC_GENERAL_PARAMS.Wordsize

Wordsize of RC5 cipher in bytes


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