Cryptographic Token Interface Standard

PKCS#11


CK_KEY_WRAP_SET_OAEP_PARAMS Reference

CK_KEY_WRAP_SET_OAEP_PARAMS; CK_KEY_WRAP_SET_OAEP_PARAMS_PTR

CK_KEY_WRAP_SET_OAEP_PARAMS is a structure that provides the parameters to the CKM_KEY_WRAP_SET_OAEP mechanism. More...


Data Fields

CK_BYTE bBC
 block contents byte. More...

CK_BYTE_PTR pX
 concatenation of hash of plaintext data (if present) and extra data (if present). More...

CK_ULONG ulXLen
 length in bytes of concatenation of hash of plaintext data (if present) and extra data (if present). More...


Detailed Description

CK_KEY_WRAP_SET_OAEP_PARAMS; CK_KEY_WRAP_SET_OAEP_PARAMS_PTR

CK_KEY_WRAP_SET_OAEP_PARAMS is a structure that provides the parameters to the CKM_KEY_WRAP_SET_OAEP mechanism. It is defined as follows:
bBC block contents byte
pX concatenation of hash of plaintext data (if present) and extra data (if present)
ulXLen length in bytes of concatenation of hash of plaintext data (if present) and extra data (if present). 0 if neither is present

CK_KEY_WRAP_SET_OAEP_PARAMS_PTR is a pointer to a CK_KEY_WRAP_SET_OAEP_PARAMS.


Field Documentation

CK_BYTE bBC
 

block contents byte.

CK_BYTE_PTR pX
 

concatenation of hash of plaintext data (if present) and extra data (if present).

CK_ULONG ulXLen
 

length in bytes of concatenation of hash of plaintext data (if present) and extra data (if present). 0 if neither is present


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