/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_gcm.c | 190 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 D | ciphercommon_ccm.c | 174 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 D | cipher_aes_cbc_hmac_sha.c | 274 && !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 D | cipher_aes_ocb.c | 446 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 D | ciphercommon.c | 593 && !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 D | cipher_aes_siv.c | 169 || !OSSL_PARAM_set_octet_string(p, &sctx->tag.byte, ctx->taglen)) { in aes_siv_get_ctx_params()
|
H A D | cipher_aes_gcm_siv.c | 191 || !OSSL_PARAM_set_octet_string(p, ctx->tag, sizeof(ctx->tag))) { in ossl_aes_gcm_siv_get_ctx_params()
|
/openssl/crypto/ |
H A D | param_build_set.c | 65 return OSSL_PARAM_set_octet_string(p, data, data_len); in ossl_param_build_set_octet_string()
|
H A D | params.c | 1430 int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, in OSSL_PARAM_set_octet_string() function
|
/openssl/include/openssl/ |
H A D | params.h | 136 int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, size_t len);
|
/openssl/providers/implementations/keymgmt/ |
H A D | template_kmgmt.c | 272 if (!OSSL_PARAM_set_octet_string(p, NULL, 0)) in template_get_params()
|
H A D | ecx_kmgmt.c | 304 if (!OSSL_PARAM_set_octet_string(p, ecx->pubkey, ecx->keylen)) in ecx_get_params()
|
/openssl/doc/man3/ |
H A D | OSSL_PARAM_int.pod | 32 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 D | sm2_sig.c | 409 && !OSSL_PARAM_set_octet_string(p, in sm2sig_get_ctx_params()
|
H A D | dsa_sig.c | 679 && !OSSL_PARAM_set_octet_string(p, in dsa_get_ctx_params()
|
H A D | ecdsa_sig.c | 676 if (p != NULL && !OSSL_PARAM_set_octet_string(p, in ecdsa_get_ctx_params()
|
H A D | eddsa_sig.c | 801 && !OSSL_PARAM_set_octet_string(p, in eddsa_get_ctx_params()
|
H A D | rsa_sig.c | 1402 if (aid == NULL || !OSSL_PARAM_set_octet_string(p, aid, aid_len)) in rsa_get_ctx_params()
|
/openssl/providers/implementations/kdfs/ |
H A D | hkdf.c | 381 else if (!OSSL_PARAM_set_octet_string(p, ctx->info, ctx->info_len)) in hkdf_common_get_ctx_params()
|
/openssl/test/ |
H A D | params_api_test.c | 708 || !TEST_true(OSSL_PARAM_set_octet_string(cp, "abcdefghi", in test_param_construct()
|
H A D | tls-provider.c | 2982 && !OSSL_PARAM_set_octet_string(p, pxor_sigctx->aid, pxor_sigctx->aid_len)) in xor_sig_get_ctx_params()
|
/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 683 return OSSL_PARAM_set_octet_string(ctx->params, ctx->p2, in default_fixup_args()
|
/openssl/util/ |
H A D | libcrypto.num | 4578 OSSL_PARAM_set_octet_string 4706 3_0_0 EXIST::FUNCTION:
|