Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rand/
Drand.c142 const size_t len_multiple8 = len & ~7; in hwrand() local
143 if (!CRYPTO_rdrand_multiple8_buf(buf, len_multiple8)) { in hwrand()
146 const size_t remainder = len - len_multiple8; in hwrand()
155 OPENSSL_memcpy(buf + len_multiple8, rand_buf, remainder); in hwrand()