Searched refs:randomness (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/apr/random/unix/
H A Dapr_random.c18 * http://www.apache-ssl.org/randomness.pdf
76 unsigned char *randomness; member in struct:apr_random_t
138 g->randomness = apr_palloc(p,B_size(g));
171 /* blow away any lingering randomness */
261 /* This will give g->B_size bytes of randomness */
278 apr_random_block(g,g->randomness);
282 memcpy(&random[n],g->randomness+B_size(g)-g->random_bytes,l);
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h187 void (*randomness)(int,void*); member in struct:sqlite3_api_routines
390 #define sqlite3_randomness sqlite3_api->randomness
H A Dsqlite3.c1483 ** of good-quality randomness into zOut. The return value is
1484 ** the actual number of bytes of randomness obtained.
2706 ** ^A call to this routine stores N bytes of randomness into buffer P.
2709 ** the application) the PRNG is seeded using randomness obtained
2711 ** ^On all subsequent invocations, the pseudo-randomness is generated
19951 ** randomness any more. But we will leave this code in all the same.
19973 ** not need to contain a lot of randomness since we are not
24168 ** Write up to nBuf bytes of randomness into zBuf.
24186 /* 8 bytes; timezone and weekday don't increase the randomness much */
27261 /* note that the quality of the randomness does
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3ext.h202 void (*randomness)(int,void*); member in struct:sqlite3_api_routines
468 #define sqlite3_randomness sqlite3_api->randomness
H A Dsqlite3.c1449 ** of good-quality randomness into zOut. The return value is
1450 ** the actual number of bytes of randomness obtained.
2862 ** ^A call to this routine stores N bytes of randomness into buffer P.
2867 ** seeded using randomness obtained from the xRandomness method of
2870 ** non-NULL P then the pseudo-randomness is generated
[all...]

Completed in 711 milliseconds