Home
last modified time | relevance | path

Searched defs:publicKey (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/dsoftbus/core/adapter/huks/src/
H A Dsoftbus_rsa_encrypt_virtual.c19 int32_t SoftBusGetPublicKey(uint8_t *publicKey, uint32_t publicKeyLen) in SoftBusGetPublicKey() argument
26 int32_t SoftBusRsaEncrypt(const uint8_t *srcData, uint32_t srcDataLen, PublicKey *publicKey, uint8_t **encryptedData, in SoftBusRsaEncrypt() argument
H A Dsoftbus_rsa_encrypt.c118 int32_t SoftBusGetPublicKey(uint8_t *publicKey, uint32_t publicKeyLen) in SoftBusGetPublicKey() argument
280 int32_t SoftBusRsaEncrypt(const uint8_t *srcData, uint32_t srcDataLen, PublicKey *publicKey, uint8_t **encryptedData, in SoftBusRsaEncrypt() argument
[all...]
/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Ddsoftbus_rsa_crypto_test.cpp77 uint8_t publicKey[pKeyLen]; in HWTEST_F() local
103 uint8_t publicKey[SOFTBUS_RSA_PUB_KEY_LEN]; in HWTEST_F() local
118 uint8_t publicKey[pKeyLen]; in HWTEST_F() local
144 uint8_t publicKey[pKeyLen]; in HWTEST_F() local
175 uint8_t publicKey[pKeyLen]; HWTEST_F() local
201 uint8_t publicKey[pKeyLen]; HWTEST_F() local
236 uint8_t publicKey[pKeyLen]; HWTEST_F() local
310 uint8_t publicKey[pKeyLen]; HWTEST_F() local
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_auth_connector.cpp244 std::string publicKey; in HWTEST_F() local
253 std::string publicKey; in HWTEST_F() local
264 std::string publicKey; in HWTEST_F() local
275 std::string publicKey; in HWTEST_F() local
286 std::string publicKey; HWTEST_F() local
297 std::string publicKey; HWTEST_F() local
405 std::string publicKey; HWTEST_F() local
414 std::string publicKey = "4165145615"; HWTEST_F() local
421 std::string publicKey = "test"; HWTEST_F() local
432 std::string publicKey = "test"; HWTEST_F() local
443 std::string publicKey = "test"; HWTEST_F() local
454 std::string publicKey = "test"; HWTEST_F() local
465 std::string publicKey = "test"; HWTEST_F() local
476 std::string publicKey = "test"; HWTEST_F() local
489 std::string publicKey; HWTEST_F() local
498 std::string publicKey = "42125143613"; HWTEST_F() local
507 std::string publicKey = "test"; HWTEST_F() local
518 std::string publicKey = "test"; HWTEST_F() local
529 std::string publicKey = "test"; HWTEST_F() local
540 std::string publicKey = "test"; HWTEST_F() local
[all...]
H A DUTTest_dm_auth_manager_first.cpp693 std::string publicKey = "publicKey"; in HWTEST_F() local
717 std::string publicKey = "publicKey"; in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_cmd.c159 int SMP_SendPairingPublicKey(uint16_t handle, const uint8_t *publicKey, SMP_SendDataCb cb) in SMP_SendPairingPublicKey() argument
H A Dsmp_def.h149 uint8_t publicKey[SMP_PUBLICKEY_LEN]; member
210 uint8_t publicKey[SMP_PUBLICKEY_LEN]; member
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_auth_connector.cpp154 int32_t HiChainAuthConnector::GenerateCredential(std::string &localUdid, int32_t osAccountId, std::string &publicKey) in GenerateCredential() argument
218 int32_t HiChainAuthConnector::GetCredential(std::string &localUdid, int32_t osAccountId, std::string &publicKey) in GetCredential() argument
250 int32_t HiChainAuthConnector::ImportCredential(int32_t osAccountId, std::string deviceId, std::string publicKey) in ImportCredential() argument
[all...]
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h161 std::string publicKey; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1860 std::string publicKey = ""; in RequestCredential() local
1867 void DmAuthManager::GenerateCredential(std::string &publicKey) in GenerateCredential() argument
1897 int32_t DmAuthManager::ImportCredential(std::string &deviceId, std::string &publicKey) in ImportCredential() argument
1907 std::string publicKey = ""; ResponseCredential() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_struct.h288 const uint8_t *publicKey; member

Completed in 12 milliseconds