Searched refs:outHkdf (Results 1 – 2 of 2) sorted by relevance
92 Uint8Buff *outHkdf);
656 …nt32_t CheckHkdfParams(const KeyParams *keyParams, const Uint8Buff *salt, const Uint8Buff *outHkdf) in CheckHkdfParams() argument662 const Uint8Buff *inParams[] = { salt, outHkdf }; in CheckHkdfParams()668 Uint8Buff *outHkdf) in ComputeHkdf() argument670 int32_t res = CheckHkdfParams(keyParams, salt, outHkdf); in ComputeHkdf()676 struct HksBlob derivedKeyBlob = { outHkdf->length, outHkdf->val }; in ComputeHkdf()