| /src/crypto/openssl/providers/common/ |
| H A D | provider_util.c | 59 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() 247 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() 264 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_set_macctx() 309 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_macctx_load_from_params() 316 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_macctx_load_from_params()
|
| /src/crypto/openssl/crypto/evp/ |
| H A D | ctrl_params_translate.c | 502 case OSSL_PARAM_UTF8_STRING: in default_fixup_args() 528 case OSSL_PARAM_UTF8_STRING: in default_fixup_args() 637 case OSSL_PARAM_UTF8_STRING: in default_fixup_args() 685 case OSSL_PARAM_UTF8_STRING: in default_fixup_args() 2086 OSSL_EXCHANGE_PARAM_KDF_TYPE, OSSL_PARAM_UTF8_STRING, 2090 OSSL_EXCHANGE_PARAM_KDF_DIGEST, OSSL_PARAM_UTF8_STRING, fix_md }, 2093 OSSL_EXCHANGE_PARAM_KDF_DIGEST, OSSL_PARAM_UTF8_STRING, fix_md }, 2108 OSSL_KDF_PARAM_CEK_ALG, OSSL_PARAM_UTF8_STRING, fix_oid }, 2111 OSSL_KDF_PARAM_CEK_ALG, OSSL_PARAM_UTF8_STRING, fix_oid }, 2116 OSSL_PKEY_PARAM_FFC_TYPE, OSSL_PARAM_UTF8_STRING, fix_dh_paramgen_type }, [all …]
|
| /src/crypto/openssl/crypto/ffc/ |
| H A D | ffc_backend.c | 36 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()
|
| /src/crypto/openssl/apps/lib/ |
| H A D | app_params.c | 30 case OSSL_PARAM_UTF8_STRING: in describe_param_type() 119 case OSSL_PARAM_UTF8_STRING: in print_param_value()
|
| /src/crypto/openssl/crypto/ |
| H A D | params_from_text.c | 110 case OSSL_PARAM_UTF8_STRING: in prepare_from_text() 171 case OSSL_PARAM_UTF8_STRING: in construct_from_text() 276 case OSSL_PARAM_UTF8_STRING: in OSSL_PARAM_print_to_bio()
|
| H A D | param_build.c | 261 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 D | params.c | 1349 alloc_sz = sz + (type == OSSL_PARAM_UTF8_STRING || sz == 0); in get_string_internal() 1382 OSSL_PARAM_UTF8_STRING); in OSSL_PARAM_get_utf8_string() 1434 if (type == OSSL_PARAM_UTF8_STRING && p->data_size > len) in set_string_internal() 1446 return set_string_internal(p, val, strlen(val), OSSL_PARAM_UTF8_STRING); in OSSL_PARAM_set_utf8_string() 1465 return ossl_param_construct(key, OSSL_PARAM_UTF8_STRING, buf, bsize); in OSSL_PARAM_construct_utf8_string() 1686 return rv || get_string_ptr_internal(p, (const void **)val, NULL, OSSL_PARAM_UTF8_STRING); in OSSL_PARAM_get_utf8_string_ptr()
|
| /src/crypto/openssl/test/ |
| H A D | provider_status_test.c | 62 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 D | pairwise_fail_test.c | 55 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 D | params_test.c | 355 { "p4", OSSL_PARAM_UTF8_STRING, &app_p4, sizeof(app_p4), 0 }, 356 { "p5", OSSL_PARAM_UTF8_STRING, &app_p5, sizeof(app_p5), 0 }, 367 OSSL_PARAM_DEFN("p4", OSSL_PARAM_UTF8_STRING, &app_p4, sizeof(app_p4)), 368 OSSL_PARAM_DEFN("p5", OSSL_PARAM_UTF8_STRING, &app_p5, sizeof(app_p5)),
|
| H A D | provider_internal_test.c | 19 { "greeting", OSSL_PARAM_UTF8_STRING, buf, sizeof(buf), 0 },
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OSSL_PARAM.pod | 107 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 },
|
| /src/crypto/openssl/crypto/rsa/ |
| H A D | rsa_backend.c | 371 if (param_propq->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata() 391 if (param_mgf->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata() 410 if (param_md->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata() 424 if (param_mgf1md->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | core.h | 117 #define OSSL_PARAM_UTF8_STRING 4 macro
|
| /src/crypto/openssl/providers/implementations/keymgmt/ |
| H A D | dh_kmgmt.c | 538 if (p->data_type != OSSL_PARAM_UTF8_STRING in dh_gen_common_set_params() 550 if (p->data_type != OSSL_PARAM_UTF8_STRING in dh_gen_common_set_params() 629 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dhx_gen_set_params() 638 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dhx_gen_set_params()
|
| H A D | dsa_kmgmt.c | 480 if (p->data_type != OSSL_PARAM_UTF8_STRING in dsa_gen_set_params() 519 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dsa_gen_set_params() 528 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dsa_gen_set_params()
|
| /src/crypto/openssl/crypto/ec/ |
| H A D | ec_backend.c | 118 case OSSL_PARAM_UTF8_STRING: in ec_set_check_group_type_from_param() 683 case OSSL_PARAM_UTF8_STRING: in ossl_ec_encoding_param2id() 709 case OSSL_PARAM_UTF8_STRING: in ossl_ec_pt_format_param2id()
|
| /src/crypto/openssl/apps/ |
| H A D | fipsinstall.c | 980 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events() 985 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events() 990 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
|
| /src/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_camellia_cts.inc | 75 if (p->data_type != OSSL_PARAM_UTF8_STRING)
|
| H A D | cipher_aes_cts.inc | 75 if (p->data_type != OSSL_PARAM_UTF8_STRING)
|
| /src/crypto/openssl/doc/designs/ |
| H A D | fast-param-find.md | 245 if (p->data_type != OSSL_PARAM_UTF8_STRING) { 321 if (p->data_type != OSSL_PARAM_UTF8_STRING) {
|
| /src/crypto/openssl/providers/implementations/rands/ |
| H A D | drbg_ctr.c | 732 if (p->data_type != OSSL_PARAM_UTF8_STRING) in drbg_ctr_set_ctx_params_locked() 740 if (p->data_type != OSSL_PARAM_UTF8_STRING) in drbg_ctr_set_ctx_params_locked() 753 if (p->data_type != OSSL_PARAM_UTF8_STRING in drbg_ctr_set_ctx_params_locked()
|
| H A D | drbg_hash.c | 525 if (p->data_type != OSSL_PARAM_UTF8_STRING) in drbg_fetch_digest_from_prov() 536 if (p->data_type != OSSL_PARAM_UTF8_STRING) in drbg_fetch_digest_from_prov()
|
| /src/crypto/openssl/providers/implementations/asymciphers/ |
| H A D | rsa_enc.c | 386 case OSSL_PARAM_UTF8_STRING: { in rsa_get_ctx_params() 510 case OSSL_PARAM_UTF8_STRING: { in rsa_set_ctx_params()
|
| /src/crypto/openssl/ssl/ |
| H A D | t1_lib.c | 257 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_groups() 266 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_groups() 282 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_groups() 416 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs() 426 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs() 456 } else if (p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs() 468 } else if (p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs() 480 } else if (p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs() 492 } else if (p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs() 504 } else if (p->data_type != OSSL_PARAM_UTF8_STRING) { in add_provider_sigalgs() [all …]
|