Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_utf8_string (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c363 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 Decdh_exch.c285 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in ecdh_set_ctx_params()
301 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in ecdh_set_ctx_params()
309 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in ecdh_set_ctx_params()
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c482 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdname))) in rsa_set_ctx_params()
489 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in rsa_set_ctx_params()
545 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdname))) in rsa_set_ctx_params()
552 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in rsa_set_ctx_params()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_pem2der.c96 && !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 Ddecode_spki2typespki.c71 if (p != NULL && !OSSL_PARAM_get_utf8_string(p, &str, sizeof(ctx->propq))) in spki2typespki_set_ctx_params()
H A Ddecode_epki2pki.c73 if (p != NULL && !OSSL_PARAM_get_utf8_string(p, &str, sizeof(ctx->propq))) in epki2pki_set_ctx_params()
H A Ddecode_pvk2key.c102 if (p != NULL && !OSSL_PARAM_get_utf8_string(p, &str, sizeof(ctx->propq))) in pvk2key_set_ctx_params()
H A Ddecode_der2key.c188 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 DOSSL_PARAM_int.pod25 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 Dparams_test.c227 if (!TEST_true(OSSL_PARAM_get_utf8_string(p, &obj->p4, 0))) in api_set_params()
232 if (!TEST_true(OSSL_PARAM_get_utf8_string(p, &p5_ptr, sizeof(obj->p5)))) in api_set_params()
H A Dfake_cipherprov.c39 if (!OSSL_PARAM_get_utf8_string(p, &pval, sizeof(key_name))) { in ctx_from_key_params()
H A Dparams_api_test.c690 || !TEST_true(OSSL_PARAM_get_utf8_string(cp, &bufp, 0)) in test_param_construct()
697 if (!TEST_true(OSSL_PARAM_get_utf8_string(cp, &bufp, sizeof(buf2))) in test_param_construct()
H A Dparam_build_test.c190 || !TEST_true(OSSL_PARAM_get_utf8_string(p, &utf, 0)) in template_public_test()
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c333 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.propq, 0)) in file_set_ctx_params()
340 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0)) in file_set_ctx_params()
H A Dwinstore_store.c131 if (!OSSL_PARAM_get_utf8_string(p, &ctx->propq, 0)) in winstore_set_ctx_params()
H A Dfile_store_any2obj.c77 && !OSSL_PARAM_get_utf8_string(p, &str, sizeof(ctx->data_structure))) in any2obj_set_ctx_params()
/freebsd/crypto/openssl/include/openssl/
H A Dparams.h134 int OSSL_PARAM_get_utf8_string(const OSSL_PARAM *p, char **val, size_t max_len);
/freebsd/crypto/openssl/providers/implementations/signature/
H A Drsa_sig.c1574 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname))) in rsa_set_ctx_params()
1579 if (!OSSL_PARAM_get_utf8_string(propsp, in rsa_set_ctx_params()
1748 if (!OSSL_PARAM_get_utf8_string(p, &pmgf1mdname, sizeof(mgf1mdname))) in rsa_set_ctx_params()
1753 if (!OSSL_PARAM_get_utf8_string(propsp, in rsa_set_ctx_params()
H A Ddsa_sig.c770 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname))) in dsa_set_ctx_params()
773 && !OSSL_PARAM_get_utf8_string(propsp, &pmdprops, sizeof(mdprops))) in dsa_set_ctx_params()
H A Decdsa_sig.c792 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname)))
795 && !OSSL_PARAM_get_utf8_string(propsp, &pmdprops, sizeof(mdprops)))
H A Dsm2_sig.c485 if (!OSSL_PARAM_get_utf8_string(p, &mdname, 0)) in sm2sig_set_ctx_params()
H A Deddsa_sig.c846 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 Dml_dsa_kmgmt.c511 if (!OSSL_PARAM_get_utf8_string(p, &gctx->propq, 0)) in ml_dsa_gen_set_params()
H A Dmlx_kmgmt.c618 if (!OSSL_PARAM_get_utf8_string(p, &key->propq, 0)) in mlx_kem_set_params()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c98 if (!OSSL_PARAM_get_utf8_string(p, &object_type, 0)) in decoder_construct_pkey()

12