Searched refs:security_strength (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/corecrypto/ccdbrg/src/
H A Dccdrbg_nisthmac.c77 Comment: Set the security_strength to one of the valid security strengths.
78 3. If (requested_security_strength ��� 112), then security_strength = 112 Else (requested_ security_strength ��� 128), then security_strength = 128 Else (requested_ security_strength ��� 192), then security_strength = 192 Else security_strength = 256.
80 4. min_entropy = 1.5 �� security_strength.
88 3. Required minimum entropy for the entropy input at instantiation = 3/2 security_strength (this includes the entropy required for the nonce).
256 size_t security_strength; local
[all...]

Completed in 188 milliseconds