CKM_AES_ECB_ENCRYPT_DATA
This section provides a summary of CKM_AES_ECB_ENCRYPT_DATA.
Supported operations
Operation | Support |
---|---|
Encrypt and Decrypt | No |
Sign and Verify | No |
SignRecover and VerifyRecover | No |
Digest | No |
Generate Key/Key-Pair | No |
Wrap and Unwrap | No |
Derive | Yes |
FIPS Mode support
Available in FIPS Mode | Restrictions in FIPS Mode |
---|---|
No | Not applicable |
Key size range (bytes) and parameters
Key size minimum/maximum | Value |
---|---|
Minimum | 16 |
Maximum | 32 |
Parameter
Data to be encrypted
Mechanism description
This mechanism functions as described in the PKCS#11 version 2.20 documentation from RSA Laboratories, with the following exception:
Caution
PKCS#11 version 2.20 points to a CK_KEY_DERIVATION_STRING_DATA structure. If this structure is passed as a parameter, it contains pointers to the data located in host memory, and the HSM will crash during execution.
CKM_AES_ECB_ENCRYPT_DATA mechanism
Return to ProtectToolkit-C mechanisms.