Home
last modified time | relevance | path

Searched refs:ENTROPY_MAGIC (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/ntp/lib/isc/
Dentropy.c50 #define ENTROPY_MAGIC ISC_MAGIC('E', 'n', 't', 'e') macro
53 #define VALID_ENTROPY(e) ISC_MAGIC_VALID(e, ENTROPY_MAGIC)
703 ent->magic = ENTROPY_MAGIC; in isc_entropy_create()