"RSA Decapsulate Init");
}
-
{- produce_param_decoder('rsakem_get_ctx_params',
- (['KEM_PARAM_FIPS_APPROVED_INDICATOR', 'ind', 'int'],
+ (['KEM_PARAM_FIPS_APPROVED_INDICATOR', 'ind', 'int', 'fips'],
)); -}
static int rsakem_get_ctx_params(void *vprsactx, OSSL_PARAM *params)
{- produce_param_decoder('rsakem_set_ctx_params',
(['KEM_PARAM_OPERATION', 'op', 'utf8_string'],
- ['KEM_PARAM_FIPS_KEY_CHECK', 'ind_k', 'int'],
+ ['KEM_PARAM_FIPS_KEY_CHECK', 'ind_k', 'int', 'fips'],
)); -}
static int rsakem_set_ctx_params(void *vprsactx, const OSSL_PARAM params[])