Symbol: OSSL_PARAM_get_utf8_string_ptr
crypto/openssl/crypto/encode_decode/decoder_lib.c
901
if (p != NULL && !OSSL_PARAM_get_utf8_string_ptr(p, &data_type))
crypto/openssl/crypto/encode_decode/decoder_lib.c
906
if (p != NULL && !OSSL_PARAM_get_utf8_string_ptr(p, &data_structure))
crypto/openssl/crypto/encode_decode/decoder_lib.c
912
if (!OSSL_PARAM_get_utf8_string_ptr(p, &ctx->start_input_type))
crypto/openssl/crypto/evp/ctrl_params_translate.c
2039
if (OSSL_PARAM_get_utf8_string_ptr(ctx->params, &value) == 0 || OPENSSL_strcasecmp(ctx->pctx->keytype, value) != 0) {
crypto/openssl/crypto/store/store_result.c
106
&& !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.data_type))
crypto/openssl/crypto/store/store_result.c
112
&& !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.utf8_data))
crypto/openssl/crypto/store/store_result.c
116
&& !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.data_structure))
crypto/openssl/crypto/store/store_result.c
120
&& !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.input_type))
crypto/openssl/crypto/store/store_result.c
126
if (p != NULL && !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.desc))
crypto/openssl/include/openssl/params.h
149
int OSSL_PARAM_get_utf8_string_ptr(const OSSL_PARAM *p, const char **val);
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
226
if (!OSSL_PARAM_get_utf8_string_ptr(p, &xts_standard)) {
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1150
if (!OSSL_PARAM_get_utf8_string_ptr(cipherp, &ciphername))
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1152
if (propsp != NULL && !OSSL_PARAM_get_utf8_string_ptr(propsp, &props))
crypto/openssl/providers/implementations/kdfs/sshkdf.c
267
if (!OSSL_PARAM_get_utf8_string_ptr(p, &kdftype))
crypto/openssl/providers/implementations/rands/drbg_hmac.c
440
if (!OSSL_PARAM_get_utf8_string_ptr(p, &digest_name)) {
crypto/openssl/providers/implementations/rands/drbg_hmac.c
461
if (!OSSL_PARAM_get_utf8_string_ptr(p, &hmac_name)) {
crypto/openssl/test/evp_extra_test.c
2474
|| !TEST_true(OSSL_PARAM_get_utf8_string_ptr(p, &enc_name)))
crypto/openssl/test/tls-provider.c
1762
if (!OSSL_PARAM_get_utf8_string_ptr(cipherp, &ciphername))
crypto/openssl/test/tls-provider.c
1764
if (propsp != NULL && !OSSL_PARAM_get_utf8_string_ptr(propsp, &props))