Searched refs:CCDRBG_MAX_REQUEST_SIZE (Results 1 – 2 of 2) sorted by relevance
36 #define CCDRBG_MAX_REQUEST_SIZE ((uint32_t)1<<16) //this is the absolute maximum in NIST 80… macro
220 cc_require(out_nbytes <= CCDRBG_MAX_REQUEST_SIZE, out); in generate()