Home
last modified time | relevance | path

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

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