Cryptographic Token Interface Standard |
PKCS#11 |
Data Fields | |
CK_ULONG | ulWordsize |
wordsize of RC5 cipher in bytes. More... | |
CK_ULONG | ulRounds |
number of rounds of RC5 encipherment. More... | |
CK_BYTE_PTR | pIv |
pointer to initialization vector (IV) for CBC encryption. More... | |
CK_ULONG | ulIvLen |
length of initialization vector (must be same as blocksize). More... |
ulWordsize | wordsize of RC5 cipher in bytes |
ulRounds | number of rounds of RC5 encipherment |
pIv | pointer to initialization vector (IV) for CBC encryption |
ulIvLen | length of initialization vector (must be same as blocksize) |
CK_RC5_CBC_PARAMS_PTR is a pointer to a CK_RC5_CBC_PARAMS.
|
wordsize of RC5 cipher in bytes. |
|
number of rounds of RC5 encipherment. |
|
pointer to initialization vector (IV) for CBC encryption. |
|
length of initialization vector (must be same as blocksize). |