['DRBG_PARAM_RESEED_TIME', 'reseed_time', 'time_t'],
['DRBG_PARAM_RESEED_REQUESTS', 'reseed_req', 'uint'],
['DRBG_PARAM_RESEED_TIME_INTERVAL', 'reseed_int', 'uint64'],
- ['KDF_PARAM_FIPS_APPROVED_INDICATOR', 'ind', 'int'],
+ ['KDF_PARAM_FIPS_APPROVED_INDICATOR', 'ind', 'int', 'fips'],
)); -}
static int drbg_hash_get_ctx_params(void *vdrbg, OSSL_PARAM params[])
['PROV_PARAM_CORE_PROV_NAME', 'prov', 'utf8_string'],
['DRBG_PARAM_RESEED_REQUESTS', 'reseed_req', 'uint'],
['DRBG_PARAM_RESEED_TIME_INTERVAL', 'reseed_time', 'uint64'],
- ['KDF_PARAM_FIPS_DIGEST_CHECK', 'ind_d', 'int'],
+ ['KDF_PARAM_FIPS_DIGEST_CHECK', 'ind_d', 'int', 'fips'],
)); -}
static int drbg_hash_set_ctx_params(void *vctx, const OSSL_PARAM params[])