/third_party/openssl/providers/common/ |
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() 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()
|
/third_party/openssl/crypto/evp/ |
D | ctrl_params_translate.c | 493 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() 2019 OSSL_EXCHANGE_PARAM_KDF_TYPE, OSSL_PARAM_UTF8_STRING, 2023 OSSL_EXCHANGE_PARAM_KDF_DIGEST, OSSL_PARAM_UTF8_STRING, fix_md }, 2026 OSSL_EXCHANGE_PARAM_KDF_DIGEST, OSSL_PARAM_UTF8_STRING, fix_md }, 2041 OSSL_KDF_PARAM_CEK_ALG, OSSL_PARAM_UTF8_STRING, fix_oid }, 2044 OSSL_KDF_PARAM_CEK_ALG, OSSL_PARAM_UTF8_STRING, fix_oid }, 2049 OSSL_PKEY_PARAM_FFC_TYPE, OSSL_PARAM_UTF8_STRING, fix_dh_paramgen_type }, [all …]
|
/third_party/openssl/crypto/ffc/ |
D | ffc_backend.c | 39 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()
|
/third_party/openssl/test/ |
D | provider_status_test.c | 61 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()
|
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)),
|
D | provider_internal_test.c | 19 { "greeting", OSSL_PARAM_UTF8_STRING, buf, sizeof(buf), 0 },
|
D | provider_test.c | 18 { "greeting", OSSL_PARAM_UTF8_STRING, buf, sizeof(buf) },
|
D | evp_kdf_test.c | 376 if (type == OSSL_PARAM_UTF8_STRING) in do_kdf_hkdf_set_invalid_param() 395 OSSL_PARAM_UTF8_STRING) in test_kdf_hkdf_set_ctx_param_fail() 397 OSSL_PARAM_UTF8_STRING) in test_kdf_hkdf_set_ctx_param_fail() 399 OSSL_PARAM_UTF8_STRING); in test_kdf_hkdf_set_ctx_param_fail()
|
/third_party/openssl/apps/lib/ |
D | app_params.c | 30 case OSSL_PARAM_UTF8_STRING: in describe_param_type() 119 case OSSL_PARAM_UTF8_STRING: in print_param_value()
|
/third_party/openssl/crypto/ |
D | params_from_text.c | 112 case OSSL_PARAM_UTF8_STRING: in prepare_from_text() 167 case OSSL_PARAM_UTF8_STRING: in construct_from_text()
|
D | param_build.c | 245 pd = param_push(bld, key, bsize, bsize + 1, OSSL_PARAM_UTF8_STRING, secure); in OSSL_PARAM_BLD_push_utf8_string() 335 || pd->type == OSSL_PARAM_UTF8_STRING) { in param_bld_convert() 340 if (pd->type == OSSL_PARAM_UTF8_STRING) in param_bld_convert()
|
D | params.c | 1087 alloc_sz = sz + (type == OSSL_PARAM_UTF8_STRING || sz == 0); in get_string_internal() 1116 OSSL_PARAM_UTF8_STRING); in OSSL_PARAM_get_utf8_string() 1160 if (type == OSSL_PARAM_UTF8_STRING && p->data_size > len) in set_string_internal() 1173 return set_string_internal(p, val, strlen(val), OSSL_PARAM_UTF8_STRING); in OSSL_PARAM_set_utf8_string() 1193 return ossl_param_construct(key, OSSL_PARAM_UTF8_STRING, buf, bsize); in OSSL_PARAM_construct_utf8_string() 1287 OSSL_PARAM_UTF8_STRING); in OSSL_PARAM_get_utf8_string_ptr()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_backend.c | 254 if (param_propq->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata() 274 if (param_mgf->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata() 292 if (param_md->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata() 306 if (param_mgf1md->data_type == OSSL_PARAM_UTF8_STRING) in ossl_rsa_pss_params_30_fromdata()
|
/third_party/openssl/doc/man3/ |
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 313 { "bar", OSSL_PARAM_UTF8_STRING, (void *)&bar, sizeof(bar) - 1, 0 }, 327 { "bar", OSSL_PARAM_UTF8_STRING, &bar, sizeof(bar), 0 },
|
/third_party/openssl/apps/ |
D | fipsinstall.c | 549 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()
|
/third_party/openssl/include/openssl/ |
D | core.h | 114 # define OSSL_PARAM_UTF8_STRING 4 macro
|
/third_party/openssl/providers/implementations/keymgmt/ |
D | dh_kmgmt.c | 532 if (p->data_type != OSSL_PARAM_UTF8_STRING in dh_gen_common_set_params() 543 if (p->data_type != OSSL_PARAM_UTF8_STRING in dh_gen_common_set_params() 623 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dhx_gen_set_params() 632 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dhx_gen_set_params()
|
D | dsa_kmgmt.c | 470 if (p->data_type != OSSL_PARAM_UTF8_STRING in dsa_gen_set_params() 501 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dsa_gen_set_params() 510 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dsa_gen_set_params()
|
D | ecx_kmgmt.c | 414 if (p->data_type != OSSL_PARAM_UTF8_STRING in ecx_set_params() 545 if (p->data_type != OSSL_PARAM_UTF8_STRING in ecx_gen_set_params() 554 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ecx_gen_set_params()
|
/third_party/openssl/crypto/ec/ |
D | ec_backend.c | 117 case OSSL_PARAM_UTF8_STRING: in ec_set_check_group_type_from_param() 690 case OSSL_PARAM_UTF8_STRING: in ossl_ec_encoding_param2id() 716 case OSSL_PARAM_UTF8_STRING: in ossl_ec_pt_format_param2id()
|
/third_party/openssl/doc/man7/ |
D | OSSL_PROVIDER-FIPS.pod | 365 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) 370 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) 375 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING)
|
/third_party/openssl/providers/implementations/asymciphers/ |
D | rsa_enc.c | 347 case OSSL_PARAM_UTF8_STRING: in rsa_get_ctx_params() 465 case OSSL_PARAM_UTF8_STRING: in rsa_set_ctx_params()
|
/third_party/openssl/providers/implementations/signature/ |
D | rsa_sig.c | 1060 case OSSL_PARAM_UTF8_STRING: in rsa_get_ctx_params() 1097 } else if (p->data_type == OSSL_PARAM_UTF8_STRING) { in rsa_get_ctx_params() 1191 case OSSL_PARAM_UTF8_STRING: in rsa_set_ctx_params() 1266 case OSSL_PARAM_UTF8_STRING: in rsa_set_ctx_params()
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_aes_cts.inc | 75 if (p->data_type != OSSL_PARAM_UTF8_STRING)
|
D | cipher_camellia_cts.inc | 75 if (p->data_type != OSSL_PARAM_UTF8_STRING)
|