Home
last modified time | relevance | path

Searched defs:deterministicRand (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Ddeterministic.go26 type deterministicRand struct { struct
27 numCalls uint64
30 func (d *deterministicRand) Read(buf []byte) (int, error) {
/external/boringssl/src/crypto/fipsmodule/ec/
Dmake_p256-nistz-tests.go30 deterministicRand io.Reader var