Cryptographic Token Interface Standard |
PKCS#11 |
typedef struct CK_KEY_WRAP_SET_OAEP_PARAMS { CK_BYTE bBC; CK_BYTE_PTR pX; CK_ULONG ulXLen; } CK_KEY_WRAP_SET_OAEP_PARAMS;
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.