Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/rand/
Drand.c90 const size_t len_multiple8 = len & ~7; in hwrand() local
91 if (!CRYPTO_rdrand_multiple8_buf(buf, len_multiple8)) { in hwrand()
94 len -= len_multiple8; in hwrand()
103 memcpy(buf + len_multiple8, rand_buf, len); in hwrand()