Home
last modified time | relevance | path

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

/drivers/peripheral/huks/test/fuzztest/agreekeyfuzz/
H A Dhuks_hdi_fuzzer.cpp27 #define PRIVATE_KEY_SIZE 320 macro
32 if (data == nullptr || size <= (PARAMSET_SIZE + PRIVATE_KEY_SIZE + PUBLIC_KEY_SIZE)) { in DoSomethingInterestingWithMyAPI()
40 struct HksBlob privatekey = { PRIVATE_KEY_SIZE, myData + PARAMSET_SIZE }; in DoSomethingInterestingWithMyAPI()
50 .data = myData + PARAMSET_SIZE + PRIVATE_KEY_SIZE, in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds