OSSL_PARAM_set_uint
return OSSL_PARAM_set_uint(ctx->params,
int OSSL_PARAM_set_uint(OSSL_PARAM *p, unsigned int val);
if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->client_version))
if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->alt_version))
if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->implicit_rejection))
if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->multiblock_interleave)) {
if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->multiblock_aad_packlen)) {
if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->rounds)) {
if (p != NULL && !OSSL_PARAM_set_uint(p, md)) {
if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->pad)) {
if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->num)) {
if (!OSSL_PARAM_set_uint(p, ctx->iv_gen_rand))
&& !OSSL_PARAM_set_uint(p, (unsigned int)mdctx->params.digest_length)) { \
&& !OSSL_PARAM_set_uint(p, crounds(ctx)))
&& !OSSL_PARAM_set_uint(p, drounds(ctx)))
if (p != NULL && !OSSL_PARAM_set_uint(p, drbg->reseed_interval))
if (!OSSL_PARAM_set_uint(p, tsan_load(&drbg->reseed_counter)))
if (p != NULL && !OSSL_PARAM_set_uint(p, t->generate))
if (p != NULL && !OSSL_PARAM_set_uint(p, pdsactx->nonce_type))
if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->nonce_type))
if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->verify_message))
if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->verify_message))
&& TEST_true(OSSL_PARAM_set_uint(p - 1, 10 * 1024 * 1024))
if (!TEST_true(OSSL_PARAM_set_uint(¶m, in)))