OSSL_PARAM_set_octet_string
return OSSL_PARAM_set_octet_string(ctx->params, ctx->p2,
return OSSL_PARAM_set_octet_string(p, data, data_len);
int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, size_t len);
&& !OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen)
&& !OSSL_PARAM_set_octet_string(p, ctx->base.iv, ctx->base.ivlen)
|| !OSSL_PARAM_set_octet_string(p, ctx->tag, sizeof(ctx->tag))) {
if (!OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen)
if (!OSSL_PARAM_set_octet_string(p, ctx->base.iv, ctx->base.ivlen)
|| !OSSL_PARAM_set_octet_string(p, &sctx->tag.byte, ctx->taglen)) {
&& !OSSL_PARAM_set_octet_string(p, &ctx->oiv, ctx->ivlen)) {
&& !OSSL_PARAM_set_octet_string(p, &ctx->iv, ctx->ivlen)) {
if (!OSSL_PARAM_set_octet_string(p, ctx->iv, p->data_size)
if (!OSSL_PARAM_set_octet_string(p, ctx->iv, p->data_size)
if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen)
if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen)
if (!OSSL_PARAM_set_octet_string(p, ctx->buf, sz)) {
else if (!OSSL_PARAM_set_octet_string(p, ctx->info, ctx->info_len))
if (!OSSL_PARAM_set_octet_string(p, ecx->pubkey, ecx->keylen))
&& !OSSL_PARAM_set_octet_string(p, seed, ML_DSA_SEED_BYTES))
&& !OSSL_PARAM_set_octet_string(p, priv,
&& !OSSL_PARAM_set_octet_string(p, pub,
&& !OSSL_PARAM_set_octet_string(p, priv,
&& !OSSL_PARAM_set_octet_string(p, pub,
if (!OSSL_PARAM_set_octet_string(p, NULL, 0))
&& !OSSL_PARAM_set_octet_string(p,
if (p != NULL && !OSSL_PARAM_set_octet_string(p, ctx->aid_len == 0 ? NULL : ctx->aid_buf, ctx->aid_len))
&& !OSSL_PARAM_set_octet_string(p,
&& !OSSL_PARAM_set_octet_string(p,
if (aid == NULL || !OSSL_PARAM_set_octet_string(p, aid, aid_len))
&& !OSSL_PARAM_set_octet_string(p,
&& !OSSL_PARAM_set_octet_string(p,
|| !TEST_true(OSSL_PARAM_set_octet_string(cp, "abcdefghi",
&& !OSSL_PARAM_set_octet_string(p, pxor_sigctx->aid, pxor_sigctx->aid_len))