Home
last modified time | relevance | path

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

/drivers/peripheral/huks/test/fuzztest/generatekeyfuzz/
Dhuks_hdi_fuzzer.cpp47 uint8_t keyBuff[1] = {0}; in DoSomethingInterestingWithMyAPI() local
49 .data = keyBuff, in DoSomethingInterestingWithMyAPI()
50 .size = sizeof(keyBuff) in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/huks/test/unittest/
Dhdi_ihuks_api_function_test.cpp272 uint8_t keyBuff[1] = {0}; variable
274 .data = keyBuff,
275 .dataLen = sizeof(keyBuff)