Cryptographic Token Interface Standard |
PKCS#11 |
Data Fields | |
CK_BYTE_PTR | pClientRandom |
pointer to the client's random data. More... | |
CK_ULONG | ulClientRandomLen |
length in bytes of the client's random data. More... | |
CK_BYTE_PTR | pServerRandom |
pointer to the server's random data. More... | |
CK_ULONG | ulServerRandomLen |
length in bytes of the server's random data. More... |
pClientRandom | pointer to the client's random data |
ulClientRandomLen | length in bytes of the client's random data |
pServerRandom | pointer to the server's random data |
ulServerRandomLen | length in bytes of the server's random data CK_SSL3_MASTER_KEY_DERIVE_PARAMS; CK_SSL3_MASTER_KEY_DERIVE_PARAMS_PTR |
CK_SSL3_MASTER_KEY_DERIVE_PARAMS is a structure that provides the parameters to the CKM_SSL3_MASTER_KEY_DERIVE mechanism. It is defined as follows:
|
pointer to the client's random data. |
|
length in bytes of the client's random data. |
|
pointer to the server's random data. |
|
length in bytes of the server's random data. |