Home
last modified time | relevance | path

Searched refs:kdf_key (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/huks/interfaces/inner_api/huks_lite/
H A Dhks_client.h253 const struct hks_key_param *key_param, const struct hks_blob *kdf_key,
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock.c424 struct HksBlob kdf_key = { shared_secret->length, shared_secret->data }; in compute_hkdf() local
456 status = HksDeriveKey(param_set, &kdf_key, &derived_key); in compute_hkdf()
H A Dhuks_adapter_mock_for_pake.c424 struct HksBlob kdf_key = { shared_secret->length, shared_secret->data }; in compute_hkdf() local
456 status = HksDeriveKey(param_set, &kdf_key, &derived_key); in compute_hkdf()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c463 struct HksBlob kdf_key = { shared_secret->length, shared_secret->data }; in compute_hkdf() local
490 status = HksDeriveKey(param_set, &kdf_key, &derived_key); in compute_hkdf()