| /freebsd-12-stable/crypto/openssl/crypto/evp/ |
| D | names.c | 62 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-stable/crypto/openssl/doc/man3/ |
| D | OPENSSL_init_crypto.pod | 7 OPENSSL_INIT_free, OPENSSL_init_crypto, OPENSSL_cleanup, OPENSSL_atexit, 16 int OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings); 43 function OPENSSL_init_crypto() can be used for this purpose for 47 Numerous internal OpenSSL functions call OPENSSL_init_crypto(). 49 OPENSSL_init_crypto() MUST be called by application code prior to 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 [all …]
|
| D | OPENSSL_init_ssl.pod | 30 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)>
|
| D | RAND_cleanup.pod | 20 L<OPENSSL_init_crypto(3)>. 33 See L<OPENSSL_init_crypto(3)>
|
| D | OPENSSL_fork_prepare.pod | 32 L<OPENSSL_init_crypto(3)> will register these functions with the appropriate 48 L<OPENSSL_init_crypto(3)>
|
| D | ERR_remove_state.pod | 32 LL<OPENSSL_init_crypto(3)>
|
| D | ERR_load_crypto_strings.pod | 47 OPENSSL_init_crypto() and OPENSSL_init_ssl() and should not be used.
|
| D | CONF_modules_free.pod | 47 For more information see L<OPENSSL_init_crypto(3)>.
|
| D | OpenSSL_add_all_algorithms.pod | 51 were deprecated in OpenSSL 1.1.0 by OPENSSL_init_crypto() and should
|
| D | OPENSSL_config.pod | 74 deprecated in OpenSSL 1.1.0 by OPENSSL_init_crypto().
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | engine.h | 325 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) 725 OPENSSL_init_crypto(OPENSSL_INIT_NO_ATEXIT, NULL); \
|
| D | conf.h | 95 OPENSSL_init_crypto(OPENSSL_INIT_NO_LOAD_CONFIG, NULL)
|
| D | evp.h | 944 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)
|
| /freebsd-12-stable/crypto/openssl/crypto/async/ |
| D | async.c | 172 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-stable/crypto/openssh/openbsd-compat/ |
| D | openssl-compat.c | 75 OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS | in ssh_libcrypto_init() 88 OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS | in ssh_libcrypto_init()
|
| /freebsd-12-stable/crypto/openssl/crypto/engine/ |
| D | eng_all.c | 15 OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_ALL_BUILTIN, NULL); in ENGINE_load_builtin_engines()
|
| D | eng_lib.c | 23 if (!OPENSSL_init_crypto(0, NULL)) in DEFINE_RUN_ONCE()
|
| /freebsd-12-stable/crypto/openssl/crypto/store/ |
| D | store_init.c | 17 return OPENSSL_init_crypto(0, NULL) in DEFINE_RUN_ONCE_STATIC()
|
| /freebsd-12-stable/crypto/openssl/crypto/conf/ |
| D | conf_sap.c | 39 OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG, &settings); in OPENSSL_config()
|
| /freebsd-12-stable/crypto/openssl/crypto/err/ |
| D | err.c | 303 if (!OPENSSL_init_crypto(0, NULL)) in DEFINE_RUN_ONCE_STATIC() 752 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in ERR_get_state() 779 OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL); in ERR_get_state() 806 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in err_shelve_state()
|
| /freebsd-12-stable/crypto/openssl/ssl/ |
| D | ssl_init.c | 190 if (!OPENSSL_init_crypto(opts, settings)) in OPENSSL_init_ssl()
|
| /freebsd-12-stable/crypto/openssl/crypto/ |
| D | init.c | 461 if (!OPENSSL_init_crypto(0, NULL)) in ossl_init_thread_start() 611 int OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings) in OPENSSL_init_crypto() function
|
| D | ex_data.c | 40 if (!OPENSSL_init_crypto(0, NULL)) in DEFINE_RUN_ONCE_STATIC()
|
| /freebsd-12-stable/usr.sbin/uefisign/ |
| D | uefisign.c | 393 OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG | in main()
|
| /freebsd-12-stable/contrib/unbound/smallapp/ |
| D | unbound-host.c | 516 OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS in main()
|