OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bits_to_mask
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/crypto/bn/
random.c
257
const unsigned
bits_to_mask
= (8 - (BN_num_bits(range) % 8)) % 8;
local
311
k_bytes[0] &= 0xff >>
bits_to_mask
;
Completed in 522 milliseconds