Home
last modified time | relevance | path

Searched defs:tmpKey (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_cross_test.cpp162 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 Dhks_check_auth_part_test.cpp382 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 Dopenssl_hmac_helper.c28 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 Dsync_fuzzer.cpp120 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 Dhks_openssl_common.c32 uint8_t *tmpKey = (uint8_t *)HksMalloc(keySizeByte); in HksOpensslGenerateRandomKey() local
H A Dhks_openssl_ed25519tox25519.c283 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 Dhks_rsa_cipher_part5_test.cpp406 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 Dhks_rsa_cipher_test_common.cpp126 char tmpKey[] = "RSA_Encrypt_Decrypt_KeyAlias"; in HksRsaCipherTestCase() local
162 char tmpKey[] = "RSA_Encrypt_Decrypt_KeyAlias"; in HksRsaCipherTestCaseAbnormal() local
H A Dhks_sm2_cipher_test.cpp434 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 Ddistributeddb_interfaces_data_operation_test.cpp2056 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 Dkey_manager_test.cpp281 …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 Dmem_mgr_service.cpp303 std::string tmpKey; in ParseParams() local
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_keyblob_lite.c278 struct HksBlob tmpKey = { 0, NULL }; in GetRawKeyMaterial() local
H A Dhks_keyblob.c343 struct HksBlob tmpKey = { 0, NULL }; in BuildKeyBlobWithKeyParam() local
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_storage_engine.cpp305 std::vector<uint8_t> tmpKey; in RegisterObserver() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp359 SessionKey tmpKey; variable
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_crypt.cpp79 uint8_t* tmpKey = new (std::nothrow) uint8_t[keySizeByte]; in DlpOpensslGenerateRandomKey() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1205 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 Ddbm_kv_store.c1036 char tmpKey[MAX_KEY_LEN + 1] = {0}; in AddNewDataItem() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp84 std::vector<uint8_t> tmpKey; in OpenObjectKvStore() local
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1426 auto tmpKey = KeyEvent::Clone(key); in OnHandleEvent() local