Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_rename_part1_test.cpp178 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
226 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
277 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
327 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
376 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
421 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
461 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
502 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
545 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
584 struct HksBlob newKeyAlias = { 0, NULL }; variable
[all …]
H A Dhks_cross_test.cpp163 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
211 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
261 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
305 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
352 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
397 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
441 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
485 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
529 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
573 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
H A Dhks_rename_part2_test.cpp185 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
232 struct HksBlob newKeyAlias = { strlen(alias2), (uint8_t *)alias2 }; variable
H A Dhks_check_auth_part_test.cpp383 struct HksBlob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; in CheckImportAuthTest() local
H A 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
H A Dhks_cross_test_common.cpp33 struct HksParamSet *secondParamSet, struct HksBlob *newKeyAlias) in HksCrossTestImportKey()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
H A Dhks_rsa_cipher_part5_test.cpp407 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
480 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
534 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(tmpKey), .data = (uint8_t *)tmpKey }; variable
H A Dhks_ed25519_sign_verify_test.cpp134 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(newKey), .data = (uint8_t *)newKey }; in HksEd25519SignVerifyTestNormalCase() local
191 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(newKey), .data = (uint8_t *)newKey }; variable
257 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(newKey), .data = (uint8_t *)newKey }; variable
H A 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
H A Dhks_ecc_sign_verify_test_common.cpp96 …struct HksBlob newKeyAlias = { .size = strlen(newKey), .data = reinterpret_cast<uint8_t *>(newKey)… in HksEccSignVerifyTestNormalCase() local
H A 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
H A Dhks_rsa_sign_verify_part8_test.cpp413 struct HksBlob newKeyAlias = { .size = (uint32_t)strlen(newKey), .data = (uint8_t *)newKey }; variable
H A 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
H A Dhks_dsa_sign_verify_test.cpp499 struct HksBlob newKeyAlias = { .size = strlen(newKey), .data = (uint8_t *)newKey }; in HksDsaSignVerifyTestNormalCase() local
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/
H A Dhks_client_check.c325 const struct HksBlob *newKeyAlias) in HKsCheckOldKeyAliasDiffNewKeyAlias()
352 …HksCheckNewKeyNotExist(const struct HksProcessInfo *processInfo, const struct HksBlob *newKeyAlias, in HksCheckNewKeyNotExist()
H A Dhks_client_service.c2079 const struct HksParamSet *paramSet, const struct HksBlob *newKeyAlias) in HksServiceRenameKeyAlias()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_ipc_check.c273 const struct HksBlob *newKeyAlias) in HksCheckIpcRenameKeyAlias()
H A Dhks_client_service_passthrough.c466 const struct HksBlob *newKeyAlias) in HksClientRenameKeyAlias()
H A Dhks_client_ipc_serialization.c579 int32_t HksRenameKeyAliasPack(const struct HksBlob *oldKeyAlias, const struct HksBlob *newKeyAlias, in HksRenameKeyAliasPack()
H A Dhks_client_service_ipc.c907 const struct HksBlob *newKeyAlias) in HksClientRenameKeyAlias()
/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dhuks_wrapper.c370 int32_t RenameKeyAlias(const struct KeyId *keyId, const struct HksBlob *newKeyAlias) in RenameKeyAlias()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_manager.c561 const struct HksBlob *newKeyAlias, uint32_t storageType) in HksManageStoreRenameKeyAlias()
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/source/
H A Dhks_api.c765 const struct HksBlob *newKeyAlias) in HksRenameKeyAlias()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/ipc/
H A Dhks_service_ipc_serialization.c590 struct HksBlob *newKeyAlias, struct HksParamSet **paramSet) in HksRenameKeyAliasUnpack()
H A Dhks_ipc_service.c984 struct HksBlob newKeyAlias = { 0, NULL }; in HksIpcServiceRenameKeyAlias() local