Home
last modified time | relevance | path

Searched defs:randomKey (Results 1 – 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/mbedtls/
Dsoftbus_aes_encrypt_virtual.c20const 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/
Dcrypto_manager_test.cpp31 static std::vector<uint8_t> randomKey; member in CryptoManagerTest
37 std::vector<uint8_t> CryptoManagerTest::randomKey; member in CryptoManagerTest
Dkvdb_general_store_test.cpp182 std::vector<uint8_t> randomKey = Random(KEY_LENGTH); variable
/foundation/communication/dsoftbus/adapter/common/openssl/
Dsoftbus_aes_encrypt.c40const 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/
Dsoftbusaescrypto_fuzzer.cpp30 EncryptKey randomKey = { data, size }; in SoftBusGenerateHmacHashFuzzTest() local
41 EncryptKey randomKey = { data, size }; in SoftBusAesCfbRootEncryptFuzzTest() local
/foundation/communication/dsoftbus/tests/adapter/unittest/
Ddsoftbus_aes_crypto_test.cpp61 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/
Dlnn_huks_test.cpp101 uint8_t randomKey[LNN_HUKS_AES_COMMON_SIZE] = {0}; variable
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
Dbus_center_mock.cpp52 int32_t LnnGenerateRandomByHuks(uint8_t *randomKey, uint32_t len) in LnnGenerateRandomByHuks()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
Dlnn_decision_db_deps_mock.cpp84 int32_t LnnGenerateRandomByHuks(uint8_t *randomKey, uint32_t len) in LnnGenerateRandomByHuks()