Cryptographic Token Interface Standard |
PKCS#11 |
Data Fields | |
CK_MECHANISM_PTR | pMechanism |
pointer to the underlying cryptographic mechanism (e.g. More... | |
CK_OBJECT_HANDLE | hKey |
handle to a key that will contribute to the entropy of the derived key (CKM_KIP_DERIVE) or will be used in the MAC operation (CKM_KIP_MAC). More... | |
CK_BYTE_PTR | pSeed |
pointer to an input seed. More... | |
CK_ULONG | ulSeedLen |
length in bytes of the input seed. More... |
pMechanism | pointer to the underlying cryptographic mechanism (e.g. AES, SHA-256), see further 3, Appendix D |
hKey | handle to a key that will contribute to the entropy of the derived key ( CKM_KIP_DERIVE) or will be used in the MAC operation ( CKM_KIP_MAC) |
pSeed | pointer to an input seed |
ulSeedLen | length in bytes of the input seed |
CK_KIP_PARAMS_PTR is a pointer to a CK_KIP_PARAMS structure.
|
pointer to the underlying cryptographic mechanism (e.g. AES, SHA-256), see further 3, Appendix D |
|
handle to a key that will contribute to the entropy of the derived key (CKM_KIP_DERIVE) or will be used in the MAC operation (CKM_KIP_MAC). |
|
pointer to an input seed. |
|
length in bytes of the input seed. |