Searched refs:BN_SIZE (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksbnexpmod_fuzzer/ |
H A D | hksbnexpmod_fuzzer.cpp | 26 constexpr int BN_SIZE = 10; variable 35 if (data == nullptr || size < (BN_SIZE * BN_COUNT)) { in DoSomethingInterestingWithMyAPI() 39 struct HksBlob x = { BN_SIZE, ReadData<uint8_t *>(data, size, BN_SIZE) }; in DoSomethingInterestingWithMyAPI() 40 struct HksBlob a = { BN_SIZE, ReadData<uint8_t *>(data, size, BN_SIZE) }; in DoSomethingInterestingWithMyAPI() 41 struct HksBlob e = { BN_SIZE, ReadData<uint8_t *>(data, size, BN_SIZE) }; in DoSomethingInterestingWithMyAPI() 42 struct HksBlob n = { BN_SIZE, ReadData<uint8_t *>(data, size, BN_SIZE) }; in DoSomethingInterestingWithMyAPI()
|