/netbsd-src/crypto/external/bsd/openssl/dist/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() 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ffc/ |
H A 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A 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()
|
H A D | params_test.c | 356 { "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 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()
|
H A D | p_test.c | 52 { "greeting", OSSL_PARAM_UTF8_STRING, NULL, 0, 0 },
|
/netbsd-src/crypto/external/bsd/openssl/dist/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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | params_from_text.c | 112 case OSSL_PARAM_UTF8_STRING: in prepare_from_text() 173 case OSSL_PARAM_UTF8_STRING: in construct_from_text()
|
H A D | param_build.c | 249 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()
|
H A D | params.c | 1111 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()
|
H A D | params_dup.c | 85 if (in->data_type == OSSL_PARAM_UTF8_STRING) in ossl_param_dup()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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 },
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
H A D | rsa_backend.c | 242 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | core.h | 114 # define OSSL_PARAM_UTF8_STRING 4 macro
|
H A D | params.h | 61 OSSL_PARAM_DEFN((key), OSSL_PARAM_UTF8_STRING, (addr), sz)
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 535 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()
|
H A D | dsa_kmgmt.c | 474 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()
|
H A D | ecx_kmgmt.c | 417 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | OSSL_PROVIDER-FIPS.pod | 379 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)
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 349 case OSSL_PARAM_UTF8_STRING: in rsa_get_ctx_params() 467 case OSSL_PARAM_UTF8_STRING: in rsa_set_ctx_params()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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)
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/signature/ |
H A D | rsa_sig.c | 1064 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()
|