HomeSort by relevance Sort by last modified time
    Searched refs:ENGINE (Results 76 - 100 of 107) sorted by null

1 2 34 5

  /external/openssl/apps/
req.c 149 ENGINE *keygen_engine);
160 ENGINE *e = NULL, *gen_eng = NULL;
177 char *engine=NULL; local
228 else if (strcmp(*argv,"-engine") == 0)
231 engine= *(++argv);
239 BIO_printf(bio_err, "Can't find keygen engine %s\n", *argv);
409 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device\n");
607 e = setup_engine(bio_err, engine, 0);
    [all...]
dhparam.c 153 ENGINE *e = NULL;
165 char *engine=NULL; local
209 else if (strcmp(*argv,"-engine") == 0)
212 engine= *(++argv);
261 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
273 e = setup_engine(bio_err, engine, 0);
dsaparam.c 115 ENGINE *e = NULL;
125 char *engine=NULL; local
171 else if(strcmp(*argv, "-engine") == 0)
174 engine = *(++argv);
232 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
281 e = setup_engine(bio_err, engine, 0);
rsa.c 102 ENGINE *e = NULL;
114 char *engine=NULL; local
170 else if (strcmp(*argv,"-engine") == 0)
173 engine= *(++argv);
245 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
253 e = setup_engine(bio_err, engine, 0);
dgst.c 106 ENGINE *e = NULL;
126 char *engine=NULL; local
205 else if (strcmp(*argv,"-engine") == 0)
208 engine= *(++argv);
209 e = setup_engine(bio_err, engine, 0);
274 BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n");
282 BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n");
ecparam.c 111 * -engine e - use engine e, possibly a hardware device
133 ENGINE *e = NULL;
135 char *engine = NULL; local
235 else if(strcmp(*argv, "-engine") == 0)
238 engine = *(++argv);
298 BIO_printf(bio_err, " -engine e use engine e, "
343 e = setup_engine(bio_err, engine, 0);
enc.c 105 ENGINE *e = NULL;
132 char *engine = NULL; local
188 else if (strcmp(*argv,"-engine") == 0)
191 engine= *(++argv);
315 BIO_printf(bio_err,"%-14s use engine e, possibly a hardware device.\n","-engine e");
331 e = setup_engine(bio_err, engine, 0);
smime.c 89 ENGINE *e = NULL;
117 char *engine=NULL; local
223 else if (!strcmp(*args,"-engine"))
227 engine = *++args;
472 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
485 BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n");
496 e = setup_engine(bio_err, engine, 0);
s_client.c 335 BIO_printf(bio_err," -engine id - Initialise and use the specified engine\n");
421 ENGINE *ssl_client_engine=NULL;
423 ENGINE *e=NULL;
699 else if (strcmp(*argv,"-engine") == 0)
777 "Error getting client auth engine\n");
857 BIO_puts(bio_err, "Error setting client auth engine\n");
    [all...]
ca.c 163 " -keyform arg - private key file format (PEM or ENGINE)\n",
185 " -engine e - use engine e, possibly a hardware device.\n",
211 ENGINE *e);
244 ENGINE *e = NULL;
319 char *engine = NULL; local
539 else if (strcmp(*argv,"-engine") == 0)
542 engine= *(++argv);
612 e = setup_engine(bio_err, engine, 0);
    [all...]
cms.c 104 ENGINE *e = NULL;
136 char *engine=NULL; local
350 else if (!strcmp(*args,"-engine"))
354 engine = *++args;
625 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
638 BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n");
649 e = setup_engine(bio_err, engine, 0);
    [all...]
ocsp.c 127 ENGINE *e = NULL;
    [all...]
pkcs12.c 97 ENGINE *e = NULL;
128 char *engine=NULL; local
265 } else if (!strcmp(*args,"-engine")) {
268 engine = *args;
329 BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n");
340 e = setup_engine(bio_err, engine, 0);
  /external/openssl/crypto/
install.com 48 BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,-
83 $ EXHEADER_ENGINE := engine.h
crypto-lib.com 89 "BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,"+ -
1039 "/INCLUDE=(SYS$DISK:[],SYS$DISK:[._''ARCH'],SYS$DISK:[-],SYS$DISK:[.ENGINE.VENDOR_DEFNS],SYS$DISK:[.EVP],SYS$DISK:[.ASN1])" + -
1073 "/INCLUDE=(SYS$DISK:[],SYS$DISK:[._''ARCH'],SYS$DISK:[-],SYS$DISK:[.ENGINE.VENDOR_DEFNS],SYS$DISK:[.EVP],SYS$DISK:[.ASN1])" + -
1105 "/INCLUDE=(SYS$DISK:[],SYS$DISK:[._''ARCH'],SYS$DISK:[-],SYS$DISK:[.ENGINE.VENDOR_DEFNS],SYS$DISK:[.EVP],SYS$DISK:[.ASN1])" + -
    [all...]
  /external/openssl/crypto/stack/
safestack.h     [all...]
  /external/openssl/include/openssl/
safestack.h     [all...]
ssl.h     [all...]
  /external/openssl/crypto/evp/
evp_locl.h 270 /* Engine that implements this method or NULL if builtin */
271 ENGINE *engine; member in struct:evp_pkey_ctx_st
  /external/openssl/crypto/rsa/
rsa_lib.c 67 #include <openssl/engine.h>
112 * to deal with which ENGINE it comes from. */
117 if (rsa->engine)
119 ENGINE_finish(rsa->engine);
120 rsa->engine = NULL;
128 RSA *RSA_new_method(ENGINE *engine)
141 if (engine)
143 if (!ENGINE_init(engine))
149 ret->engine = engine
    [all...]
  /external/openssl/crypto/store/
store.h 90 STORE *STORE_new_engine(ENGINE *engine);
207 /* Engine store functions will return a structure that contains all the necessary
209 * needed for application authors, as the ENGINE framework functions will extract
210 * the OpenSSL-specific information when at all possible. However, for engine
str_lib.c 63 #include <openssl/engine.h>
133 STORE *STORE_new_engine(ENGINE *engine)
136 ENGINE *e = engine;
142 if (engine)
144 if (!ENGINE_init(engine))
149 e = engine;
176 ret->engine = e;
    [all...]
  /external/openssl/ssl/
ssl.h     [all...]
  /external/wpa_supplicant/
tls_openssl.c 28 #include <openssl/engine.h>
62 ENGINE *engine; /* functional reference to the engine */ member in struct:tls_connection
63 EVP_PKEY *private_key; /* the private key if using engine */
586 * tls_engine_load_dynamic_generic - load any openssl engine
587 * @pre: an array of commands and values that load an engine initialized
588 * in the engine specific function
590 * engine (or %NULL if not required)
591 * @id: the engine id of the engine to load (only required if post is not %NUL
600 ENGINE *engine; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 28 #include <openssl/engine.h>
72 ENGINE *engine; /* functional reference to the engine */ member in struct:tls_connection
73 EVP_PKEY *private_key; /* the private key if using engine */
536 * tls_engine_load_dynamic_generic - load any openssl engine
537 * @pre: an array of commands and values that load an engine initialized
538 * in the engine specific function
540 * engine (or %NULL if not required)
541 * @id: the engine id of the engine to load (only required if post is not %NUL
550 ENGINE *engine; local
    [all...]

Completed in 319 milliseconds

1 2 34 5