Home
last modified time | relevance | path

Searched refs:outExtInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c859 static int32_t GetExtInfoByParamSet(const struct HksParamSet *outParamSet, Uint8Buff *outExtInfo) in GetExtInfoByParamSet() argument
881 outExtInfo->val = tmpExtInfoVal; in GetExtInfoByParamSet()
882 outExtInfo->length = extInfoParam->blob.size; in GetExtInfoByParamSet()
907 static int32_t GetKeyExtInfoInner(const KeyParams *keyParams, Uint8Buff *outExtInfo) in GetKeyExtInfoInner() argument
928 res = GetExtInfoByParamSet(outParamSet, outExtInfo); in GetKeyExtInfoInner()
933 static int32_t GetKeyExtInfo(const KeyParams *keyParams, Uint8Buff *outExtInfo) in GetKeyExtInfo() argument
939 if (outExtInfo == NULL) { in GetKeyExtInfo()
944 res = GetKeyExtInfoInner(keyParams, outExtInfo); in GetKeyExtInfo()
957 res = GetKeyExtInfoInner(&ceParams, outExtInfo); in GetKeyExtInfo()
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H A Dalg_defs.h97 typedef int32_t (*GetKeyExtInfoFunc)(const KeyParams *keyParams, Uint8Buff *outExtInfo);
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1442 Uint8Buff outExtInfo = { 0 }; variable
1443 res = loader->getKeyExtInfo(&keyParams, &outExtInfo);
1446 res = loader->getKeyExtInfo(&keyParams, &outExtInfo);