Searched refs:OSSL_PARAM_get_utf8_string_ptr (Results 1 – 9 of 9) sorted by relevance
/openssl-master/crypto/store/ |
A D | store_result.c | 105 && !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-master/include/openssl/ |
A D | params.h | 146 int OSSL_PARAM_get_utf8_string_ptr(const OSSL_PARAM *p, const char **val);
|
/openssl-master/providers/implementations/kdfs/ |
A D | sshkdf.c | 163 if (!OSSL_PARAM_get_utf8_string_ptr(p, &kdftype)) in kdf_sshkdf_set_ctx_params()
|
/openssl-master/crypto/encode_decode/ |
A D | decoder_lib.c | 770 if (p != NULL && !OSSL_PARAM_get_utf8_string_ptr(p, &data_type)) in decoder_process() 775 if (p != NULL && !OSSL_PARAM_get_utf8_string_ptr(p, &data_structure)) in decoder_process()
|
/openssl-master/doc/man3/ |
A D | OSSL_PARAM_int.pod | 27 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-master/providers/implementations/encode_decode/ |
A D | encode_key2any.c | 981 if (!OSSL_PARAM_get_utf8_string_ptr(cipherp, &ciphername)) in key2any_set_ctx_params() 983 if (propsp != NULL && !OSSL_PARAM_get_utf8_string_ptr(propsp, &props)) in key2any_set_ctx_params()
|
/openssl-master/crypto/ |
A D | params.c | 1283 int OSSL_PARAM_get_utf8_string_ptr(const OSSL_PARAM *p, const char **val) in OSSL_PARAM_get_utf8_string_ptr() function
|
/openssl-master/test/ |
A D | evp_extra_test.c | 1645 || !TEST_true(OSSL_PARAM_get_utf8_string_ptr(p, &enc_name))) in ec_export_get_encoding_cb()
|
/openssl-master/util/ |
A D | libcrypto.num | 5225 OSSL_PARAM_get_utf8_string_ptr 5353 3_0_0 EXIST::FUNCTION:
|
Completed in 32 milliseconds