Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dint_api.c62 int bitCount[ 8 + 8 ], noOnes, i; in checkEntropy() local
81 noOnes = bitCount[ 1 ] + bitCount[ 2 ] + ( 2 * bitCount[ 3 ] ); in checkEntropy()
82 if( noOnes < dataLength * 2 || noOnes > dataLength * 6 ) in checkEntropy()