21 #ifndef __ANSIX9_63_KDF_HEADER__ 22 #define __ANSIX9_63_KDF_HEADER__ 48 ubyte* z, ubyte4 zLength,
49 const ubyte* sharedInfo, ubyte4 sharedInfoLen,
50 ubyte4 retLen, ubyte ret[]);
Structure to hold function pointers to hashing or extenable output methods.
Definition: crypto.h:133
MOC_EXTERN MSTATUS ANSIX963KDF_generate(MOC_HASH(hwAccelDescr hwAccelCtx) const BulkHashAlgo *pBulkHashAlgo, ubyte *z, ubyte4 zLength, const ubyte *sharedInfo, ubyte4 sharedInfoLen, ubyte4 retLen, ubyte ret[])
Performs the ANSI x9.63 Key Derivation.