Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c178 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen) in ossl_gcm_get_ctx_params()
193 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen) in ossl_gcm_get_ctx_params()
215 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.c440 if (!OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
452 if (!OSSL_PARAM_set_octet_string(p, ctx->base.iv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
H A Dciphercommon.c592 && !OSSL_PARAM_set_octet_string(p, &ctx->oiv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
599 && !OSSL_PARAM_set_octet_string(p, &ctx->iv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
H A Dcipher_aes_siv.c171 || !OSSL_PARAM_set_octet_string(p, &sctx->tag.byte, ctx->taglen)) { in aes_siv_get_ctx_params()
/freebsd/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.c1200 int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, in OSSL_PARAM_set_octet_string() function
/freebsd/crypto/openssl/include/openssl/
H A Dparams.h136 int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, size_t len);
/freebsd/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
/freebsd/crypto/openssl/providers/implementations/signature/
H A Deddsa_sig.c314 if (p != NULL && !OSSL_PARAM_set_octet_string(p, peddsactx->aid, in eddsa_get_ctx_params()
H A Dsm2_sig.c399 && !OSSL_PARAM_set_octet_string(p, psm2ctx->aid, psm2ctx->aid_len)) in sm2sig_get_ctx_params()
H A Ddsa_sig.c454 && !OSSL_PARAM_set_octet_string(p, pdsactx->aid, pdsactx->aid_len)) in dsa_get_ctx_params()
H A Decdsa_sig.c447 if (p != NULL && !OSSL_PARAM_set_octet_string(p, ctx->aid, ctx->aid_len)) in ecdsa_get_ctx_params()
H A Drsa_sig.c1053 if (aid == NULL || !OSSL_PARAM_set_octet_string(p, aid, aid_len)) in rsa_get_ctx_params()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c299 if (!OSSL_PARAM_set_octet_string(p, ecx->pubkey, ecx->keylen)) in ecx_get_params()
/freebsd/crypto/openssl/test/
H A Dparams_api_test.c585 || !TEST_true(OSSL_PARAM_set_octet_string(cp, "abcdefghi", in test_param_construct()
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c685 return OSSL_PARAM_set_octet_string(ctx->params, ctx->p2, in default_fixup_args()
/freebsd/secure/lib/libcrypto/
H A DVersion.map5178 OSSL_PARAM_set_octet_string;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3147 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_set_octet_string.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4578 OSSL_PARAM_set_octet_string 4706 3_0_0 EXIST::FUNCTION: