HomeSort by: relevance | last modified time | path
    Searched defs:cprng_fast_buf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/crypto/cprng_fast/
cprng_fast.c 66 static void cprng_fast_buf(struct cprng_fast *, void *, unsigned);
169 cprng_fast_buf(struct cprng_fast *cprng, void *buf, unsigned len)
204 cprng_fast_buf(cprng, buf, len);
166 cprng_fast_buf(struct cprng_fast *cprng, void *buf, unsigned len) function in typeref:typename:void

Completed in 39 milliseconds