Home
last modified time | relevance | path

Searched refs:TranslateKeyInfoBlobToParamSet (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/
H A Dhks_storage_adapter.h29 int32_t TranslateKeyInfoBlobToParamSet(const struct HksBlob *key, const struct HksBlob *keyInfoBlob,
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/
H A Dhks_client_service_util.c36 int32_t ret = TranslateKeyInfoBlobToParamSet(NULL, key, &tmpParamSet); in GetKeyParamSet()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_adapter.c110 int32_t TranslateKeyInfoBlobToParamSet(const struct HksBlob *key, const struct HksBlob *keyInfoBlob, in TranslateKeyInfoBlobToParamSet() function
H A Dhks_storage_lite.c762 int32_t ret = TranslateKeyInfoBlobToParamSet(NULL, keyInfoBlob, &paramSet); in GetKeyInfoList()
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_keyblob_lite.c321 ret = TranslateKeyInfoBlobToParamSet(&rawKey, key, &keyBlobParamSet); in HksGenerateKeyNode()
496 return TranslateKeyInfoBlobToParamSet(key, keyInfoBlob, paramSet); in HksTranslateKeyInfoBlobToParamSet()