Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rtadvd/
H A Dconfig.c71 static char entbuf[10 + 3 + NI_MAXHOST + 1]; variable
512 makeentry(entbuf, sizeof(entbuf), i, "addr"); in getconfig()
513 addr = (char *)agetstr(entbuf, &bp); in getconfig()
541 makeentry(entbuf, sizeof(entbuf), i, "prefixlen"); in getconfig()
542 MAYHAVE(val, entbuf, 64); in getconfig()
551 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags"); in getconfig()
552 if ((flagstr = (char *)agetstr(entbuf, in getconfig()
[all...]
/freebsd/crypto/openssl/providers/implementations/rands/
H A Dcrngt.c109 unsigned char *ent, *entp, *entbuf; in ossl_crngt_get_entropy() local
163 entbuf = t >= CRNGT_BUFSIZ ? entp : buf; in ossl_crngt_get_entropy()
164 if (!crngt_get_entropy(drbg->provctx, crngt_glob->md, entbuf, md, &sz)) in ossl_crngt_get_entropy()