Cryptographic Token Interface Standard

PKCS#11


CK_RC2_CBC_PARAMS Reference

CK_RC2_CBC_PARAMS; CK_RC2_CBC_PARAMS_PTR

CK_RC2_CBC_PARAMS is a structure that provides the parameters to the CKM_RC2_CBC and CKM_RC2_CBC_PAD mechanisms. More...


Data Fields

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

CK_BYTE iv [8]
 the initialization vector (IV) for cipher block chaining mode. More...


Detailed Description

CK_RC2_CBC_PARAMS; CK_RC2_CBC_PARAMS_PTR

CK_RC2_CBC_PARAMS is a structure that provides the parameters to the CKM_RC2_CBC and CKM_RC2_CBC_PAD mechanisms. It is defined as follows:
ulEffectiveBits the effective number of bits in the RC2 search space
iv the initialization vector (IV) for cipher block chaining mode

CK_RC2_CBC_PARAMS_PTR is a pointer to a CK_RC2_CBC_PARAMS.

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:


Field Documentation

CK_ULONG ulEffectiveBits
 

the effective number of bits in the RC2 search space.

CK_BYTE iv[8]
 

the initialization vector (IV) for cipher block chaining mode.


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