Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/
H A Dhks_keyblob_test.cpp220 GetDeriveKeyAlg(nullptr, &alg);
242 GetDeriveKeyAlg(paramSet, &alg);
266 GetDeriveKeyAlg(paramSet, &alg);
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_keyblob.c106 static void GetDeriveKeyAlg(const struct HksParamSet *paramSet, uint32_t *algType) in GetDeriveKeyAlg() function
137 GetDeriveKeyAlg(paramSet, &derivationSpec.algType); in GetDeriveKey()