Home
last modified time | relevance | path

Searched defs:callerSelfPublicKey (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_wrapped_test_common.cpp122 struct OH_Huks_Blob *callerSelfPublicKey) in GenerateAndExportCallerPublicKey()
229 struct OH_Huks_Blob callerSelfPublicKey = {0, nullptr}; in HksImportWrappedKeyTestCommonCase() local
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
Dutils.cpp325 struct OH_Huks_Blob* callerSelfPublicKey) in GenerateAndExportCallerPublicKey()
424 struct OH_Huks_Blob callerSelfPublicKey = {0, nullptr}; in HksImportWrappedKeyTestCommonCase() local
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/
DSecurityHuksImportJsunit.test.js41 let callerSelfPublicKey; variable