Searched refs:keyBuff (Results 1 – 2 of 2) sorted by relevance
47 uint8_t keyBuff[1] = {0}; in DoSomethingInterestingWithMyAPI() local49 .data = keyBuff, in DoSomethingInterestingWithMyAPI()50 .size = sizeof(keyBuff) in DoSomethingInterestingWithMyAPI()
272 uint8_t keyBuff[1] = {0}; variable274 .data = keyBuff,275 .dataLen = sizeof(keyBuff)