Cryptographic Token Interface Standard

PKCS#11


CK_RC2_CBC Reference

CK_RC2_CBC_PARAMS

CK_RC2_CBC_PARAMS is a structure that provides the parameters to the CKM_RC2_CBC mechanism. More...


Data Fields

CK_USHORT usEffectiveBits
 the effective number of bits in the RC2 search space, must be between 1 and 1024. More...

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


Detailed Description

CK_RC2_CBC_PARAMS

CK_RC2_CBC_PARAMS is a structure that provides the parameters to the CKM_RC2_CBC mechanism.
usEffectiveBits the effective number of bits in the RC2 search space, must be between 1 and 1024
iv the initialization vector for cipher block chaining mode


Field Documentation

CK_USHORT usEffectiveBits
 

the effective number of bits in the RC2 search space, must be between 1 and 1024.

CK_BYTE iv[8]
 

the initialization vector for cipher block chaining mode.


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