Home
last modified time | relevance | path

Searched refs:importWrappedKeyTestParams001 (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_warpped_test.cpp177 struct HksImportWrappedKeyTestParams importWrappedKeyTestParams001 = {0}; variable
179 importWrappedKeyTestParams001.wrappingKeyAlias = &g_wrappingKeyAliasAes256;
180 importWrappedKeyTestParams001.keyMaterialLen = g_importedAes256PlainKey.size;
181 importWrappedKeyTestParams001.callerKeyAlias = &g_callerKeyAliasAes256;
182 importWrappedKeyTestParams001.callerKekAlias = &g_callerKekAliasAes256;
183 importWrappedKeyTestParams001.callerKek = &g_callerAes256Kek;
184 importWrappedKeyTestParams001.callerAgreeKeyAlias = &g_callerAgreeKeyAliasAes256;
185 importWrappedKeyTestParams001.importedKeyAlias = &g_importedKeyAliasAes256;
186 importWrappedKeyTestParams001.importedPlainKey = &g_importedAes256PlainKey;
187 InitCommonTestParamsAndDoImport(&importWrappedKeyTestParams001, g_importWrappedAes256Params,
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
Dutils.cpp520 struct HksImportWrappedKeyTestParams importWrappedKeyTestParams001 = {0}; in ImportWrappedKey() local
521 importWrappedKeyTestParams001.wrappingKeyAlias = &g_wrappingKeyAliasAes256; in ImportWrappedKey()
522 importWrappedKeyTestParams001.keyMaterialLen = g_importedAes256PlainKey.size; in ImportWrappedKey()
523 importWrappedKeyTestParams001.callerKeyAlias = &g_callerKeyAliasAes256; in ImportWrappedKey()
524 importWrappedKeyTestParams001.callerKekAlias = &g_callerKekAliasAes256; in ImportWrappedKey()
525 importWrappedKeyTestParams001.callerKek = &g_callerAes256Kek; in ImportWrappedKey()
526 importWrappedKeyTestParams001.callerAgreeKeyAlias = &g_callerAgreeKeyAliasAes256; in ImportWrappedKey()
527 importWrappedKeyTestParams001.importedKeyAlias = &g_importedKeyAliasAes256; in ImportWrappedKey()
528 importWrappedKeyTestParams001.importedPlainKey = &g_importedAes256PlainKey; in ImportWrappedKey()
530 InitCommonTestParamsAndDoImport(&importWrappedKeyTestParams001, g_importWrappedAes256Params, in ImportWrappedKey()