Searched refs:tmpPublicKey (Results 1 – 2 of 2) sorted by relevance
104 uint8_t tmpPublicKey[OH_HUKS_RSA_KEY_SIZE_1024] = {0}; in HksRsaCipherTestCase() local105 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() local144 struct OH_Huks_Blob publicKey = {OH_HUKS_RSA_KEY_SIZE_1024, (uint8_t *)tmpPublicKey}; in HksRsaCipherTestCaseAbnormal()
172 uint8_t tmpPublicKey[OH_HUKS_RSA_KEY_SIZE_1024] = {PARAM_0}; in doOHHuksExportPublicKeyItem() local173 …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() local237 … struct OH_Huks_Blob publicKey = {OH_HUKS_RSA_KEY_SIZE_1024, static_cast<uint8_t*>(tmpPublicKey)}; in doOHHuksImportKeyItem()