| /foundation/communication/dsoftbus/adapter/common/mbedtls/ |
| D | softbus_aes_encrypt_virtual.c | 20 …const EncryptKey *randomKey, const uint8_t *rootKey, uint32_t rootKeyLen, uint8_t *hash, uint32_t … in SoftBusGenerateHmacHash() 30 int32_t SoftBusAesCfbRootEncrypt(const AesInputData *inData, const EncryptKey *randomKey, EncryptKe… in SoftBusAesCfbRootEncrypt()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| D | crypto_manager_test.cpp | 31 static std::vector<uint8_t> randomKey; member in CryptoManagerTest 37 std::vector<uint8_t> CryptoManagerTest::randomKey; member in CryptoManagerTest
|
| D | kvdb_general_store_test.cpp | 182 std::vector<uint8_t> randomKey = Random(KEY_LENGTH); variable
|
| /foundation/communication/dsoftbus/adapter/common/openssl/ |
| D | softbus_aes_encrypt.c | 40 …const EncryptKey *randomKey, const uint8_t *rootKey, uint32_t rootKeyLen, uint8_t *hash, uint32_t … in SoftBusGenerateHmacHash() 126 static int32_t RootKeyGenerateIvAndSessionKey(const EncryptKey *randomKey, EncryptKey *rootKey, Aes… in RootKeyGenerateIvAndSessionKey() 148 static int32_t GenerateIvAndSessionKey(const EncryptKey *randomKey, EncryptKey *rootKey, AesCipherK… in GenerateIvAndSessionKey() 176 int32_t SoftBusAesCfbRootEncrypt(const AesInputData *inData, const EncryptKey *randomKey, EncryptKe… in SoftBusAesCfbRootEncrypt()
|
| /foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusaescrypto_fuzzer/ |
| D | softbusaescrypto_fuzzer.cpp | 30 EncryptKey randomKey = { data, size }; in SoftBusGenerateHmacHashFuzzTest() local 41 EncryptKey randomKey = { data, size }; in SoftBusAesCfbRootEncryptFuzzTest() local
|
| /foundation/communication/dsoftbus/tests/adapter/unittest/ |
| D | dsoftbus_aes_crypto_test.cpp | 61 EncryptKey randomKey = { randStr, randLen }; variable 86 EncryptKey randomKey = { randStr, randLen }; variable 117 EncryptKey randomKey = { randStr, randLen }; variable 149 EncryptKey randomKey = { randStr, randLen }; variable 188 EncryptKey randomKey = { randStr, randLen }; variable 240 EncryptKey randomKey = { randStr, randLen }; variable 285 EncryptKey randomKey = { randStr, randLen }; variable
|
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
| D | lnn_huks_test.cpp | 101 uint8_t randomKey[LNN_HUKS_AES_COMMON_SIZE] = {0}; variable
|
| /foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/ |
| D | bus_center_mock.cpp | 52 int32_t LnnGenerateRandomByHuks(uint8_t *randomKey, uint32_t len) in LnnGenerateRandomByHuks()
|
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
| D | lnn_decision_db_deps_mock.cpp | 84 int32_t LnnGenerateRandomByHuks(uint8_t *randomKey, uint32_t len) in LnnGenerateRandomByHuks()
|