Searched refs:engine (Results 51 - 75 of 178) sorted by relevance

12345678

/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c66 # include <openssl/engine.h>
143 if (pkey && pkey->engine)
144 e = pkey->engine;
179 ret->engine = e;
288 if (pctx->engine && !ENGINE_init(pctx->engine)) {
299 rctx->engine = pctx->engine;
349 if (ctx->engine)
354 ENGINE_finish(ctx->engine);
[all...]
H A Devp_enc.c66 # include <openssl/engine.h>
121 if (ctx->engine && ctx->cipher && (!cipher ||
167 ctx->engine = impl;
169 ctx->engine = NULL;
630 if (c->engine)
635 ENGINE_finish(c->engine);
706 if (in->engine && !ENGINE_init(in->engine)) {
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A DMakefile2 # OpenSSL/crypto/engine/Makefile
5 DIR= engine
35 EXHEADER= engine.h
93 eng_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
107 eng_cnf.o: ../../include/openssl/engine.h ../../include/openssl/err.h
120 eng_cryptodev.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
135 eng_ctrl.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
149 eng_dyn.o: ../../include/openssl/engine.h ../../include/openssl/err.h
162 eng_err.o: ../../include/openssl/engine.h ../../include/openssl/err.h
176 eng_fat.o: ../../include/openssl/engine
[all...]
H A Deng_cryptodev.c31 #include <openssl/engine.h>
360 * thing called by the engine init crud which determines what it
361 * can use for ciphers from this engine. We want to return
368 * use this engine as the default, and if for whatever reason
534 * libcrypto EVP stuff - this is how we get wired to EVP so the engine
1469 ENGINE *engine = ENGINE_new(); local
1472 if (engine == NULL)
1475 ENGINE_free(engine);
1484 ENGINE_free(engine);
1489 if (!ENGINE_set_id(engine, "cryptode
[all...]
H A Deng_err.c1 /* crypto/engine/eng_err.c */
64 #include <openssl/engine.h>
125 {ERR_REASON(ENGINE_R_CONFLICTING_ENGINE_ID), "conflicting engine id"},
134 "engine configuration error"},
135 {ERR_REASON(ENGINE_R_ENGINE_IS_NOT_IN_LIST), "engine is not in the list"},
136 {ERR_REASON(ENGINE_R_ENGINE_SECTION_ERROR), "engine section error"},
158 {ERR_REASON(ENGINE_R_NO_SUCH_ENGINE), "no such engine"},
H A Deng_int.h1 /* crypto/engine/eng_int.h */
69 /* Take public definitions from engine.h */
70 # include <openssl/engine.h>
79 * each change. This prints the engine's pointer address (truncated to
87 fprintf(stderr, "engine: %08x %s from %d to %d (%s:%d)\n", \
164 * exposed in engine.h.
206 * reference count on usability of the engine type. NB: This controls the
208 * engine, whereas the previous count is simply to cope with
/freebsd-11-stable/crypto/openssl/apps/
H A DMakefile42 pkcs8 pkey pkeyparam pkeyutl spkac smime rand engine ocsp prime ts srp
59 spkac.o smime.o cms.o rand.o engine.o ocsp.o prime.o ts.o srp.o
67 spkac.c smime.c cms.c rand.c engine.c ocsp.c prime.c ts.c srp.c
179 app_rand.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
195 apps.o: ../include/openssl/engine.h ../include/openssl/err.h
211 asn1pars.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
228 ca.o: ../include/openssl/engine.h ../include/openssl/err.h
244 ciphers.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
265 cms.o: ../include/openssl/engine.h ../include/openssl/err.h
280 crl.o: ../include/openssl/ecdsa.h ../include/openssl/engine
[all...]
H A Dpkcs8.c90 char *engine = NULL; local
169 else if (strcmp(*args, "-engine") == 0) {
172 engine = *(++args);
220 " -engine e use engine e, possibly a hardware device.\n");
224 e = setup_engine(bio_err, engine, 0);
H A Dpkcs7.c93 char *engine = NULL; local
139 else if (strcmp(*argv, "-engine") == 0) {
142 engine = *(++argv);
169 " -engine e use engine e, possibly a hardware device.\n");
177 e = setup_engine(bio_err, engine, 0);
H A Drsautl.c91 char *engine = NULL; local
146 } else if (!strcmp(*argv, "-engine")) {
150 engine = *(++argv);
196 e = setup_engine(bio_err, engine, 0);
360 "-engine e use engine e, possibly a hardware device.\n");
H A Dverify.c92 char *engine = NULL; local
141 else if (strcmp(*argv, "-engine") == 0) {
144 engine = *(++argv);
161 e = setup_engine(bio_err, engine, 0);
233 BIO_printf(bio_err, " [-engine e]");
H A Dspkac.c97 char *engine = NULL; local
141 else if (strcmp(*argv, "-engine") == 0) {
144 engine = *(++argv);
176 " -engine e use engine e, possibly a hardware device.\n");
186 e = setup_engine(bio_err, engine, 0);
H A Dgenrsa.c102 char *engine = NULL; local
139 else if (strcmp(*argv, "-engine") == 0) {
142 engine = *(++argv);
223 " -engine e use engine e, possibly a hardware device.\n");
239 e = setup_engine(bio_err, engine, 0);
H A Dgendsa.c88 char *engine = NULL; local
115 else if (strcmp(*argv, "-engine") == 0) {
118 engine = *(++argv);
196 " -engine e - use engine e, possibly a hardware device.\n");
208 e = setup_engine(bio_err, engine, 0);
H A Drsa.c114 char *engine = NULL; local
163 else if (strcmp(*argv, "-engine") == 0) {
166 engine = *(++argv);
248 " -engine e use engine e, possibly a hardware device.\n");
255 e = setup_engine(bio_err, engine, 0);
H A Ddhparam.c162 char *engine = NULL; local
202 else if (strcmp(*argv, "-engine") == 0) {
205 engine = *(++argv);
259 " -engine e use engine e, possibly a hardware device.\n");
272 e = setup_engine(bio_err, engine, 0);
H A Ddsaparam.c124 char *engine = NULL; local
166 else if (strcmp(*argv, "-engine") == 0) {
169 engine = *(++argv);
222 " -engine e use engine e, possibly a hardware device.\n");
265 e = setup_engine(bio_err, engine, 0);
H A Dts.c98 static int reply_command(CONF *conf, char *section, char *engine,
104 static TS_RESP *create_response(CONF *conf, const char *section, char *engine,
154 char *engine = NULL; local
259 } else if (strcmp(*argv, "-engine") == 0) {
262 engine = *++argv;
318 ret = !reply_command(conf, section, engine, queryfile,
350 "[-out response.tsr] [-token_out] [-text] [-engine id]\n");
648 static int reply_command(CONF *conf, char *section, char *engine, argument
677 response = create_response(conf, section, engine, queryfile,
772 static TS_RESP *create_response(CONF *conf, const char *section, char *engine, argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/err/
H A Derr_all.c95 # include <openssl/engine.h>
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpclient.h85 struct snmp_engine engine; member in struct:snmp_client
H A Dsnmp.c307 if (asn_get_octetstring(&tb, (u_char *)&pdu->engine.engine_id,
309 snmp_error("cannot decode msg engine id");
312 pdu->engine.engine_len = octs_len;
314 if (asn_get_integer(&tb, &pdu->engine.engine_boots) != ASN_ERR_OK) {
315 snmp_error("cannot decode msg engine boots");
319 if (asn_get_integer(&tb, &pdu->engine.engine_time) != ASN_ERR_OK) {
320 snmp_error("cannot decode msg engine time");
372 if (asn_put_octetstring(&tb, (u_char *)pdu->engine.engine_id,
373 pdu->engine.engine_len) != ASN_ERR_OK)
376 if (asn_put_integer(&tb, pdu->engine
[all...]
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A DMakefile97 gost2001.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
113 gost2001_keyx.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
132 gost94_keyx.o: ../../include/openssl/engine.h ../../include/openssl/evp.h
149 gost_ameth.o: ../../include/openssl/engine.h ../../include/openssl/err.h
164 gost_asn1.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
179 gost_crypt.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
194 gost_ctl.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
209 gost_eng.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
225 gost_md.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
248 gost_pmeth.o: ../../include/openssl/engine
[all...]
/freebsd-11-stable/crypto/openssl/crypto/cmac/
H A Dcm_pmeth.c135 if (!CMAC_Init(cmctx, NULL, 0, p2, ctx->engine))
/freebsd-11-stable/crypto/openssl/util/
H A Dbat.sh65 return("") if $no_engine && $dir =~ /\/engine/;
120 @a=grep(!/^engine$/,@a) if $no_engine;
/freebsd-11-stable/crypto/openssl/engines/
H A DMakefile175 e_4758cca.o: ../include/openssl/engine.h ../include/openssl/err.h
192 e_aep.o: ../include/openssl/engine.h ../include/openssl/err.h
208 e_atalla.o: ../include/openssl/engine.h ../include/openssl/err.h
222 e_capi.o: ../include/openssl/engine.h ../include/openssl/evp.h
235 e_chil.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
253 e_cswift.o: ../include/openssl/engine.h ../include/openssl/err.h
267 e_gmp.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
282 e_nuron.o: ../include/openssl/engine.h ../include/openssl/err.h
296 e_padlock.o: ../include/openssl/engine.h ../include/openssl/err.h
311 e_sureware.o: ../include/openssl/engine
[all...]

Completed in 137 milliseconds

12345678