![]() | Cryptographic Token Interface Standard |
PKCS#11 |
| |||||||
Mechanism | |||||||
CKM_DES_OFB64 | |||||||
CKM_DES_ OFB8 | |||||||
CKM_DES_ CFB64 | |||||||
CKM_DES_ CFB8 |
Cipher DES has a output feedback mode, DES-OFB, denoted CKM_DES_OFB8 and CKM_DES_OFB64. It is a mechanism for single and multiple-part encryption and decryption with DES.
It has a parameter, an initialization vector for this mode. The initialization vector has the same length as the blocksize.
Constraints on key types and the length of data are summarized in the following table:
Table 251, OFB: Key And Data Length
Function | Key type | |||
C_Encrypt | CKK_DES, CKK_DES2, CKK_DES3 | |||
C_Decrypt | CKK_DES, CKK_DES2, CKK_DES3 |
For this mechanism the CK_MECHANISM_INFO structure is as specified for CBC mode.