Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_utf8_string_ptr (Results 1 – 12 of 12) sorted by relevance

/openssl/crypto/store/
H A Dstore_result.c105 && !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.data_type)) in ossl_store_handle_load_result()
111 && !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.utf8_data)) in ossl_store_handle_load_result()
115 && !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.data_structure)) in ossl_store_handle_load_result()
122 if (p != NULL && !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.desc)) in ossl_store_handle_load_result()
/openssl/include/openssl/
H A Dparams.h146 int OSSL_PARAM_get_utf8_string_ptr(const OSSL_PARAM *p, const char **val);
/openssl/providers/implementations/ciphers/
H A Dcipher_sm4_xts.c226 if (!OSSL_PARAM_get_utf8_string_ptr(p, &xts_standard)) { in sm4_xts_set_ctx_params()
/openssl/doc/man3/
H A DOSSL_PARAM_int.pod27 OSSL_PARAM_get_utf8_string_ptr, OSSL_PARAM_get_octet_string_ptr,
103 int OSSL_PARAM_get_utf8_string_ptr(const OSSL_PARAM *p, const char **val);
290 OSSL_PARAM_get_utf8_string_ptr() retrieves the pointer to a UTF8 string from
/openssl/crypto/encode_decode/
H A Ddecoder_lib.c808 if (p != NULL && !OSSL_PARAM_get_utf8_string_ptr(p, &data_type)) in decoder_process()
813 if (p != NULL && !OSSL_PARAM_get_utf8_string_ptr(p, &data_structure)) in decoder_process()
/openssl/providers/implementations/kdfs/
H A Dsshkdf.c267 if (!OSSL_PARAM_get_utf8_string_ptr(p, &kdftype)) in kdf_sshkdf_set_ctx_params()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c990 if (!OSSL_PARAM_get_utf8_string_ptr(cipherp, &ciphername)) in key2any_set_ctx_params()
992 if (propsp != NULL && !OSSL_PARAM_get_utf8_string_ptr(propsp, &props)) in key2any_set_ctx_params()
/openssl/test/
H A Dtls-provider.c1776 if (!OSSL_PARAM_get_utf8_string_ptr(cipherp, &ciphername)) in key2any_set_ctx_params()
1778 if (propsp != NULL && !OSSL_PARAM_get_utf8_string_ptr(propsp, &props)) in key2any_set_ctx_params()
H A Devp_extra_test.c2243 || !TEST_true(OSSL_PARAM_get_utf8_string_ptr(p, &enc_name))) in ec_export_get_encoding_cb()
/openssl/crypto/
H A Dparams.c1664 int OSSL_PARAM_get_utf8_string_ptr(const OSSL_PARAM *p, const char **val) in OSSL_PARAM_get_utf8_string_ptr() function
/openssl/crypto/evp/
H A Dctrl_params_translate.c2049 if (OSSL_PARAM_get_utf8_string_ptr(ctx->params, &value) == 0 || in fix_group_ecx()
/openssl/util/
H A Dlibcrypto.num5225 OSSL_PARAM_get_utf8_string_ptr 5353 3_0_0 EXIST::FUNCTION:

Completed in 107 milliseconds