HomeSort by relevance Sort by last modified time
    Searched refs:ENGINE (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /external/openssl/include/openssl/
ssl.h     [all...]
  /external/openssl/ssl/
ssl.h     [all...]
ssl_sess.c 142 #include <openssl/engine.h>
1072 int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e)
    [all...]
ssl_ciph.c 149 #include <openssl/engine.h>
190 * implementation is engine-provided, we'll fill it only if
340 ENGINE *tmpeng = NULL;
    [all...]
ssl_lib.c 160 #include <openssl/engine.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...]
  /external/openssl/apps/
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);
x509.c 150 " -engine e - use engine e, possibly a hardware device.\n",
170 ENGINE *e = NULL;
209 char *engine=NULL; local
382 else if (strcmp(*argv,"-engine") == 0)
385 engine= *(++argv);
489 e = setup_engine(bio_err, engine, 0);
    [all...]
s_server.c 423 BIO_printf(bio_err," -keyform arg - key format (PEM, DER or ENGINE) PEM default\n");
428 BIO_printf(bio_err," -dkeyform arg - second key format (PEM, DER or ENGINE) PEM default\n");
481 BIO_printf(bio_err," -engine id - Initialise and use the specified engine\n");
876 ENGINE *e=NULL;
    [all...]
  /external/openssl/crypto/pem/
pem_lib.c 74 #include <openssl/engine.h>
203 /* NB: ENGINE implementations wont contain
221 ENGINE *e;
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 28 #include <openssl/engine.h>
71 ENGINE *engine; /* functional reference to the engine */ member in struct:tls_connection
72 EVP_PKEY *private_key; /* the private key if using engine */
543 * tls_engine_load_dynamic_generic - load any openssl engine
544 * @pre: an array of commands and values that load an engine initialized
545 * in the engine specific function
547 * engine (or %NULL if not required)
548 * @id: the engine id of the engine to load (only required if post is not %NUL
557 ENGINE *engine; local
    [all...]

Completed in 433 milliseconds

1 2 3 45