Cryptographic Token Interface Standard

PKCS#11


CK_KEY_DERIVATION_STRING_DATA Reference

CK_KEY_DERIVATION_STRING_DATA; CK_KEY_DERIVATION_STRING_DATA_PTR

. More...


Data Fields

CK_BYTE_PTR pData
 pointer to the byte string. More...

CK_ULONG ulLen
 length of the byte string. More...


Detailed Description

CK_KEY_DERIVATION_STRING_DATA; CK_KEY_DERIVATION_STRING_DATA_PTR

.
pData pointer to the byte string
ulLen length of the byte string

CK_KEY_DERIVATION_STRING_DATA_PTR is a pointer to a CK_KEY_DERIVATION_STRING_DATA.

CK_EXTRACT_PARAMS; CK_EXTRACT_PARAMS_PTR

CK_KEY_EXTRACT_PARAMS provides the parameter to the CKM_EXTRACT_KEY_FROM_KEY mechanism. It specifies which bit of the base key should be used as the first bit of the derived key. It is defined as follows:

typedef CK_ULONG CK_EXTRACT_PARAMS;

CK_EXTRACT_PARAMS_PTR is a pointer to a CK_EXTRACT_PARAMS.


Field Documentation

CK_BYTE_PTR pData
 

pointer to the byte string.

CK_ULONG ulLen
 

length of the byte string.


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