Searched refs:prng_ctx_size (Results 1 – 1 of 1) sorted by relevance
32 int prng_ctx_size = 0; in PrngCreate() local40 if (ippStsNoErr != ippsPRNGGetSize(&prng_ctx_size)) return kEpidErr; in PrngCreate()46 prng_ctx = (IppsPRNGState*)calloc(1, prng_ctx_size); in PrngCreate()