Cryptographic Token Interface Standard

PKCS#11


CK_RC5_PARAMS Reference

CK_RC5_PARAMS; CK_RC5_PARAMS_PTR

CK_RC5_PARAMS provides the parameters to the CKM_RC5_ECB and CKM_RC5_MAC mechanisms. More...


Data Fields

CK_ULONG ulWordsize
 wordsize of RC5 cipher in bytes. More...

CK_ULONG ulRounds
 number of rounds of RC5 encipherment. More...


Detailed Description

CK_RC5_PARAMS; CK_RC5_PARAMS_PTR

CK_RC5_PARAMS provides the parameters to the CKM_RC5_ECB and CKM_RC5_MAC mechanisms.
ulWordsize wordsize of RC5 cipher in bytes
ulRounds number of rounds of RC5 encipherment

CK_RC5_PARAMS_PTR is a pointer to a CK_RC5_PARAMS.

CK_RC5_CBC_PARAMS; CK_RC5_CBC_PARAMS_PTR

CK_RC5_CBC_PARAMS is a structure that provides the parameters to the CKM_RC5_CBC and CKM_RC5_CBC_PAD mechanisms. It is defined as follows:


Field Documentation

CK_ULONG ulWordsize
 

wordsize of RC5 cipher in bytes.

CK_ULONG ulRounds
 

number of rounds of RC5 encipherment.


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