Lines Matching refs:DRBG
115 # and "DRBG" SecureRandom implementations in the "Sun" provider.
119 # "NativePRNG", "SHA1PRNG" and "DRBG" implementations obtains seed data from
124 # mechanism for SHA1PRNG and DRBG.
135 # SHA1PRNG and DRBG:
148 # DRBG and SHA1PRNG in the Sun provider.
162 securerandom.strongAlgorithms=NativePRNGBlocking:SUN,DRBG:SUN
165 # Sun provider DRBG configuration and default instantiation request.
167 # NIST SP 800-90Ar1 lists several DRBG mechanisms. Each can be configured
168 # with a DRBG algorithm name, and can be instantiated with a security strength,
170 # and the default instantiation request of "DRBG" SecureRandom implementations
171 # in the SUN provider. (Other DRBG implementations can also use this property.)
176 # mechanism and DRBG algorithm names are not currently configurable by any API.
178 # Please note that the SUN implementation of DRBG always supports reseeding.
190 # // The DRBG mechanism to use. Default "Hash_DRBG"
194 # // The DRBG algorithm name. The "SHA-***" names are for Hash_DRBG and
222 # securerandom.drbg.config=Hash_DRBG,SHA-224,112,none
223 # securerandom.drbg.config=CTR_DRBG,AES-256,192,pr_and_reseed,use_df
226 # securerandom.drbg.config=Hash_DRBG,SHA-256,128,none
228 securerandom.drbg.config=