Home
last modified time | relevance | path

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

/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
Dutils.cpp384 static OH_Huks_Result ImportWrappedKey(const struct HksImportWrappedKeyTestParams* params, in ImportWrappedKey() function
448 …ret = ImportWrappedKey(params, &plainCipherText, &kekCipherText, &callerSelfPublicKey, &wrappedKey… in HksImportWrappedKeyTestCommonCase()
518 static int ImportWrappedKey(void) in ImportWrappedKey() function
537 int ret = ImportWrappedKey(); in oHHuksImportWrappedKeyItem()
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_wrapped_test_common.cpp173 static void ImportWrappedKey(const struct HksImportWrappedKeyTestParams *params, struct OH_Huks_Blo… in ImportWrappedKey() function
241ImportWrappedKey(params, &plainCipherText, &kekCipherText, &callerSelfPublicKey, &wrappedKeyData); in HksImportWrappedKeyTestCommonCase()