Home
last modified time | relevance | path

Searched refs:OPENSSL_init_ssl (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DOPENSSL_init_ssl.pod5 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.
H A DERR_load_crypto_strings.pod47 OPENSSL_init_crypto() and OPENSSL_init_ssl() and should not be used.
H A DSSL_library_init.pod46 deprecated in OpenSSL 1.1.0 by OPENSSL_init_ssl().
H A DOPENSSL_init_crypto.pod44 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)>
/freebsd-13.1/crypto/openssl/apps/
H A Derrstr.c59 OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS in errstr_main()
H A Dopenssl.c83 if (!OPENSSL_init_ssl(OPENSSL_INIT_ENGINE_ALL_BUILTIN in apps_startup()
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_init.c166 int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS * settings) in OPENSSL_init_ssl() function
H A Dssl_sess.c69 if (!OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL)) in SSL_SESSION_new()
H A Dssl_lib.c3116 if (!OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL)) in SSL_CTX_new()
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map22 OPENSSL_init_ssl;
/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-host.c520 (void)OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in main()
H A Dunbound-control.c1018 (void)OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in main()
H A Dunbound-anchor.c2396 (void)OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in main()
/freebsd-13.1/contrib/unbound/daemon/
H A Ddaemon.c239 (void)OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in daemon_init()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1612 OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS \
1962 # define SSL_library_init() OPENSSL_init_ssl(0, NULL)
2368 int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings);
/freebsd-13.1/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1341 (void)OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in main()
/freebsd-13.1/contrib/unbound/
H A Dconfig.h.in438 /* Define to 1 if you have the `OPENSSL_init_ssl' function. */
H A Dconfigure.ac913 AC_CHECK_FUNCS([OPENSSL_init_ssl SSL_CTX_set_security_level SSL_set1_host SSL_get0_peername X509_VE…
/freebsd-13.1/crypto/openssl/crypto/err/
H A Dopenssl.txt1170 SSL_F_OPENSSL_INIT_SSL:342:OPENSSL_init_ssl
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile216 MAN+= OPENSSL_init_ssl.3
/freebsd-13.1/crypto/openssl/
H A DCHANGES1601 via auto-deinit (see OPENSSL_init_crypto and OPENSSL_init_ssl man pages).
1809 OPENSSL_init_ssl() man pages for further information.