| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/ |
| D | hks_export_test_mt.cpp | 89 …HksBlob publicKey = { .size = HKS_ECC_KEY_SIZE_256, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_… variable 104 …HksBlob publicKey = { .size = HKS_ECC_KEY_SIZE_256, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_… variable 132 …HksBlob publicKey = { .size = HKS_ECC_KEY_SIZE_256, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_… variable 150 …HksBlob publicKey = { .size = HKS_ECC_KEY_SIZE_256, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_… variable 166 …HksBlob publicKey = { .size = HKS_ECC_KEY_SIZE_256, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_… variable 181 HksBlob publicKey = { 0, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_256) }; variable 196 HksBlob publicKey = { .size = HKS_ECC_KEY_SIZE_256, nullptr }; variable 211 …HksBlob publicKey = { .size = HKS_ECC_KEY_SIZE_256, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_… variable
|
| D | hks_ecdh_agree_test_common.cpp | 23 int32_t HksEcdhAgreeFinish(const struct HksBlob *keyAlias, const struct HksBlob *publicKey, in HksEcdhAgreeFinish() 55 int32_t HksEcdhAgreeAbort(const struct HksBlob *keyAlias, const struct HksBlob *publicKey, in HksEcdhAgreeAbort()
|
| D | hks_rsa_cipher_part5_test.cpp | 397 struct HksBlob publicKey = { HKS_RSA_KEY_SIZE_4096, (uint8_t *)tmpPublicKeyTest01 }; variable 470 struct HksBlob publicKey = { HKS_RSA_KEY_SIZE_4096, (uint8_t *)tmpPublicKeyTest02 }; variable 524 struct HksBlob publicKey = { HKS_RSA_KEY_SIZE_4096, (uint8_t *)tmpPublicKey }; variable
|
| D | hks_ed25519_sign_verify_test.cpp | 128 struct HksBlob publicKey = { HKS_CURVE25519_KEY_SIZE_256, pubKey }; in HksEd25519SignVerifyTestNormalCase() local 185 struct HksBlob publicKey = { HKS_CURVE25519_KEY_SIZE_256, pubKey }; variable 251 struct HksBlob publicKey = { HKS_CURVE25519_KEY_SIZE_256, pubKey }; variable
|
| /base/security/huks/frameworks/huks_standard/main/common/src/ |
| D | hks_crypto_adapter.c | 313 static int32_t FormatKeyInner(uint32_t publicKeySize, uint8_t *publicKey, const struct HksBlob *key… in FormatKeyInner() 468 uint8_t *publicKey = (uint8_t *)HksMalloc(publicKeySize); in FormatRsaKey() local 469 HKS_IF_NULL_LOGE_RETURN(publicKey, HKS_ERROR_MALLOC_FAIL, "malloc public key failed.") in FormatRsaKey() local 496 uint8_t *publicKey = (uint8_t *)HksMalloc(publicKeySize); in FormatDsaKey() local 497 HKS_IF_NULL_LOGE_RETURN(publicKey, HKS_ERROR_MALLOC_FAIL, "malloc key failed.") in FormatDsaKey() local 526 uint8_t *publicKey = (uint8_t *)HksMalloc(publicKeySize); in FormatEccKey() local 527 HKS_IF_NULL_LOGE_RETURN(publicKey, HKS_ERROR_MALLOC_FAIL, "malloc public key failed.") in FormatEccKey() local 552 uint8_t *publicKey = (uint8_t *)HksMalloc(publicKeySize); in FormatDhKey() local 553 HKS_IF_NULL_LOGE_RETURN(publicKey, HKS_ERROR_MALLOC_FAIL, "malloc public key failed.") in FormatDhKey() local
|
| /base/useriam/user_auth_framework/test/fuzztest/dummy/ |
| D | dummy_executor_callback_interface.h | 30 const std::vector<uint8_t> &publicKey, const std::vector<uint64_t> &templateIdList){}; in OnMessengerReady() 31 int32_t OnBeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, in OnBeginExecute()
|
| /base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
| D | hks_rsa_common_mt.cpp | 53 HksBlob publicKey = { .size = pubKeyExport->blob.size, .data = in GenerateKeyTestCase() local 118 HksBlob publicKey = { .size = pubKeyExport->blob.size, in EncryptLocalTestCase() local 249 HksBlob publicKey = { .size = pubKeyExport->blob.size, .data = in DecryptLocalTestCase() local 318 HksBlob publicKey = { .size = rsaPublicKeyInfo.size, in DecryptServiceTestCase() local 394 HksBlob publicKey = { in SignLocalTestCase() local 459 HksBlob publicKey = { .size = rsaPublicKeyInfo.size, in SignServiceTestCase() local 527 HksBlob publicKey = { .size = pubKeyExport->blob.size, in VerifyLocalTestCase() local
|
| D | hks_dsa_mt.cpp | 665 HksBlob publicKey = { in GenerateKeyTestCase() local 729 HksBlob publicKey = { in SignLocalTestCase() local 800 …HksBlob publicKey = { .size = dsaPublicKeyInfo.size, .data = (uint8_t *)HksMalloc(dsaPublicKeyInfo… in SignServiceTestCase() local 852 HksBlob publicKey = { in VerifyLocalTestCase() local
|
| /base/security/huks/interfaces/inner_api/huks_standard/source/ |
| D | hks_api_adapter.c | 72 struct HksBlob publicKey = { 0, NULL }; in HksAgreeKeyAdapter() local 93 struct HksBlob publicKey = { MAX_KEY_SIZE, buffer }; in HksExportPublicKeyAdapter() local
|
| /base/useriam/user_auth_framework/frameworks/native/client/src/ |
| D | executor_callback_service.cpp | 33 const std::vector<uint8_t> &publicKey, const std::vector<uint64_t> &templateIdList) in OnMessengerReady() 48 …ExecutorCallbackService::OnBeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, in OnBeginExecute()
|
| /base/useriam/user_auth_framework/test/unittest/services/src/ |
| D | co_auth_service_test.cpp | 74 const std::vector<uint8_t> &publicKey, const std::vector<uint64_t> &templateIdList) { in __anon5c8a1eef0102() 83 std::vector<uint64_t> &templateIds) { in __anon5c8a1eef0202()
|
| D | resource_node_test.cpp | 129 std::vector<uint8_t> publicKey; variable 160 std::vector<uint8_t> publicKey; variable
|
| /base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
| D | executor_callback_proxy_test.cpp | 48 std::vector<uint8_t> publicKey; variable 76 std::vector<uint8_t> publicKey; variable 98 std::vector<uint8_t> publicKey; variable
|
| D | executor_callback_stub_test.cpp | 50 std::vector<uint8_t> publicKey; variable 73 std::vector<uint8_t> publicKey; variable
|
| /base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
| D | hks_core_service_key_chipset_platform_derive.c | 62 enum HksChipsetPlatformDecryptScene scene, struct HksBlob *publicKey) in HksCoreExportChipsetPlatformPublicKey()
|
| /base/useriam/user_auth_framework/test/fuzztest/clients/coauthclient_fuzzer/ |
| D | co_auth_client_fuzzer.cpp | 36 const std::vector<uint8_t> &publicKey, const std::vector<uint64_t> &templateIds) in OnMessengerReady() 44 int32_t OnBeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, in OnBeginExecute() 153 std::vector<uint8_t> publicKey; in FuzzExecutorCallbackServiceOnMessengerReady() local 167 std::vector<uint8_t> publicKey; in FuzzExecutorCallbackServiceOnBeginExecute() local
|
| /base/useriam/user_auth_framework/test/fuzztest/clients/executorcallbackstub_fuzzer/ |
| D | executor_callback_stub_fuzzer.cpp | 40 const std::vector<uint8_t> &publicKey, const std::vector<uint64_t> &templateIds) in OnMessengerReady() 48 int32_t OnBeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, in OnBeginExecute()
|
| /base/security/huks/utils/crypto_adapter/ |
| D | hks_client_service_adapter_lite.c | 212 static int32_t Curve25519ToX509PublicKey(const struct HksBlob *publicKey, struct HksBlob *x509Key) in Curve25519ToX509PublicKey() 234 int32_t TranslateToX509PublicKey(const struct HksBlob *publicKey, struct HksBlob *x509Key) in TranslateToX509PublicKey() 408 …lateFromX509PublicKey(const uint32_t alg, const struct HksBlob *x509Key, struct HksBlob *publicKey) in TranslateFromX509PublicKey()
|
| D | hks_client_service_adapter.c | 208 …const struct HksBlob *publicKey, struct HksBlob *y, struct HksBlob *p, struct HksBlob *q, struct H… in GetDsaPubKeyParam() 289 static int32_t DsaPublicKeyToX509(const struct HksBlob *publicKey, struct HksBlob *x509Key) in DsaPublicKeyToX509() 364 static int32_t Curve25519ToX509PublicKey(const struct HksBlob *publicKey, struct HksBlob *x509Key) in Curve25519ToX509PublicKey() 383 … const struct HksBlob *material1, const struct HksBlob *material2, const struct HksBlob *publicKey, in TranslateToX509PublicKeySwitchAlg() 418 int32_t TranslateToX509PublicKey(const struct HksBlob *publicKey, struct HksBlob *x509Key) in TranslateToX509PublicKey() 729 …lateFromX509PublicKey(const uint32_t alg, const struct HksBlob *x509Key, struct HksBlob *publicKey) in TranslateFromX509PublicKey()
|
| D | hks_client_service_adapter_common.c | 52 struct HksBlob *publicKey) in TranslateToInnerCurve25519Format()
|
| /base/update/sys_installer_lite/frameworks/source/verify/ |
| D | app_rsa.c | 31 int32 AppRsaDecodePublicKey(AppRsaContext *rsa, const uint8 *publicKey, uint32 length) in AppRsaDecodePublicKey()
|
| /base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
| D | executor_callback_stub.cpp | 67 std::vector<uint8_t> publicKey; in OnMessengerReadyStub() local 86 std::vector<uint8_t> publicKey; in OnBeginExecuteStub() local
|
| D | executor_callback_proxy.cpp | 28 const std::vector<uint8_t> &publicKey, const std::vector<uint64_t> &templateIdList) in OnMessengerReady() 62 …t ExecutorCallbackProxy::OnBeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, in OnBeginExecute()
|
| /base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/ |
| D | co_auth_interface.h | 41 std::vector<uint8_t> publicKey; member
|
| /base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/ |
| D | resource_node_fuzzer.cpp | 32 const std::vector<uint8_t> &publicKey, const std::vector<uint64_t> &templateIdList) override in OnMessengerReady() 40 int32_t OnBeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, in OnBeginExecute() 216 std::vector<uint8_t> publicKey; in FuzzResourceNodeBeginExecute() local
|