Home
last modified time | relevance | path

Searched defs:newKeyAlias (Results 1 – 25 of 27) sorted by relevance

12

/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_rename_part1_test.cpp143 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
188 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
236 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
283 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
329 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
371 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
408 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
446 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
486 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
522 struct HksBlob newKeyAlias = { 0, NULL }; variable
[all …]
Dhks_rename_part3_test.cpp159 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
206 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
253 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
298 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
366 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; in MultiThreadRename() local
Dhks_cross_test.cpp164 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
212 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
262 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
306 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
353 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
398 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
442 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
486 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
530 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
574 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
Dhks_rename_part2_test.cpp107 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
Dhks_check_auth_part_test.cpp384 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; in CheckImportAuthTest() local
Dhks_access_control_rsa_sign_verify_test_common.cpp433 …struct HksBlob newKeyAlias = { .size = strlen(newKey), .data = reinterpret_cast<uint8_t *>(newKey)… in AcRsaSignVerifyTestNormalCase() local
521 …struct HksBlob newKeyAlias = { .size = strlen(newKey), .data = reinterpret_cast<uint8_t *>(newKey)… in AcRsaSignVerifyTestAbnormalCase() local
Dhks_cross_test_common.cpp33 struct HksParamSet *secondParamSet, struct HksBlob *newKeyAlias) in HksCrossTestImportKey()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
Dhks_rsa_cipher_part5_test.cpp408 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
481 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
535 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
Dhks_ed25519_sign_verify_test.cpp135 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(newKey), .data = (uint8_t *)newKey }; in HksEd25519SignVerifyTestNormalCase() local
208 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(newKey), .data = (uint8_t *)newKey }; in HksEd25519SignVerifyTestNoDigestCase() local
265 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(newKey), .data = (uint8_t *)newKey }; variable
331 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(newKey), .data = (uint8_t *)newKey }; variable
Dhks_rsa_cipher_test_common.cpp127 …struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(tmpKey), .data = reinterpret_cast<uint8_t … in HksRsaCipherTestCase() local
163 …struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(tmpKey), .data = reinterpret_cast<uint8_t … in HksRsaCipherTestCaseAbnormal() local
Dhks_ecc_sign_verify_test_common.cpp96 …struct HksBlob newKeyAlias = { .size = strlen(newKey), .data = reinterpret_cast<uint8_t *>(newKey)… in HksEccSignVerifyTestNormalCase() local
Dhks_rsa_sign_verify_test_common.cpp72 …struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(newKey), .data = reinterpret_cast<uint8_t … in RsaSignVerifyTestNormalCase() local
244 …struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(newKey), .data = reinterpret_cast<uint8_t … in RSASignVerifyTestAbnormalCase() local
Dhks_rsa_sign_verify_part8_test.cpp414 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(newKey), .data = (uint8_t *)newKey }; variable
Dhks_sm2_cipher_test.cpp435 …struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = reinterpret_cast<uint8_t *>(tmpKey)… in HksSm2CipherTestRun() local
636 …struct OH_Huks_Blob newKeyAlias = { .size = strlen(tmpKey), .data = reinterpret_cast<uint8_t *>(tm… in HksSm2CipherTestRunByNdk() local
Dhks_dsa_sign_verify_test.cpp499 struct HksBlob newKeyAlias = { .size = strlen(newKey), .data = (uint8_t *)newKey }; in HksDsaSignVerifyTestNormalCase() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
Dhks_wrap_key_test.cpp308 … struct OH_Huks_Blob newKeyAlias = {.size = (uint32_t)strlen(newKey), .data = (uint8_t *)newKey}; variable
425 … struct OH_Huks_Blob newKeyAlias = {.size = (uint32_t)strlen(newKey), .data = (uint8_t *)newKey}; variable
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_client_check.c300 const struct HksBlob *newKeyAlias) in HKsCheckOldKeyAliasDiffNewKeyAlias()
321 …HksCheckNewKeyNotExist(const struct HksProcessInfo *processInfo, const struct HksBlob *newKeyAlias, in HksCheckNewKeyNotExist()
/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
Dhks_ipc_check.c275 const struct HksBlob *newKeyAlias) in HksCheckIpcRenameKeyAlias()
Dhks_client_service_passthrough.c480 const struct HksBlob *newKeyAlias) in HksClientRenameKeyAlias()
Dhks_client_ipc_serialization.c568 int32_t HksRenameKeyAliasPack(const struct HksBlob *oldKeyAlias, const struct HksBlob *newKeyAlias, in HksRenameKeyAliasPack()
Dhks_client_service_ipc.c870 const struct HksBlob *newKeyAlias) in HksClientRenameKeyAlias()
/base/security/asset/services/crypto_manager/src/
Dhuks_wrapper.c373 int32_t RenameKeyAlias(const struct KeyId *keyId, const struct HksBlob *newKeyAlias) in RenameKeyAlias()
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
Dhks_storage_manager.c586 const struct HksBlob *newKeyAlias, uint32_t storageType) in HksManageStoreRenameKeyAlias()
/base/security/huks/interfaces/inner_api/huks_standard/source/
Dhks_api.c798 const struct HksBlob *newKeyAlias) in HksRenameKeyAlias()
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/ipc/
Dhks_service_ipc_serialization.c548 struct HksBlob *newKeyAlias, struct HksParamSet **paramSet) in HksRenameKeyAliasUnpack()

12