| Cryptographic Token Interface Standard |
PKCS#11 |
Data Fields | |
| CK_OBJECT_HANDLE | hClientMacSecret |
| key handle for the resulting Client MAC Secret key. More... | |
| CK_OBJECT_HANDLE | hServerMacSecret |
| key handle for the resulting Server MAC Secret key. More... | |
| CK_OBJECT_HANDLE | hClientKey |
| key handle for the resulting Client Secret key. More... | |
| CK_OBJECT_HANDLE | hServerKey |
| key handle for the resulting Server Secret key. More... | |
| CK_BYTE_PTR | pIVClient |
| pointer to a location which receives the initialization vector (IV) created for the client, if any (see SSL 3.0 for details). More... | |
| CK_BYTE_PTR | pIVServer |
| pointer to a location which receives the initialization vector (IV) created for the server, if any (see SSL 3.0 for details). More... | |
| hClientMacSecret | key handle for the resulting Client MAC Secret key |
| hServerMacSecret | key handle for the resulting Server MAC Secret key |
| hClientKey | key handle for the resulting Client Secret key |
| hServerKey | key handle for the resulting Server Secret key |
| pIVClient | pointer to a location which receives the initialization vector (IV) created for the client, if any (see SSL 3.0 for details) |
| pIVServer | pointer to a location which receives the initialization vector (IV) created for the server, if any (see SSL 3.0 for details) CK_SSL3_KEY_MAT_OUT_PTR |
CK_SSL3_KEY_MAT_OUT_PTR points to a CK_SSL3_KEY_MAT_OUT structure. It is implementation-dependent.
|
|
key handle for the resulting Client MAC Secret key. |
|
|
key handle for the resulting Server MAC Secret key. |
|
|
key handle for the resulting Client Secret key. |
|
|
key handle for the resulting Server Secret key. |
|
|
pointer to a location which receives the initialization vector (IV) created for the client, if any (see SSL 3.0 for details). |
|
|
pointer to a location which receives the initialization vector (IV) created for the server, if any (see SSL 3.0 for details). |