Searched refs:entropy (Results 1 – 5 of 5) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_usertrack.c | 228 li_MD5_Update(&Md5Ctx, (unsigned char *)srv->entropy, sizeof(srv->entropy)); in URIHANDLER_FUNC()
|
| H A D | server.c | 250 && 1 == fread(srv->entropy, sizeof(srv->entropy), 1, frandom)) { in server_init() 252 memcpy(&e, srv->entropy, sizeof(e) < sizeof(srv->entropy) ? sizeof(e) : sizeof(srv->entropy)); in server_init() 259 for (j = 0; j < sizeof(srv->entropy); j++) in server_init() 260 srv->entropy[j] = rand(); in server_init()
|
| H A D | base.h | 622 char entropy[8]; /* from /dev/[u]random if possible, otherwise rand() */ member
|
| H A D | http_auth.c | 1193 li_MD5_Update(&Md5Ctx, (unsigned char *)srv->entropy, sizeof(srv->entropy)); in http_auth_digest_generate_nonce()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 230 * Add support for "real" entropy from /dev/[u]random (fixes #1977)
|