Home
last modified time | relevance | path

Searched defs:outExtInfo (Results 1 – 2 of 2) 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()
907 static int32_t GetKeyExtInfoInner(const KeyParams *keyParams, Uint8Buff *outExtInfo) in GetKeyExtInfoInner()
933 static int32_t GetKeyExtInfo(const KeyParams *keyParams, Uint8Buff *outExtInfo) in GetKeyExtInfo()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1442 Uint8Buff outExtInfo = { 0 }; variable