Searched refs:len_multiple8 (Results 1 – 1 of 1) sorted by relevance
90 const size_t len_multiple8 = len & ~7; in hwrand() local91 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()