/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_cross_test.cpp | 162 char tmpKey[] = "HksCrossTestRsaCipher001_new"; variable 210 char tmpKey[] = "HksCrossTestRsaCipher002_new"; variable 260 char tmpKey[] = "HksCrossTestDsaSignVerify001_new"; variable 304 char tmpKey[] = "HksCrossTestDsaSignVerify002_new"; variable 351 char tmpKey[] = "HksCrossTestEccSignVerify001_new"; variable 396 char tmpKey[] = "HksCrossTestEccSignVerify002_new"; variable 440 char tmpKey[] = "HksCrossTestEd25519SignVerify001_new"; variable 484 char tmpKey[] = "HksCrossTestEd25519SignVerify002_new"; variable 528 char tmpKey[] = "HksCrossTestRsaSignVerify001_new"; variable 572 char tmpKey[] = "HksCrossTestRsaSignVerify002_new"; variable
|
H A D | hks_check_auth_part_test.cpp | 382 char tmpKey[] = "NewKeyAlias"; in CheckImportAuthTest() local
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A D | openssl_hmac_helper.c | 28 uint8_t *tmpKey = (uint8_t *)malloc(keySizeByte); in HmacGenerateKey() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/sync_fuzzer/ |
H A D | sync_fuzzer.cpp | 120 Key tmpKey = std::vector<uint8_t>(data, data + len); in NormalSyncPush() local 153 Key tmpKey = std::vector<uint8_t>(data, data + len); in NormalSyncPull() local 176 Key tmpKey = std::vector<uint8_t>(data, data + len); in NormalSyncPushAndPull() local 198 Key tmpKey = std::vector<uint8_t>(data + i, data + i + 1); in SubscribeOperation() local
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_common.c | 32 uint8_t *tmpKey = (uint8_t *)HksMalloc(keySizeByte); in HksOpensslGenerateRandomKey() local
|
H A D | hks_openssl_ed25519tox25519.c | 283 uint8_t tmpKey[P_BYTES] = {0}; in FillPubKeyByZero() local 295 uint8_t tmpKey[P_BYTES] = {0}; in BnOperationOfPubKeyConversion() local
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/ |
H A D | hks_rsa_cipher_part5_test.cpp | 406 char tmpKey[] = "RSA_Encrypt_Decrypt_KeyAlias"; variable 479 char tmpKey[] = "RSA_Encrypt_Decrypt_KeyAlias"; variable 533 char tmpKey[] = "RSA_Encrypt_Decrypt_KeyAlias"; variable
|
H A D | hks_rsa_cipher_test_common.cpp | 126 char tmpKey[] = "RSA_Encrypt_Decrypt_KeyAlias"; in HksRsaCipherTestCase() local 162 char tmpKey[] = "RSA_Encrypt_Decrypt_KeyAlias"; in HksRsaCipherTestCaseAbnormal() local
|
H A D | hks_sm2_cipher_test.cpp | 434 char tmpKey[] = "SM2_Encrypt_Decrypt_KeyAlias"; in HksSm2CipherTestRun() local 635 char tmpKey[] = "SM2_Encrypt_Decrypt_KeyAlias"; in HksSm2CipherTestRunByNdk() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_data_operation_test.cpp | 2056 Key tmpKey = {key[0], keySuffix[i], i}; variable 2131 Key tmpKey = {key[0], keySuffix[i], i}; variable 2196 Key tmpKey = {key[0], keySuffix[i], i}; variable 2271 Key tmpKey = {key[0], keySuffix[i], i}; variable 2348 Key tmpKey = {key[0], keySuffix[i], i}; variable 2421 Key tmpKey = {key[0], keySuffix[i], i}; variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/ |
H A D | key_manager_test.cpp | 281 …std::shared_ptr<BaseKey> tmpKey = std::dynamic_pointer_cast<BaseKey>(std::make_shared<FscryptKeyV2… variable 428 …std::shared_ptr<BaseKey> tmpKey = std::dynamic_pointer_cast<BaseKey>(std::make_shared<FscryptKeyV2… variable 481 …std::shared_ptr<BaseKey> tmpKey = std::dynamic_pointer_cast<BaseKey>(std::make_shared<FscryptKeyV2… variable
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/ |
H A D | mem_mgr_service.cpp | 303 std::string tmpKey; in ParseParams() local
|
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_keyblob_lite.c | 278 struct HksBlob tmpKey = { 0, NULL }; in GetRawKeyMaterial() local
|
H A D | hks_keyblob.c | 343 struct HksBlob tmpKey = { 0, NULL }; in BuildKeyBlobWithKeyParam() local
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | flat_object_storage_engine.cpp | 305 std::vector<uint8_t> tmpKey; in RegisterObserver() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_manager_test.cpp | 359 SessionKey tmpKey; variable
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
H A D | dlp_crypt.cpp | 79 uint8_t* tmpKey = new (std::nothrow) uint8_t[keySizeByte]; in DlpOpensslGenerateRandomKey() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 1205 std::string tmpKey; in ParseArrayExpression() local 1609 const std::string& tmpKey, std::stack<std::string>& keyStack, const std::string& dataJson) in ParsePointOperator()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/ |
H A D | dbm_kv_store.c | 1036 char tmpKey[MAX_KEY_LEN + 1] = {0}; in AddNewDataItem() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_manager.cpp | 84 std::vector<uint8_t> tmpKey; in OpenObjectKvStore() local
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 1426 auto tmpKey = KeyEvent::Clone(key); in OnHandleEvent() local
|