Home
last modified time | relevance | path

Searched refs:BLOB_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/huks/test/fuzztest/
H A Dhuks_hdi_fuzz_common.h20 #define BLOB_SIZE 10 macro
/ohos5.0/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/
H A Ddslm_fuzzer.cpp48 #define BLOB_SIZE 5 macro
277 blob->size = BLOB_SIZE; in DestroyHksCertChainTest()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_double_write_test.cpp75 const int BLOB_SIZE = 3; variable
327 EXPECT_EQ(BLOB_SIZE, static_cast<int>(blob.size())); in CheckBlob()
328 for (int i = 0; i < BLOB_SIZE; i++) { in CheckBlob()