Searched refs:OPENSSL_init_ssl (Results 1 – 25 of 25) sorted by relevance
/third_party/openssl/doc/man3/ |
D | OPENSSL_init_ssl.pod | 5 OPENSSL_init_ssl - OpenSSL (libssl and libcrypto) initialisation 11 int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings); 27 function OPENSSL_init_ssl() can be used for this purpose. Calling 32 Numerous internal OpenSSL functions call OPENSSL_init_ssl(). 34 OPENSSL_init_ssl() MUST be called by application code prior to 48 OPENSSL_init_ssl() with the option 55 OPENSSL_init_ssl() with the option 60 OPENSSL_init_ssl() takes a B<settings> parameter which can be used to 65 The function OPENSSL_init_ssl() returns 1 on success or 0 on error. 73 The OPENSSL_init_ssl() function was added in OpenSSL 1.1.0.
|
D | SSL_library_init.pod | 46 deprecated in OpenSSL 1.1.0 by OPENSSL_init_ssl().
|
D | ERR_load_crypto_strings.pod | 47 OPENSSL_init_crypto() and OPENSSL_init_ssl() and should not be used.
|
D | OPENSSL_init_crypto.pod | 44 libcrypto (see also L<OPENSSL_init_ssl(3)> for the libssl 105 L<OPENSSL_init_ssl(3)> for further details about libssl initialisation). See the 225 or indirectly L<OPENSSL_init_ssl(3)>. 257 L<OPENSSL_init_ssl(3)>
|
/third_party/openssl/test/ |
D | sysdefaulttest.c | 33 if (!OPENSSL_init_ssl(OPENSSL_INIT_ENGINE_ALL_BUILTIN in global_init()
|
D | ssl_test.c | 471 if (!TEST_true(OPENSSL_init_ssl(OPENSSL_INIT_LOAD_CONFIG, NULL))) in test_handshake()
|
/third_party/openssl/apps/ |
D | errstr.c | 59 OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS in errstr_main()
|
D | openssl.c | 83 if (!OPENSSL_init_ssl(OPENSSL_INIT_ENGINE_ALL_BUILTIN in apps_startup()
|
/third_party/openssl/fuzz/ |
D | client.c | 46 OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in time()
|
D | server.c | 493 OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in time()
|
D | asn1.c | 284 OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in FuzzerInitialize()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-tls.c | 114 OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in lws_context_init_ssl_library()
|
/third_party/openssl/ssl/ |
D | ssl_init.c | 181 int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS * settings) in OPENSSL_init_ssl() function
|
D | ssl_sess.c | 69 if (!OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL)) in SSL_SESSION_new()
|
D | ssl_lib.c | 3025 if (!OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL)) in SSL_CTX_new()
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 1610 OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS \ 1958 # define SSL_library_init() OPENSSL_init_ssl(0, NULL) 2364 int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings);
|
/third_party/openssl/test/ossl_shim/ |
D | ossl_shim.cc | 1258 OPENSSL_init_ssl(0, NULL); in Main()
|
/third_party/openssl/util/ |
D | libssl.num | 198 OPENSSL_init_ssl 199 1_1_0 EXIST::FUNCTION:
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 166 OPENSSL_init_ssl(0, nullptr); in init_openssl()
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 1175 OPENSSL_init_ssl(flags, NULL); in ossl_init()
|
/third_party/ffmpeg/ |
D | configure | 6527 enabled openssl && { check_pkg_config openssl openssl openssl/ssl.h OPENSSL_init_ssl || 6529 check_lib openssl openssl/ssl.h OPENSSL_init_ssl -lssl -lcrypto ||
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 38 #define OPENSSL_init_ssl BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, OPENSSL_init_ssl) macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1170 SSL_F_OPENSSL_INIT_SSL:342:OPENSSL_init_ssl
|
/third_party/node/src/ |
D | node_crypto.cc | 6874 OPENSSL_init_ssl(0, settings); in InitCryptoOnce()
|
/third_party/openssl/ |
D | CHANGES | 1705 via auto-deinit (see OPENSSL_init_crypto and OPENSSL_init_ssl man pages). 1913 OPENSSL_init_ssl() man pages for further information.
|