Searched refs:outSize (Results 1 – 2 of 2) sorted by relevance
30 uint8_t *pOutStr, uint32_t *outSize);
68 #define CHECK_PTR_AND_SIZE(pOut, outSize, buffSize) { \ argument70 if((outSize > buffSize) err = CC_FFCDH_INVALID_ARGUMENT_SIZE_ERROR; goto End; \