Cryptographic Token Interface Standard |
PKCS#11 |
Data Fields | |
CK_ULONG | ulPasswordLen |
length of the password. More... | |
CK_BYTE_PTR | pPassword |
pointer to the buffer which contains the user-supplied password. More... | |
CK_ULONG | ulPublicDataLen |
other party's key exchange public key size. More... | |
CK_BYTE_PTR | pPublicData |
pointer to other party's key exchange public key value. More... | |
CK_ULONG | ulPandGLen |
length of prime and base values. More... | |
CK_ULONG | ulQLen |
length of subprime value. More... | |
CK_ULONG | ulRandomLen |
size of random Ra, in bytes. More... | |
CK_BYTE_PTR | pRandomA |
pointer to Ra data. More... | |
CK_BYTE_PTR | pPrimeP |
pointer to Prime, p, value. More... | |
CK_BYTE_PTR | pBaseG |
pointer to Base, g, value. More... | |
CK_BYTE_PTR | pSubprimeQ |
pointer to Subprime, q, value. More... |
ulPasswordLen | length of the password |
pPassword | pointer to the buffer which contains the user-supplied password |
ulPublicDataLen | other party's key exchange public key size |
pPublicData | pointer to other party's key exchange public key value |
ulPandGLen | length of prime and base values |
ulQLen | length of subprime value |
ulRandomLen | size of random Ra, in bytes |
pRandomA | pointer to Ra data |
pPrimeP | pointer to Prime, p, value |
pBaseG | pointer to Base, g, value |
pSubprimeQ | pointer to Subprime, q, value |
CK_SKIPJACK_PRIVATE_WRAP_PARAMS_PTR is a pointer to a CK_PRIVATE_WRAP_PARAMS.
|
length of the password. |
|
pointer to the buffer which contains the user-supplied password. |
|
other party's key exchange public key size. |
|
pointer to other party's key exchange public key value. |
|
length of prime and base values. |
|
length of subprime value. |
|
size of random Ra, in bytes. |
|
pointer to Ra data. |
|
pointer to Prime, p, value. |
|
pointer to Base, g, value. |
|
pointer to Subprime, q, value. |