Home
last modified time | relevance | path

Searched refs:rKey (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Ddsoftbus_aes_crypto_test.cpp138 uint8_t rKey[rootKeyLen]; in HWTEST_F() local
146 ret = SoftBusGenerateRandomArray(rKey, rootKeyLen); in HWTEST_F()
150 EncryptKey rootKey = { rKey, rootKeyLen }; in HWTEST_F()
177 uint8_t rKey[rootKeyLen]; in HWTEST_F() local
185 ret = SoftBusGenerateRandomArray(rKey, rootKeyLen); in HWTEST_F()
189 EncryptKey rootKey = { rKey, rootKeyLen }; in HWTEST_F()
229 uint8_t rKey[rootKeyLen]; in HWTEST_F() local
237 ret = SoftBusGenerateRandomArray(rKey, rootKeyLen); in HWTEST_F()
241 EncryptKey rootKey = { rKey, rootKeyLen }; in HWTEST_F()
274 uint8_t rKey[rootKeyLe in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_crud_test.cpp1483 DistributedDB::Key rKey[iCount]; in HWTEST_F() local
1484 rKey[0] = KeyCrud[2]; in HWTEST_F()
1485 rKey[1] = KeyCrud[3]; in HWTEST_F()
1486 rKey[2] = KeyCrud[4]; in HWTEST_F()
1493 EXPECT_EQ(entries[index].key, rKey[index]); in HWTEST_F()

Completed in 4 milliseconds