Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_UTF8_STRING (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-14-stable/crypto/openssl/providers/common/
HDprovider_util.c59 if (p->data_type != OSSL_PARAM_UTF8_STRING) in load_common()
72 if (p->data_type != OSSL_PARAM_UTF8_STRING) in load_common()
107 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_cipher_load_from_params()
192 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_digest_load_from_params()
240 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_set_macctx()
248 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_set_macctx()
256 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_set_macctx()
302 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_macctx_load_from_params()
308 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_macctx_load_from_params()
/freebsd-14-stable/crypto/openssl/crypto/evp/
HDctrl_params_translate.c493 case OSSL_PARAM_UTF8_STRING: in default_fixup_args()
523 case OSSL_PARAM_UTF8_STRING: in default_fixup_args()
634 case OSSL_PARAM_UTF8_STRING: in default_fixup_args()
682 case OSSL_PARAM_UTF8_STRING: in default_fixup_args()
2045 OSSL_EXCHANGE_PARAM_KDF_TYPE, OSSL_PARAM_UTF8_STRING,
2049 OSSL_EXCHANGE_PARAM_KDF_DIGEST, OSSL_PARAM_UTF8_STRING, fix_md },
2052 OSSL_EXCHANGE_PARAM_KDF_DIGEST, OSSL_PARAM_UTF8_STRING, fix_md },
2067 OSSL_KDF_PARAM_CEK_ALG, OSSL_PARAM_UTF8_STRING, fix_oid },
2070 OSSL_KDF_PARAM_CEK_ALG, OSSL_PARAM_UTF8_STRING, fix_oid },
2075 OSSL_PKEY_PARAM_FFC_TYPE, OSSL_PARAM_UTF8_STRING, fix_dh_paramgen_type },
[all …]
/freebsd-14-stable/crypto/openssl/crypto/ffc/
HDffc_backend.c39 if (prm->data_type != OSSL_PARAM_UTF8_STRING in ossl_ffc_params_fromdata()
108 if (prm->data_type != OSSL_PARAM_UTF8_STRING) in ossl_ffc_params_fromdata()
112 if (p1->data_type != OSSL_PARAM_UTF8_STRING) in ossl_ffc_params_fromdata()
/freebsd-14-stable/crypto/openssl/test/
HDprovider_status_test.c61 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
66 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
71 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
HDparams_test.c356 { "p4", OSSL_PARAM_UTF8_STRING, &app_p4, sizeof(app_p4), 0 },
357 { "p5", OSSL_PARAM_UTF8_STRING, &app_p5, sizeof(app_p5), 0 },
368 OSSL_PARAM_DEFN("p4", OSSL_PARAM_UTF8_STRING, &app_p4, sizeof(app_p4)),
369 OSSL_PARAM_DEFN("p5", OSSL_PARAM_UTF8_STRING, &app_p5, sizeof(app_p5)),
HDprovider_internal_test.c19 { "greeting", OSSL_PARAM_UTF8_STRING, buf, sizeof(buf), 0 },
HDprovider_test.c18 { "greeting", OSSL_PARAM_UTF8_STRING, buf, sizeof(buf) },
/freebsd-14-stable/crypto/openssl/apps/lib/
HDapp_params.c30 case OSSL_PARAM_UTF8_STRING: in describe_param_type()
119 case OSSL_PARAM_UTF8_STRING: in print_param_value()
/freebsd-14-stable/crypto/openssl/crypto/
HDparams_from_text.c112 case OSSL_PARAM_UTF8_STRING: in prepare_from_text()
173 case OSSL_PARAM_UTF8_STRING: in construct_from_text()
HDparam_build.c249 pd = param_push(bld, key, bsize, bsize + 1, OSSL_PARAM_UTF8_STRING, secure); in OSSL_PARAM_BLD_push_utf8_string()
339 || pd->type == OSSL_PARAM_UTF8_STRING) { in param_bld_convert()
344 if (pd->type == OSSL_PARAM_UTF8_STRING) in param_bld_convert()
HDparams.c1111 alloc_sz = sz + (type == OSSL_PARAM_UTF8_STRING || sz == 0); in get_string_internal()
1140 OSSL_PARAM_UTF8_STRING); in OSSL_PARAM_get_utf8_string()
1184 if (type == OSSL_PARAM_UTF8_STRING && p->data_size > len) in set_string_internal()
1197 return set_string_internal(p, val, strlen(val), OSSL_PARAM_UTF8_STRING); in OSSL_PARAM_set_utf8_string()
1217 return ossl_param_construct(key, OSSL_PARAM_UTF8_STRING, buf, bsize); in OSSL_PARAM_construct_utf8_string()
1311 OSSL_PARAM_UTF8_STRING); in OSSL_PARAM_get_utf8_string_ptr()
HDparams_dup.c85 if (in->data_type == OSSL_PARAM_UTF8_STRING) in ossl_param_dup()
/freebsd-14-stable/crypto/openssl/crypto/rsa/
HDrsa_backend.c242 if (param_propq->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata()
262 if (param_mgf->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata()
280 if (param_md->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata()
294 if (param_mgf1md->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDOSSL_PARAM.pod107 B<OSSL_PARAM_UTF8_STRING> in relation to C strings. When setting
170 =item B<OSSL_PARAM_UTF8_STRING>
182 The difference between this and B<OSSL_PARAM_UTF8_STRING> is that I<data>
185 If there is any uncertainty about which to use, B<OSSL_PARAM_UTF8_STRING> is
271 B<OSSL_PARAM_UTF8_STRING> is NULL, the I<responder> should
321 { "bar", OSSL_PARAM_UTF8_STRING, (void *)&bar, sizeof(bar) - 1, 0 },
335 { "bar", OSSL_PARAM_UTF8_STRING, &bar, sizeof(bar), 0 },
/freebsd-14-stable/crypto/openssl/include/openssl/
HDcore.h114 # define OSSL_PARAM_UTF8_STRING 4 macro
/freebsd-14-stable/crypto/openssl/apps/
HDfipsinstall.c549 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
554 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
559 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
/freebsd-14-stable/crypto/openssl/providers/implementations/keymgmt/
HDdh_kmgmt.c535 if (p->data_type != OSSL_PARAM_UTF8_STRING in dh_gen_common_set_params()
546 if (p->data_type != OSSL_PARAM_UTF8_STRING in dh_gen_common_set_params()
626 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dhx_gen_set_params()
635 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dhx_gen_set_params()
HDdsa_kmgmt.c474 if (p->data_type != OSSL_PARAM_UTF8_STRING in dsa_gen_set_params()
505 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dsa_gen_set_params()
514 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dsa_gen_set_params()
HDecx_kmgmt.c417 if (p->data_type != OSSL_PARAM_UTF8_STRING in ecx_set_params()
548 if (p->data_type != OSSL_PARAM_UTF8_STRING in ecx_gen_set_params()
557 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ecx_gen_set_params()
/freebsd-14-stable/crypto/openssl/crypto/ec/
HDec_backend.c117 case OSSL_PARAM_UTF8_STRING: in ec_set_check_group_type_from_param()
684 case OSSL_PARAM_UTF8_STRING: in ossl_ec_encoding_param2id()
710 case OSSL_PARAM_UTF8_STRING: in ossl_ec_pt_format_param2id()
/freebsd-14-stable/crypto/openssl/providers/implementations/ciphers/
HDcipher_camellia_cts.inc75 if (p->data_type != OSSL_PARAM_UTF8_STRING)
HDcipher_aes_cts.inc75 if (p->data_type != OSSL_PARAM_UTF8_STRING)
/freebsd-14-stable/crypto/openssl/providers/implementations/asymciphers/
HDrsa_enc.c349 case OSSL_PARAM_UTF8_STRING: in rsa_get_ctx_params()
467 case OSSL_PARAM_UTF8_STRING: in rsa_set_ctx_params()
/freebsd-14-stable/crypto/openssl/doc/man7/
HDOSSL_PROVIDER-FIPS.pod379 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING)
384 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING)
389 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING)
/freebsd-14-stable/crypto/openssl/providers/implementations/signature/
HDrsa_sig.c1064 case OSSL_PARAM_UTF8_STRING: in rsa_get_ctx_params()
1101 } else if (p->data_type == OSSL_PARAM_UTF8_STRING) { in rsa_get_ctx_params()
1195 case OSSL_PARAM_UTF8_STRING: in rsa_set_ctx_params()
1270 case OSSL_PARAM_UTF8_STRING: in rsa_set_ctx_params()

12