Home
last modified time | relevance | path

Searched refs:ENGINE_init (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/engine/
H A Deng_init.c77 int ENGINE_init(ENGINE *e) in ENGINE_init() function
H A Deng_cnf.c30 if (!ENGINE_init(e)) in int_engine_init()
/freebsd-13.1/crypto/openssl/crypto/evp/
H A Ddigest.c99 if (!ENGINE_init(impl)) { in EVP_DigestInit_ex()
231 if (in->engine && !ENGINE_init(in->engine)) { in EVP_MD_CTX_copy_ex()
H A Devp_enc.c101 if (!ENGINE_init(impl)) { in EVP_CipherInit_ex()
693 if (in->engine && !ENGINE_init(in->engine)) { in EVP_CIPHER_CTX_copy()
H A Dp_lib.c218 if (eptr == NULL && e != NULL && !ENGINE_init(e)) { in pkey_set_type()
388 if (!ENGINE_init(e)) { in EVP_PKEY_set1_engine()
H A Dpmeth_lib.c118 if (!ENGINE_init(e)) { in int_ctx_new()
260 if (pctx->engine && !ENGINE_init(pctx->engine)) { in EVP_PKEY_CTX_dup()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DENGINE_add.pod19 ENGINE_finish, ENGINE_free, ENGINE_get_flags, ENGINE_init,
59 int ENGINE_init(ENGINE *e);
254 call the ENGINE_init() function. This returns zero if the ENGINE was not
359 if (!ENGINE_init(e)) {
372 /* Release the functional reference from ENGINE_init() */
391 ENGINE_init() and if any of those succeed, that ENGINE will be set as the
421 calling ENGINE_init(). The other class of commands consist of settings or
423 place, and these commands may work either before or after ENGINE_init(), or
455 if (!ENGINE_init(e)) {
461 * ENGINE_init() returned a functional reference, so free the structural
[all …]
/freebsd-13.1/crypto/openssl/crypto/dh/
H A Ddh_lib.c63 if (!ENGINE_init(engine)) { in DH_new_method()
/freebsd-13.1/crypto/openssl/crypto/ec/
H A Dec_kmeth.c93 if (!ENGINE_init(engine)) { in EC_KEY_new_method()
H A Dec_key.c138 if (src->engine != NULL && ENGINE_init(src->engine) == 0) in EC_KEY_copy()
/freebsd-13.1/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c70 if (!ENGINE_init(engine)) { in DSA_new_method()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dengine.h561 int ENGINE_init(ENGINE *e);
/freebsd-13.1/crypto/openssl/crypto/asn1/
H A Dameth_lib.c119 if (!ENGINE_init(e)) in EVP_PKEY_asn1_find_str()
/freebsd-13.1/crypto/openssl/apps/
H A Dengine.c454 if (ENGINE_init(e)) { in engine_main()
H A Dapps.c740 if (ENGINE_init(e)) { in load_key()
/freebsd-13.1/crypto/openssl/crypto/rsa/
H A Drsa_lib.c71 if (!ENGINE_init(engine)) { in RSA_new_method()
/freebsd-13.1/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c330 if (!ENGINE_init(config->engine)) { in crypto_make()
/freebsd-13.1/crypto/openssl/crypto/rand/
H A Drand_lib.c883 if (!ENGINE_init(engine)) in RAND_set_rand_engine()
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_sess.c1208 if (!ENGINE_init(e)) { in SSL_CTX_set_client_cert_engine()
/freebsd-13.1/contrib/sendmail/src/
H A Dtls.c2626 if (!ENGINE_init(e))
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map1270 ENGINE_init;
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c1219 if (ENGINE_init(conn->engine) != 1) { in tls_engine_init()
/freebsd-13.1/crypto/openssl/crypto/err/
H A Dopenssl.txt698 ENGINE_F_ENGINE_INIT:119:ENGINE_init
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile1292 MLINKS+= ENGINE_add.3 ENGINE_init.3