Cryptographic Token Interface Standard

PKCS#11


Key derivation by data encryption - ARIA


Sections

Mechanism Parameters

Detailed Description

These mechanisms allow derivation of keys using the result of an encryption operation as the key value. They are for use with the C_DeriveKey function.

Mechanisms:

CKM_ARIA_ECB_ENCRYPT_DATA
CKM_ARIA_CBC_ENCRYPT_DATA

typedef struct CK_ARIA_CBC_ENCRYPT_DATA_PARAMS {
CK_BYTE iv[16];
CK_BYTE_PTR pData;
CK_ULONG length;
} CK_ARIA_CBC_ENCRYPT_DATA_PARAMS;

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