Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/ciphers/
A Dciphercommon_gcm.c170 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen) in ossl_gcm_get_ctx_params()
185 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen) in ossl_gcm_get_ctx_params()
207 if (!OSSL_PARAM_set_octet_string(p, ctx->buf, sz)) { in ossl_gcm_get_ctx_params()
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()
A Dciphercommon_ccm.c171 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, p->data_size) in ossl_ccm_get_ctx_params()
184 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, p->data_size) in ossl_ccm_get_ctx_params()
A Dcipher_aes_ocb.c437 if (!OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
449 if (!OSSL_PARAM_set_octet_string(p, ctx->base.iv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
A Dciphercommon.c561 && !OSSL_PARAM_set_octet_string(p, &ctx->oiv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
568 && !OSSL_PARAM_set_octet_string(p, &ctx->iv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
A Dcipher_aes_siv.c167 || !OSSL_PARAM_set_octet_string(p, &sctx->tag.byte, ctx->taglen)) { in aes_siv_get_ctx_params()
/openssl-master/crypto/
A Dparam_build_set.c65 return OSSL_PARAM_set_octet_string(p, data, data_len); in ossl_param_build_set_octet_string()
A Dparams.c1176 int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, in OSSL_PARAM_set_octet_string() function
/openssl-master/include/openssl/
A Dparams.h136 int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, size_t len);
/openssl-master/doc/man3/
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-master/providers/implementations/signature/
A Deddsa_sig.c294 if (p != NULL && !OSSL_PARAM_set_octet_string(p, peddsactx->aid, in eddsa_get_ctx_params()
A Dsm2_sig.c390 && !OSSL_PARAM_set_octet_string(p, psm2ctx->aid, psm2ctx->aid_len)) in sm2sig_get_ctx_params()
A Ddsa_sig.c454 && !OSSL_PARAM_set_octet_string(p, pdsactx->aid, pdsactx->aid_len)) in dsa_get_ctx_params()
A Decdsa_sig.c447 if (p != NULL && !OSSL_PARAM_set_octet_string(p, ctx->aid, ctx->aid_len)) in ecdsa_get_ctx_params()
A Drsa_sig.c1046 if (aid == NULL || !OSSL_PARAM_set_octet_string(p, aid, aid_len)) in rsa_get_ctx_params()
/openssl-master/providers/implementations/keymgmt/
A Decx_kmgmt.c279 if (!OSSL_PARAM_set_octet_string(p, ecx->pubkey, ecx->keylen)) in ecx_get_params()
/openssl-master/test/
A Dparams_api_test.c585 || !TEST_true(OSSL_PARAM_set_octet_string(cp, "abcdefghi", in test_param_construct()
/openssl-master/crypto/evp/
A Dctrl_params_translate.c687 return OSSL_PARAM_set_octet_string(ctx->params, ctx->p2, in default_fixup_args()
/openssl-master/util/
A Dlibcrypto.num4578 OSSL_PARAM_set_octet_string 4706 3_0_0 EXIST::FUNCTION:

Completed in 42 milliseconds