Home
last modified time | relevance | path

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

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