Home
last modified time | relevance | path

Searched refs:DSO_bind_func (Results 1 – 11 of 11) sorted by relevance

/openssl/crypto/comp/
H A Dc_zstd.c372 p_createCStream = (createCStream_ft)DSO_bind_func(zstd_dso, "ZSTD_createCStream"); in DEFINE_RUN_ONCE_STATIC()
373 p_initCStream = (initCStream_ft)DSO_bind_func(zstd_dso, "ZSTD_initCStream"); in DEFINE_RUN_ONCE_STATIC()
374 p_freeCStream = (freeCStream_ft)DSO_bind_func(zstd_dso, "ZSTD_freeCStream"); in DEFINE_RUN_ONCE_STATIC()
376 p_flushStream = (flushStream_ft)DSO_bind_func(zstd_dso, "ZSTD_flushStream"); in DEFINE_RUN_ONCE_STATIC()
377 p_endStream = (endStream_ft)DSO_bind_func(zstd_dso, "ZSTD_endStream"); in DEFINE_RUN_ONCE_STATIC()
378 p_compress = (compress_ft)DSO_bind_func(zstd_dso, "ZSTD_compress"); in DEFINE_RUN_ONCE_STATIC()
380 p_initDStream = (initDStream_ft)DSO_bind_func(zstd_dso, "ZSTD_initDStream"); in DEFINE_RUN_ONCE_STATIC()
381 p_freeDStream = (freeDStream_ft)DSO_bind_func(zstd_dso, "ZSTD_freeDStream"); in DEFINE_RUN_ONCE_STATIC()
383 p_decompress = (decompress_ft)DSO_bind_func(zstd_dso, "ZSTD_decompress"); in DEFINE_RUN_ONCE_STATIC()
384 p_isError = (isError_ft)DSO_bind_func(zstd_dso, "ZSTD_isError"); in DEFINE_RUN_ONCE_STATIC()
[all …]
H A Dc_brotli.c297 … p_encode_init = (encode_init_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderCreateInstance"); in DEFINE_RUN_ONCE_STATIC()
298 …p_encode_stream = (encode_stream_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderCompressStream"… in DEFINE_RUN_ONCE_STATIC()
299 …p_encode_has_more = (encode_has_more_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderHasMoreOutp… in DEFINE_RUN_ONCE_STATIC()
300 … p_encode_end = (encode_end_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderDestroyInstance"); in DEFINE_RUN_ONCE_STATIC()
301 … p_encode_oneshot = (encode_oneshot_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderCompress"); in DEFINE_RUN_ONCE_STATIC()
306 … p_decode_init = (decode_init_ft)DSO_bind_func(brotli_decode_dso, "BrotliDecoderCreateInstance"); in DEFINE_RUN_ONCE_STATIC()
307 …p_decode_stream = (decode_stream_ft)DSO_bind_func(brotli_decode_dso, "BrotliDecoderDecompressStrea… in DEFINE_RUN_ONCE_STATIC()
308 …p_decode_has_more = (decode_has_more_ft)DSO_bind_func(brotli_decode_dso, "BrotliDecoderHasMoreOutp… in DEFINE_RUN_ONCE_STATIC()
309 … p_decode_end = (decode_end_ft)DSO_bind_func(brotli_decode_dso, "BrotliDecoderDestroyInstance"); in DEFINE_RUN_ONCE_STATIC()
310 … p_decode_error = (decode_error_ft)DSO_bind_func(brotli_decode_dso, "BrotliDecoderGetErrorCode"); in DEFINE_RUN_ONCE_STATIC()
[all …]
H A Dc_zlib.c287 p_compress = (compress_ft) DSO_bind_func(zlib_dso, "compress"); in DEFINE_RUN_ONCE_STATIC()
288 p_uncompress = (compress_ft) DSO_bind_func(zlib_dso, "uncompress"); in DEFINE_RUN_ONCE_STATIC()
289 p_inflateEnd = (inflateEnd_ft) DSO_bind_func(zlib_dso, "inflateEnd"); in DEFINE_RUN_ONCE_STATIC()
290 p_inflate = (inflate_ft) DSO_bind_func(zlib_dso, "inflate"); in DEFINE_RUN_ONCE_STATIC()
291 p_inflateInit_ = (inflateInit__ft) DSO_bind_func(zlib_dso, "inflateInit_"); in DEFINE_RUN_ONCE_STATIC()
292 p_deflateEnd = (deflateEnd_ft) DSO_bind_func(zlib_dso, "deflateEnd"); in DEFINE_RUN_ONCE_STATIC()
293 p_deflate = (deflate_ft) DSO_bind_func(zlib_dso, "deflate"); in DEFINE_RUN_ONCE_STATIC()
294 p_deflateInit_ = (deflateInit__ft) DSO_bind_func(zlib_dso, "deflateInit_"); in DEFINE_RUN_ONCE_STATIC()
295 p_zError = (zError__ft) DSO_bind_func(zlib_dso, "zError"); in DEFINE_RUN_ONCE_STATIC()
/openssl/crypto/engine/
H A Deng_dyn.c414 ret = DSO_bind_func(ctx->dynamic_dso, "EVP_PKEY_base_id") != NULL; in using_libcrypto_11()
446 (dynamic_bind_engine) DSO_bind_func(ctx->dynamic_dso, in dynamic_load()
462 (dynamic_v_check_fn) DSO_bind_func(ctx->dynamic_dso, in dynamic_load()
/openssl/include/internal/
H A Ddso.h127 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
/openssl/crypto/conf/
H A Dconf_mod.c317 ifunc = (conf_init_func *)DSO_bind_func(dso, DSO_mod_init_name); in module_load_dso()
322 ffunc = (conf_finish_func *)DSO_bind_func(dso, DSO_mod_finish_name); in module_load_dso()
/openssl/crypto/dso/
H A Ddso_lib.c158 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname) in DSO_bind_func() function
/openssl/util/
H A Dmissingcrypto.txt437 DSO_bind_func(3)
H A Dmissingcrypto111.txt525 DSO_bind_func(3)
H A Dlibcrypto.num63 DSO_bind_func 65 3_0_0 EXIST::FUNCTION:
/openssl/crypto/
H A Dprovider_core.c956 DSO_bind_func(prov->module, "OSSL_provider_init"); in provider_init()

Completed in 61 milliseconds