Home
last modified time | relevance | path

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

123

/openssl/providers/common/
H A Dprovider_util.c58 if (p->data_type != OSSL_PARAM_UTF8_STRING) in load_common()
71 if (p->data_type != OSSL_PARAM_UTF8_STRING) in load_common()
106 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_cipher_load_from_params()
191 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_digest_load_from_params()
239 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_set_macctx()
247 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_set_macctx()
255 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_set_macctx()
301 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_macctx_load_from_params()
307 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_macctx_load_from_params()
/openssl/crypto/evp/
H A Dctrl_params_translate.c491 case OSSL_PARAM_UTF8_STRING: in default_fixup_args()
521 case OSSL_PARAM_UTF8_STRING: in default_fixup_args()
632 case OSSL_PARAM_UTF8_STRING: in default_fixup_args()
680 case OSSL_PARAM_UTF8_STRING: in default_fixup_args()
2097 OSSL_EXCHANGE_PARAM_KDF_TYPE, OSSL_PARAM_UTF8_STRING,
2189 OSSL_PKEY_PARAM_GROUP_NAME, OSSL_PARAM_UTF8_STRING,
2230 OSSL_PKEY_PARAM_GROUP_NAME, OSSL_PARAM_UTF8_STRING,
2298 OSSL_PKEY_PARAM_RSA_PSS_SALTLEN, OSSL_PARAM_UTF8_STRING,
2302 OSSL_PKEY_PARAM_RSA_PSS_SALTLEN, OSSL_PARAM_UTF8_STRING,
2332 OSSL_ALG_PARAM_DIGEST, OSSL_PARAM_UTF8_STRING, fix_md },
[all …]
/openssl/crypto/ffc/
H A Dffc_backend.c36 if (prm->data_type != OSSL_PARAM_UTF8_STRING in ossl_ffc_params_fromdata()
104 if (prm->data_type != OSSL_PARAM_UTF8_STRING) in ossl_ffc_params_fromdata()
108 if (p1->data_type != OSSL_PARAM_UTF8_STRING) in ossl_ffc_params_fromdata()
/openssl/apps/lib/
H A Dapp_params.c30 case OSSL_PARAM_UTF8_STRING: in describe_param_type()
119 case OSSL_PARAM_UTF8_STRING: in print_param_value()
/openssl/test/
H A Dprovider_status_test.c62 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
67 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
72 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
H A Dpairwise_fail_test.c55 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_on_pairwise_fail()
60 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_on_pairwise_fail()
H A Dparams_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)),
H A Dprovider_internal_test.c19 { "greeting", OSSL_PARAM_UTF8_STRING, buf, sizeof(buf), 0 },
H A Dp_test.c52 { "greeting", OSSL_PARAM_UTF8_STRING, NULL, 0, 0 },
/openssl/crypto/
H A Dparams_from_text.c109 case OSSL_PARAM_UTF8_STRING: in prepare_from_text()
170 case OSSL_PARAM_UTF8_STRING: in construct_from_text()
H A Dparam_build.c261 pd = param_push(bld, key, bsize, bsize + 1, OSSL_PARAM_UTF8_STRING, secure); in OSSL_PARAM_BLD_push_utf8_string()
342 || pd->type == OSSL_PARAM_UTF8_STRING) { in param_bld_convert()
347 if (pd->type == OSSL_PARAM_UTF8_STRING) in param_bld_convert()
H A Dparams.c1325 alloc_sz = sz + (type == OSSL_PARAM_UTF8_STRING || sz == 0); in get_string_internal()
1358 OSSL_PARAM_UTF8_STRING); in OSSL_PARAM_get_utf8_string()
1410 if (type == OSSL_PARAM_UTF8_STRING && p->data_size > len) in set_string_internal()
1427 return set_string_internal(p, val, strlen(val), OSSL_PARAM_UTF8_STRING); in OSSL_PARAM_set_utf8_string()
1451 return ossl_param_construct(key, OSSL_PARAM_UTF8_STRING, buf, bsize); in OSSL_PARAM_construct_utf8_string()
1673 OSSL_PARAM_UTF8_STRING); in OSSL_PARAM_get_utf8_string_ptr()
H A Dparams_dup.c82 if (in->data_type == OSSL_PARAM_UTF8_STRING) in ossl_param_dup()
/openssl/include/openssl/
H A Dcore.h117 # define OSSL_PARAM_UTF8_STRING 4 macro
/openssl/doc/man3/
H A DOSSL_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 },
/openssl/crypto/rsa/
H A Drsa_backend.c378 if (param_propq->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata()
398 if (param_mgf->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata()
416 if (param_md->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata()
430 if (param_mgf1md->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata()
/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c539 if (p->data_type != OSSL_PARAM_UTF8_STRING in dh_gen_common_set_params()
552 if (p->data_type != OSSL_PARAM_UTF8_STRING in dh_gen_common_set_params()
632 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dhx_gen_set_params()
641 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dhx_gen_set_params()
H A Ddsa_kmgmt.c482 if (p->data_type != OSSL_PARAM_UTF8_STRING in dsa_gen_set_params()
521 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dsa_gen_set_params()
530 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dsa_gen_set_params()
/openssl/apps/
H A Dfipsinstall.c900 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
905 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
910 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
/openssl/crypto/ec/
H A Dec_backend.c118 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()
/openssl/providers/implementations/ciphers/
H A Dcipher_camellia_cts.inc75 if (p->data_type != OSSL_PARAM_UTF8_STRING)
H A Dcipher_aes_cts.inc75 if (p->data_type != OSSL_PARAM_UTF8_STRING)
/openssl/ssl/
H A Dt1_lib.c268 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_groups()
277 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_groups()
293 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_groups()
458 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs()
498 } else if (p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs()
510 } else if (p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs()
522 } else if (p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs()
534 } else if (p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs()
546 } else if (p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs()
558 } else if (p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs()
[all …]
/openssl/doc/designs/
H A Dfast-param-find.md245 if (p->data_type != OSSL_PARAM_UTF8_STRING) {
321 if (p->data_type != OSSL_PARAM_UTF8_STRING) {
/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c377 case OSSL_PARAM_UTF8_STRING: in rsa_get_ctx_params()
509 case OSSL_PARAM_UTF8_STRING: in rsa_set_ctx_params()

Completed in 92 milliseconds

123