Cryptographic Token Interface Standard

PKCS#11


CK_RC2_MAC_GENERAL_PARAMS Reference

CK_RC2_MAC_GENERAL_PARAMS; CK_RC2_MAC_GENERAL_PARAMS_PTR

CK_RC2_MAC_GENERAL_PARAMS is a structure that provides the parameters to the CKM_RC2_MAC_GENERAL mechanism. More...


Data Fields

CK_ULONG ulEffectiveBits
 the effective number of bits in the RC2 search space. More...

CK_ULONG ulMacLength
 length of the MAC produced, in bytes. More...


Detailed Description

CK_RC2_MAC_GENERAL_PARAMS; CK_RC2_MAC_GENERAL_PARAMS_PTR

CK_RC2_MAC_GENERAL_PARAMS is a structure that provides the parameters to the CKM_RC2_MAC_GENERAL mechanism. It is defined as follows:
ulEffectiveBits the effective number of bits in the RC2 search space
ulMacLength length of the MAC produced, in bytes

CK_RC2_MAC_GENERAL_PARAMS_PTR is a pointer to a CK_RC2_MAC_GENERAL_PARAMS.


Field Documentation

CK_ULONG ulEffectiveBits
 

the effective number of bits in the RC2 search space.

CK_ULONG ulMacLength
 

length of the MAC produced, in bytes.


RSA Security Inc. Public-Key Cryptography Standards - PKCS#11 - v220