Home
last modified time | relevance | path

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

/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_cipher_rsa_test_common.cpp104 uint8_t tmpPublicKey[OH_HUKS_RSA_KEY_SIZE_1024] = {0}; in HksRsaCipherTestCase() local
105 struct OH_Huks_Blob publicKey = {OH_HUKS_RSA_KEY_SIZE_1024, (uint8_t *)tmpPublicKey}; in HksRsaCipherTestCase()
143 uint8_t tmpPublicKey[OH_HUKS_RSA_KEY_SIZE_1024] = {0}; in HksRsaCipherTestCaseAbnormal() local
144 struct OH_Huks_Blob publicKey = {OH_HUKS_RSA_KEY_SIZE_1024, (uint8_t *)tmpPublicKey}; in HksRsaCipherTestCaseAbnormal()
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
Dhuksndk.cpp172 uint8_t tmpPublicKey[OH_HUKS_RSA_KEY_SIZE_1024] = {PARAM_0}; in doOHHuksExportPublicKeyItem() local
173 …ct OH_Huks_Blob publicKey = {OH_HUKS_RSA_KEY_SIZE_1024, static_cast<unsigned char*>(tmpPublicKey)}; in doOHHuksExportPublicKeyItem()
236 uint8_t tmpPublicKey[OH_HUKS_RSA_KEY_SIZE_1024] = {PARAM_0}; in doOHHuksImportKeyItem() local
237 … struct OH_Huks_Blob publicKey = {OH_HUKS_RSA_KEY_SIZE_1024, static_cast<uint8_t*>(tmpPublicKey)}; in doOHHuksImportKeyItem()