Cryptographic Token Interface Standard

PKCS#11


CK_GOSTR3410_DERIVE_PARAMS Reference

CK_GOSTR3410_DERIVE_PARAMS is a structure that provides the parameters to the CKM_GOSTR3410_DERIVE mechanism. More...


Data Fields

CK_EC_KDF_TYPE kdf
CK_BYTE_PTR pPublicData
CK_ULONG ulPublicDataLen
CK_BYTE_PTR pUKM
CK_ULONG ulUKMLen


Detailed Description

CK_GOSTR3410_DERIVE_PARAMS is a structure that provides the parameters to the CKM_GOSTR3410_DERIVE mechanism. It is defined as follows:

Footnote Meaning
   
ulPublicDataLen  

1 Public key of a receiver is an octet string of 64 bytes long. The public key octets correspond to the concatenation of X and Y coordinates of a point. Any one of them is 32 bytes long and represented in little endian order.


RSA Security Inc. Public-Key Cryptography Standards - PKCS#11 - v230