Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go1048 var randBytes [352 + 352]byte
1049 if _, err := io.ReadFull(rand, randBytes[:]); err != nil {
1054 m.shortSample(randBytes[:352])
1055 r.shortSample(randBytes[352:])
1173 var randBytes [352 + 352]byte
1174 if _, err := io.ReadFull(rand, randBytes[:]); err != nil {
1179 f.shortSamplePlus(randBytes[:352])
1185 g.shortSamplePlus(randBytes[352:])
/external/rust/crates/libc/src/vxworks/
Dmod.rs1775 pub fn randBytes(buf: *mut c_uchar, length: c_int) -> c_int; in randBytes() function