Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_set_octet_string (Results 1 – 25 of 29) sorted by relevance

12

/src/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c187 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen) in ossl_gcm_get_ctx_params()
201 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen) in ossl_gcm_get_ctx_params()
224 if (!OSSL_PARAM_set_octet_string(p, ctx->buf, sz)) { in ossl_gcm_get_ctx_params()
H A Dciphercommon_ccm.c174 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, p->data_size) in ossl_ccm_get_ctx_params()
187 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, p->data_size) in ossl_ccm_get_ctx_params()
H A Dcipher_aes_cbc_hmac_sha.c272 && !OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_get_ctx_params()
279 && !OSSL_PARAM_set_octet_string(p, ctx->base.iv, ctx->base.ivlen) in aes_get_ctx_params()
H A Dcipher_aes_ocb.c444 if (!OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
456 if (!OSSL_PARAM_set_octet_string(p, ctx->base.iv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
H A Dciphercommon.c614 && !OSSL_PARAM_set_octet_string(p, &ctx->oiv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
621 && !OSSL_PARAM_set_octet_string(p, &ctx->iv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
H A Dcipher_aes_siv.c160 || !OSSL_PARAM_set_octet_string(p, &sctx->tag.byte, ctx->taglen)) { in aes_siv_get_ctx_params()
H A Dcipher_aes_gcm_siv.c184 || !OSSL_PARAM_set_octet_string(p, ctx->tag, sizeof(ctx->tag))) { in ossl_aes_gcm_siv_get_ctx_params()
/src/crypto/openssl/providers/implementations/keymgmt/
H A Dml_dsa_kmgmt.c346 && !OSSL_PARAM_set_octet_string(p, seed, ML_DSA_SEED_BYTES)) in ml_dsa_get_params()
350 && !OSSL_PARAM_set_octet_string(p, priv, in ml_dsa_get_params()
355 && !OSSL_PARAM_set_octet_string(p, pub, in ml_dsa_get_params()
H A Dslh_dsa_kmgmt.c199 && !OSSL_PARAM_set_octet_string(p, priv, in slh_dsa_get_params()
207 && !OSSL_PARAM_set_octet_string(p, pub, in slh_dsa_get_params()
H A Dtemplate_kmgmt.c271 if (!OSSL_PARAM_set_octet_string(p, NULL, 0)) in template_get_params()
H A Decx_kmgmt.c314 if (!OSSL_PARAM_set_octet_string(p, ecx->pubkey, ecx->keylen)) in ecx_get_params()
/src/crypto/openssl/crypto/
H A Dparam_build_set.c65 return OSSL_PARAM_set_octet_string(p, data, data_len); in ossl_param_build_set_octet_string()
H A Dparams.c1449 int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, in OSSL_PARAM_set_octet_string() function
/src/crypto/openssl/include/openssl/
H A Dparams.h139 int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, size_t len);
/src/crypto/openssl/doc/man3/
H A DOSSL_PARAM_int.pod32 OSSL_PARAM_set_utf8_string, OSSL_PARAM_set_octet_string,
93 int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, size_t len);
271 OSSL_PARAM_set_octet_string() sets an OCTET string from the parameter
/src/crypto/openssl/providers/implementations/signature/
H A Dml_dsa_sig.c323 && !OSSL_PARAM_set_octet_string(p, in ml_dsa_get_ctx_params()
H A Dslh_dsa_sig.c335 && !OSSL_PARAM_set_octet_string(p, in slh_dsa_get_ctx_params()
H A Dsm2_sig.c408 && !OSSL_PARAM_set_octet_string(p, in sm2sig_get_ctx_params()
H A Ddsa_sig.c682 && !OSSL_PARAM_set_octet_string(p, in dsa_get_ctx_params()
H A Decdsa_sig.c683 …if (p != NULL && !OSSL_PARAM_set_octet_string(p, ctx->aid_len == 0 ? NULL : ctx->aid_buf, ctx->aid…
H A Deddsa_sig.c804 && !OSSL_PARAM_set_octet_string(p, in eddsa_get_ctx_params()
H A Drsa_sig.c1402 if (aid == NULL || !OSSL_PARAM_set_octet_string(p, aid, aid_len)) in rsa_get_ctx_params()
/src/crypto/openssl/providers/implementations/kdfs/
H A Dhkdf.c380 else if (!OSSL_PARAM_set_octet_string(p, ctx->info, ctx->info_len)) in hkdf_common_get_ctx_params()
/src/crypto/openssl/test/
H A Dparams_api_test.c717 || !TEST_true(OSSL_PARAM_set_octet_string(cp, "abcdefghi", in test_param_construct()
/src/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c688 return OSSL_PARAM_set_octet_string(ctx->params, ctx->p2, in default_fixup_args()

12