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

  /src/sys/lib/libkern/
entpool.c 232 * entpool_extract(P, buf, len)
240 entpool_extract(struct entpool *P, secret void *buf, size_t len)
414 entpool_extract(P, KAT_ACTUAL, KATLEN); \
542 /* Test entpool_extract with empty input buffer. */
547 /* Test entpool_extract with nonempty input buffer. */
554 /* Test entpool_extract with full input buffer. */
569 /* Test entpool_extract with iterated output. */
572 entpool_extract(P, scratch, RATE-1 + 1);
579 entpool_extract(P, scratch, 1);
236 entpool_extract(struct entpool *P, secret void *buf, size_t len) function in typeref:typename:void
entpool.c 232 * entpool_extract(P, buf, len)
240 entpool_extract(struct entpool *P, secret void *buf, size_t len)
414 entpool_extract(P, KAT_ACTUAL, KATLEN); \
542 /* Test entpool_extract with empty input buffer. */
547 /* Test entpool_extract with nonempty input buffer. */
554 /* Test entpool_extract with full input buffer. */
569 /* Test entpool_extract with iterated output. */
572 entpool_extract(P, scratch, RATE-1 + 1);
579 entpool_extract(P, scratch, 1);
236 entpool_extract(struct entpool *P, secret void *buf, size_t len) function in typeref:typename:void

Completed in 51 milliseconds