| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
| D | hks_rename_part1_test.cpp | 143 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 …]
|
| D | hks_rename_part3_test.cpp | 159 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
|
| D | hks_cross_test.cpp | 164 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
|
| D | hks_rename_part2_test.cpp | 107 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
|
| D | hks_check_auth_part_test.cpp | 384 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; in CheckImportAuthTest() local
|
| D | hks_access_control_rsa_sign_verify_test_common.cpp | 433 …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
|
| D | hks_cross_test_common.cpp | 33 struct HksParamSet *secondParamSet, struct HksBlob *newKeyAlias) in HksCrossTestImportKey()
|
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/ |
| D | hks_rsa_cipher_part5_test.cpp | 408 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
|
| D | hks_ed25519_sign_verify_test.cpp | 135 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
|
| D | hks_rsa_cipher_test_common.cpp | 127 …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
|
| D | hks_ecc_sign_verify_test_common.cpp | 96 …struct HksBlob newKeyAlias = { .size = strlen(newKey), .data = reinterpret_cast<uint8_t *>(newKey)… in HksEccSignVerifyTestNormalCase() local
|
| D | hks_rsa_sign_verify_test_common.cpp | 72 …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
|
| D | hks_rsa_sign_verify_part8_test.cpp | 414 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(newKey), .data = (uint8_t *)newKey }; variable
|
| D | hks_sm2_cipher_test.cpp | 435 …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
|
| D | hks_dsa_sign_verify_test.cpp | 499 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/ |
| D | hks_wrap_key_test.cpp | 308 … 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/ |
| D | hks_client_check.c | 300 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/ |
| D | hks_ipc_check.c | 275 const struct HksBlob *newKeyAlias) in HksCheckIpcRenameKeyAlias()
|
| D | hks_client_service_passthrough.c | 480 const struct HksBlob *newKeyAlias) in HksClientRenameKeyAlias()
|
| D | hks_client_ipc_serialization.c | 568 int32_t HksRenameKeyAliasPack(const struct HksBlob *oldKeyAlias, const struct HksBlob *newKeyAlias, in HksRenameKeyAliasPack()
|
| D | hks_client_service_ipc.c | 870 const struct HksBlob *newKeyAlias) in HksClientRenameKeyAlias()
|
| /base/security/asset/services/crypto_manager/src/ |
| D | huks_wrapper.c | 373 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/ |
| D | hks_storage_manager.c | 586 const struct HksBlob *newKeyAlias, uint32_t storageType) in HksManageStoreRenameKeyAlias()
|
| /base/security/huks/interfaces/inner_api/huks_standard/source/ |
| D | hks_api.c | 798 const struct HksBlob *newKeyAlias) in HksRenameKeyAlias()
|
| /base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/ipc/ |
| D | hks_service_ipc_serialization.c | 548 struct HksBlob *newKeyAlias, struct HksParamSet **paramSet) in HksRenameKeyAliasUnpack()
|