Home
last modified time | relevance | path

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

/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_wrapped_test_common.cpp136 … const struct OH_Huks_Blob *huksPublicKey, struct OH_Huks_Blob *outSharedKey) in ImportKekAndAgreeSharedSecret()
230 …struct OH_Huks_Blob outSharedKey = {.size = OH_HUKS_KEY_BYTES(OH_HUKS_AES_KEY_SIZE_256), .data = n… in HksImportWrappedKeyTestCommonCase() local
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
Dutils.cpp341 struct OH_Huks_Blob* outSharedKey) in ImportKekAndAgreeSharedSecret()
425 …struct OH_Huks_Blob outSharedKey = {.size = OH_HUKS_KEY_BYTES(OH_HUKS_AES_KEY_SIZE_256), .data = n… in HksImportWrappedKeyTestCommonCase() local
/test/xts/acts/security/huks/huks_js_api9/entry/src/ohosTest/js/test/
DSecurityHuksImportJsunit.test.js48 let outSharedKey; variable