Loading fips/rand/fips_drbg_ctr.c +1 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ int fips_drbg_ctr_init(DRBG_CTX *dctx) dctx->max_adin = dctx->seedlen; } dctx->max_request = 1<<19; dctx->max_request = 1<<16; dctx->reseed_interval = 1<<24; return 1; Loading fips/rand/fips_drbg_hash.c +1 −1 Original line number Diff line number Diff line Loading @@ -371,7 +371,7 @@ int fips_drbg_hash_init(DRBG_CTX *dctx) dctx->max_pers = DRBG_MAX_LENGTH; dctx->max_adin = DRBG_MAX_LENGTH; dctx->max_request = 1<<19; dctx->max_request = 1<<16; dctx->reseed_interval = 1<<24; return 1; Loading fips/rand/fips_drbg_hmac.c +1 −1 Original line number Diff line number Diff line Loading @@ -274,7 +274,7 @@ int fips_drbg_hmac_init(DRBG_CTX *dctx) dctx->max_pers = DRBG_MAX_LENGTH; dctx->max_adin = DRBG_MAX_LENGTH; dctx->max_request = 1<<19; dctx->max_request = 1<<16; dctx->reseed_interval = 1<<24; return 1; Loading Loading
fips/rand/fips_drbg_ctr.c +1 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ int fips_drbg_ctr_init(DRBG_CTX *dctx) dctx->max_adin = dctx->seedlen; } dctx->max_request = 1<<19; dctx->max_request = 1<<16; dctx->reseed_interval = 1<<24; return 1; Loading
fips/rand/fips_drbg_hash.c +1 −1 Original line number Diff line number Diff line Loading @@ -371,7 +371,7 @@ int fips_drbg_hash_init(DRBG_CTX *dctx) dctx->max_pers = DRBG_MAX_LENGTH; dctx->max_adin = DRBG_MAX_LENGTH; dctx->max_request = 1<<19; dctx->max_request = 1<<16; dctx->reseed_interval = 1<<24; return 1; Loading
fips/rand/fips_drbg_hmac.c +1 −1 Original line number Diff line number Diff line Loading @@ -274,7 +274,7 @@ int fips_drbg_hmac_init(DRBG_CTX *dctx) dctx->max_pers = DRBG_MAX_LENGTH; dctx->max_adin = DRBG_MAX_LENGTH; dctx->max_request = 1<<19; dctx->max_request = 1<<16; dctx->reseed_interval = 1<<24; return 1; Loading