| /freebsd/crypto/openssl/providers/implementations/exchange/ |
| H A D | dh_exch.c | 363 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in dh_set_ctx_params() 378 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in dh_set_ctx_params() 386 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in dh_set_ctx_params() 448 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in dh_set_ctx_params()
|
| H A D | ecdh_exch.c | 278 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in ecdh_set_ctx_params() 294 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in ecdh_set_ctx_params() 302 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in ecdh_set_ctx_params()
|
| /freebsd/crypto/openssl/providers/implementations/asymciphers/ |
| H A D | rsa_enc.c | 483 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdname))) in rsa_set_ctx_params() 490 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in rsa_set_ctx_params() 544 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdname))) in rsa_set_ctx_params() 551 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in rsa_set_ctx_params()
|
| /freebsd/crypto/openssl/providers/implementations/encode_decode/ |
| H A D | decode_pem2der.c | 96 && !OSSL_PARAM_get_utf8_string(p, &str, sizeof(ctx->propq))) in pem2der_set_ctx_params() 102 && !OSSL_PARAM_get_utf8_string(p, &str, sizeof(ctx->data_structure))) in pem2der_set_ctx_params()
|
| H A D | decode_spki2typespki.c | 71 if (p != NULL && !OSSL_PARAM_get_utf8_string(p, &str, sizeof(ctx->propq))) in spki2typespki_set_ctx_params()
|
| H A D | decode_epki2pki.c | 73 if (p != NULL && !OSSL_PARAM_get_utf8_string(p, &str, sizeof(ctx->propq))) in epki2pki_set_ctx_params()
|
| H A D | decode_pvk2key.c | 102 if (p != NULL && !OSSL_PARAM_get_utf8_string(p, &str, sizeof(ctx->propq))) in pvk2key_set_ctx_params()
|
| H A D | decode_der2key.c | 188 if (p != NULL && !OSSL_PARAM_get_utf8_string(p, &str, sizeof(ctx->propq))) in der2key_set_ctx_params()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_PARAM_int.pod | 25 OSSL_PARAM_get_utf8_string, OSSL_PARAM_get_octet_string, 87 int OSSL_PARAM_get_utf8_string(const OSSL_PARAM *p, char **val, 241 OSSL_PARAM_get_utf8_string() retrieves a UTF8 string from the parameter 292 This is different from OSSL_PARAM_get_utf8_string(), which copies the
|
| /freebsd/crypto/openssl/test/ |
| H A D | params_test.c | 226 if (!TEST_true(OSSL_PARAM_get_utf8_string(p, &obj->p4, 0))) in api_set_params() 231 if (!TEST_true(OSSL_PARAM_get_utf8_string(p, &p5_ptr, sizeof(obj->p5)))) in api_set_params()
|
| H A D | fake_cipherprov.c | 39 if (!OSSL_PARAM_get_utf8_string(p, &pval, sizeof(key_name))) { in ctx_from_key_params()
|
| H A D | params_api_test.c | 695 || !TEST_true(OSSL_PARAM_get_utf8_string(cp, &bufp, 0)) in test_param_construct() 702 if (!TEST_true(OSSL_PARAM_get_utf8_string(cp, &bufp, sizeof(buf2))) in test_param_construct()
|
| H A D | param_build_test.c | 190 || !TEST_true(OSSL_PARAM_get_utf8_string(p, &utf, 0)) in template_public_test()
|
| /freebsd/crypto/openssl/providers/implementations/storemgmt/ |
| H A D | file_store.c | 332 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.propq, 0)) in file_set_ctx_params() 339 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0)) in file_set_ctx_params()
|
| H A D | file_store_any2obj.c | 77 && !OSSL_PARAM_get_utf8_string(p, &str, sizeof(ctx->data_structure))) in any2obj_set_ctx_params()
|
| H A D | winstore_store.c | 127 if (!OSSL_PARAM_get_utf8_string(p, &ctx->propq, 0)) in winstore_set_ctx_params()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | params.h | 134 int OSSL_PARAM_get_utf8_string(const OSSL_PARAM *p, char **val, size_t max_len);
|
| /freebsd/crypto/openssl/providers/implementations/signature/ |
| H A D | rsa_sig.c | 1570 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname))) in rsa_set_ctx_params() 1575 if (!OSSL_PARAM_get_utf8_string(propsp, in rsa_set_ctx_params() 1743 if (!OSSL_PARAM_get_utf8_string(p, &pmgf1mdname, sizeof(mgf1mdname))) in rsa_set_ctx_params() 1748 if (!OSSL_PARAM_get_utf8_string(propsp, in rsa_set_ctx_params()
|
| H A D | dsa_sig.c | 769 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname))) in dsa_set_ctx_params() 772 && !OSSL_PARAM_get_utf8_string(propsp, &pmdprops, sizeof(mdprops))) in dsa_set_ctx_params()
|
| H A D | ecdsa_sig.c | 786 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname))) 789 && !OSSL_PARAM_get_utf8_string(propsp, &pmdprops, sizeof(mdprops)))
|
| H A D | sm2_sig.c | 481 if (!OSSL_PARAM_get_utf8_string(p, &mdname, 0)) in sm2sig_set_ctx_params()
|
| H A D | eddsa_sig.c | 848 if (!OSSL_PARAM_get_utf8_string(p, &pinstance_name, sizeof(instance_name))) in eddsa_set_ctx_params()
|
| /freebsd/crypto/openssl/providers/implementations/keymgmt/ |
| H A D | ml_dsa_kmgmt.c | 520 if (!OSSL_PARAM_get_utf8_string(p, &gctx->propq, 0)) in ml_dsa_gen_set_params()
|
| H A D | mlx_kmgmt.c | 615 if (!OSSL_PARAM_get_utf8_string(p, &key->propq, 0)) in mlx_kem_set_params()
|
| /freebsd/crypto/openssl/crypto/encode_decode/ |
| H A D | decoder_pkey.c | 98 if (!OSSL_PARAM_get_utf8_string(p, &object_type, 0)) in decoder_construct_pkey()
|