Searched refs:kdf_key (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/huks/interfaces/inner_api/huks_lite/ |
H A D | hks_client.h | 253 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 D | huks_adapter_mock.c | 424 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 D | huks_adapter_mock_for_pake.c | 424 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 D | huks_adapter.c | 463 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()
|