Home
last modified time | relevance | path

Searched refs:outHkdf (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H A Dalg_defs.h92 Uint8Buff *outHkdf);
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c656 …nt32_t CheckHkdfParams(const KeyParams *keyParams, const Uint8Buff *salt, const Uint8Buff *outHkdf) in CheckHkdfParams() argument
662 const Uint8Buff *inParams[] = { salt, outHkdf }; in CheckHkdfParams()
668 Uint8Buff *outHkdf) in ComputeHkdf() argument
670 int32_t res = CheckHkdfParams(keyParams, salt, outHkdf); in ComputeHkdf()
676 struct HksBlob derivedKeyBlob = { outHkdf->length, outHkdf->val }; in ComputeHkdf()