Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c190 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen) in ossl_gcm_get_ctx_params()
204 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen) in ossl_gcm_get_ctx_params()
227 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.c274 && !OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_get_ctx_params()
281 && !OSSL_PARAM_set_octet_string(p, ctx->base.iv, ctx->base.ivlen) in aes_get_ctx_params()
H A Dcipher_aes_ocb.c446 if (!OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
458 if (!OSSL_PARAM_set_octet_string(p, ctx->base.iv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
H A Dciphercommon.c593 && !OSSL_PARAM_set_octet_string(p, &ctx->oiv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
600 && !OSSL_PARAM_set_octet_string(p, &ctx->iv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
H A Dcipher_aes_siv.c169 || !OSSL_PARAM_set_octet_string(p, &sctx->tag.byte, ctx->taglen)) { in aes_siv_get_ctx_params()
H A Dcipher_aes_gcm_siv.c191 || !OSSL_PARAM_set_octet_string(p, ctx->tag, sizeof(ctx->tag))) { in ossl_aes_gcm_siv_get_ctx_params()
/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.c1430 int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, in OSSL_PARAM_set_octet_string() function
/openssl/include/openssl/
H A Dparams.h136 int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, size_t len);
/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
/openssl/providers/implementations/signature/
H A Dsm2_sig.c407 && !OSSL_PARAM_set_octet_string(p, psm2ctx->aid, psm2ctx->aid_len)) in sm2sig_get_ctx_params()
H A Ddsa_sig.c677 && !OSSL_PARAM_set_octet_string(p, pdsactx->aid, pdsactx->aid_len)) in dsa_get_ctx_params()
H A Deddsa_sig.c798 if (p != NULL && !OSSL_PARAM_set_octet_string(p, peddsactx->aid, in eddsa_get_ctx_params()
H A Decdsa_sig.c673 if (p != NULL && !OSSL_PARAM_set_octet_string(p, ctx->aid, ctx->aid_len)) in ecdsa_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()
/openssl/providers/implementations/kdfs/
H A Dhkdf.c381 else if (!OSSL_PARAM_set_octet_string(p, ctx->info, ctx->info_len)) in hkdf_common_get_ctx_params()
/openssl/test/
H A Dparams_api_test.c708 || !TEST_true(OSSL_PARAM_set_octet_string(cp, "abcdefghi", in test_param_construct()
H A Dtls-provider.c2982 && !OSSL_PARAM_set_octet_string(p, pxor_sigctx->aid, pxor_sigctx->aid_len)) in xor_sig_get_ctx_params()
/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c304 if (!OSSL_PARAM_set_octet_string(p, ecx->pubkey, ecx->keylen)) in ecx_get_params()
/openssl/crypto/evp/
H A Dctrl_params_translate.c683 return OSSL_PARAM_set_octet_string(ctx->params, ctx->p2, in default_fixup_args()
/openssl/util/
H A Dlibcrypto.num4578 OSSL_PARAM_set_octet_string 4706 3_0_0 EXIST::FUNCTION:

Completed in 106 milliseconds