Home
last modified time | relevance | path

Searched refs:OPENSSL_init_crypto (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-12.1/crypto/openssl/crypto/evp/
H A Dnames.c62 if (!OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS, NULL)) in EVP_get_cipherbyname()
73 if (!OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_DIGESTS, NULL)) in EVP_get_digestbyname()
119 OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS, NULL); in EVP_CIPHER_do_all()
133 OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS, NULL); in EVP_CIPHER_do_all_sorted()
162 OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_DIGESTS, NULL); in EVP_MD_do_all()
175 OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_DIGESTS, NULL); in EVP_MD_do_all_sorted()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DOPENSSL_init_crypto.pod43 function OPENSSL_init_crypto() can be used for this purpose for
47 Numerous internal OpenSSL functions call OPENSSL_init_crypto().
61 OPENSSL_init_crypto() with the option
69 OPENSSL_init_crypto() with the option
76 calls to OPENSSL_init_crypto() with the option
83 calls to OPENSSL_init_crypto() with the option
90 calls to OPENSSL_init_crypto() with the option
97 calls to OPENSSL_init_crypto() with the option
175 OPENSSL_init_crypto(). For example:
177 OPENSSL_init_crypto(OPENSSL_INIT_NO_ADD_ALL_CIPHERS
[all …]
H A DOPENSSL_init_ssl.pod30 L<OPENSSL_init_crypto(3)> function.
39 L<OPENSSL_init_crypto(3)> page. In addition to any libcrypto
61 set parameter values. See L<OPENSSL_init_crypto(3)> for details.
69 L<OPENSSL_init_crypto(3)>
H A DRAND_cleanup.pod20 L<OPENSSL_init_crypto(3)>.
33 See L<OPENSSL_init_crypto(3)>
H A DOPENSSL_fork_prepare.pod32 L<OPENSSL_init_crypto(3)> will register these functions with the appropriate
48 L<OPENSSL_init_crypto(3)>
H A DERR_remove_state.pod32 LL<OPENSSL_init_crypto(3)>
H A DERR_load_crypto_strings.pod47 OPENSSL_init_crypto() and OPENSSL_init_ssl() and should not be used.
H A DCONF_modules_free.pod47 For more information see L<OPENSSL_init_crypto(3)>.
H A DOpenSSL_add_all_algorithms.pod51 were deprecated in OpenSSL 1.1.0 by OPENSSL_init_crypto() and should
H A DOPENSSL_config.pod74 deprecated in OpenSSL 1.1.0 by OPENSSL_init_crypto().
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dengine.h325 OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_OPENSSL, NULL)
327 OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_DYNAMIC, NULL)
330 OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_PADLOCK, NULL)
332 OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_CAPI, NULL)
334 OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_AFALG, NULL)
337 OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_CRYPTODEV, NULL)
339 OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_RDRAND, NULL)
H A Dconf.h95 OPENSSL_init_crypto(OPENSSL_INIT_NO_LOAD_CONFIG, NULL)
H A Devp.h944 OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS \
948 OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS \
958 OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS, NULL)
960 OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_DIGESTS, NULL)
H A Dcrypto.h388 int OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings);
H A Derr.h256 OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL)
/freebsd-12.1/crypto/openssl/crypto/async/
H A Dasync.c172 if (!OPENSSL_init_crypto(OPENSSL_INIT_ASYNC, NULL)) in ASYNC_start_job()
326 if (!OPENSSL_init_crypto(OPENSSL_INIT_ASYNC, NULL)) in ASYNC_init_thread()
393 if (!OPENSSL_init_crypto(OPENSSL_INIT_ASYNC, NULL)) in ASYNC_cleanup_thread()
403 if (!OPENSSL_init_crypto(OPENSSL_INIT_ASYNC, NULL)) in ASYNC_get_current_job()
422 if (!OPENSSL_init_crypto(OPENSSL_INIT_ASYNC, NULL)) in ASYNC_block_pause()
439 if (!OPENSSL_init_crypto(OPENSSL_INIT_ASYNC, NULL)) in ASYNC_unblock_pause()
/freebsd-12.1/crypto/openssl/crypto/engine/
H A Deng_all.c18 OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_ALL_BUILTIN, NULL); in ENGINE_load_builtin_engines()
H A Deng_lib.c23 if (!OPENSSL_init_crypto(0, NULL)) in DEFINE_RUN_ONCE()
/freebsd-12.1/crypto/openssl/crypto/store/
H A Dstore_init.c17 return OPENSSL_init_crypto(0, NULL) in DEFINE_RUN_ONCE_STATIC()
/freebsd-12.1/crypto/openssl/crypto/conf/
H A Dconf_sap.c39 OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG, &settings); in OPENSSL_config()
/freebsd-12.1/crypto/openssl/crypto/err/
H A Derr.c296 if (!OPENSSL_init_crypto(0, NULL)) in DEFINE_RUN_ONCE_STATIC()
720 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in ERR_get_state()
747 OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL); in ERR_get_state()
774 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in err_shelve_state()
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_init.c205 if (!OPENSSL_init_crypto(opts, settings)) in OPENSSL_init_ssl()
/freebsd-12.1/crypto/openssl/crypto/
H A Dinit.c462 if (!OPENSSL_init_crypto(0, NULL)) in ossl_init_thread_start()
620 int OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings) in OPENSSL_init_crypto() function
H A Dex_data.c40 if (!OPENSSL_init_crypto(0, NULL)) in DEFINE_RUN_ONCE_STATIC()
/freebsd-12.1/usr.sbin/uefisign/
H A Duefisign.c393 OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG | in main()

12