HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 651 - 675 of 3084) sorted by null

<<21222324252627282930>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
eval.pass.cpp 12 // template<class Engine, size_t p, size_t r>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
assign.pass.cpp 12 // template<class Engine, size_t k>
copy.pass.cpp 12 // template<class Engine, size_t k>
default.pass.cpp 12 // template<class Engine, size_t k>
discard.pass.cpp 12 // template<class Engine, size_t k>
seed_result_type.pass.cpp 12 // template<class Engine, size_t k>
seed_sseq.pass.cpp 12 // template<class Engine, size_t k>
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 40 * This file includes engine.c *twice*, after muchos fiddling with the
78 #define SNAMES /* engine.c looks after details */
80 #include "engine.c"
129 #include "engine.c"
  /packages/inputmethods/OpenWnn/res/values/
debug_tool_values.xml 22 <string name="execButton2">Engine All</string>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 2 # Secret Labs' Regular Expression Engine
4 # various symbols used by the regular expression engine.
226 * Secret Labs' Regular Expression Engine
228 * regular expression matching engine
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 2 # Secret Labs' Regular Expression Engine
4 # various symbols used by the regular expression engine.
226 * Secret Labs' Regular Expression Engine
228 * regular expression matching engine
  /system/security/keystore-engine/
rsa_meth.cpp 36 #include <openssl/engine.h>
212 int rsa_pkey_setup(ENGINE *e, EVP_PKEY *pkey, const char *key_id) {
228 rsa->engine = e;
234 int rsa_register(ENGINE* e) {
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.h 45 //! The XMPP connection engine.
46 //! This engine implements the client side of the 'core' XMPP protocol.
63 //! Provides socket input to the engine
66 //! Advises the engine that the socket has closed
116 //! The current engine state.
133 //! is deleted when the engine is destroyed.
226 EnterExit(XmppEngineImpl* engine);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.h 44 //! The XMPP connection engine.
45 //! This engine implements the client side of the 'core' XMPP protocol.
62 //! Provides socket input to the engine
65 //! Advises the engine that the socket has closed
115 //! The current engine state.
132 //! is deleted when the engine is destroyed.
232 EnterExit(XmppEngineImpl* engine);
  /external/chromium_org/third_party/openssl/openssl/apps/
dh.c 97 char *engine; local
110 engine=NULL;
143 else if (strcmp(*argv,"-engine") == 0)
146 engine= *(++argv);
181 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
189 setup_engine(bio_err, engine, 0);
ec.c 96 char *infile, *outfile, *prog, *engine; local
113 engine = NULL;
154 else if (strcmp(*argv, "-engine") == 0)
157 engine= *(++argv);
222 BIO_printf(bio_err, " -engine e use engine e, "
254 setup_engine(bio_err, engine, 0);
genrsa.c 93 ENGINE *e = NULL;
103 char *engine=NULL; local
142 else if (strcmp(*argv,"-engine") == 0)
145 engine= *(++argv);
219 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
235 e = setup_engine(bio_err, engine, 0);
pkcs8.c 72 ENGINE *e = NULL;
90 char *engine=NULL; local
179 else if (strcmp(*args,"-engine") == 0)
182 engine= *(++args);
227 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
233 e = setup_engine(bio_err, engine, 0);
rsautl.c 87 ENGINE *e = NULL;
91 char *engine = NULL; local
147 } else if(!strcmp(*argv, "-engine")) {
151 engine = *(++argv);
189 e = setup_engine(bio_err, engine, 0);
339 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
spkac.c 84 ENGINE *e = NULL;
97 char *engine=NULL; local
148 else if (strcmp(*argv,"-engine") == 0)
151 engine= *(++argv);
180 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
192 e = setup_engine(bio_err, engine, 0);
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
ameth_lib.c 63 #include <openssl/engine.h>
170 * to the engine implementing 'type' or NULL if no engine implements
174 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type)
188 ENGINE *e;
202 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
212 ENGINE *e;
  /external/chromium_org/third_party/openssl/openssl/crypto/cmac/
cmac.c 111 if (FIPS_mode() && !ctx->cctx.engine)
153 const EVP_CIPHER *cipher, ENGINE *impl)
159 /* If we have an ENGINE need to allow non FIPS */
160 if ((impl || ctx->cctx.engine)
170 if (!impl && !ctx->cctx.engine)
220 if (FIPS_mode() && !ctx->cctx.engine)
265 if (FIPS_mode() && !ctx->cctx.engine)
  /external/openssl/apps/
dh.c 97 char *engine; local
110 engine=NULL;
143 else if (strcmp(*argv,"-engine") == 0)
146 engine= *(++argv);
181 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
189 setup_engine(bio_err, engine, 0);
ec.c 96 char *infile, *outfile, *prog, *engine; local
113 engine = NULL;
154 else if (strcmp(*argv, "-engine") == 0)
157 engine= *(++argv);
222 BIO_printf(bio_err, " -engine e use engine e, "
254 setup_engine(bio_err, engine, 0);
genrsa.c 93 ENGINE *e = NULL;
103 char *engine=NULL; local
142 else if (strcmp(*argv,"-engine") == 0)
145 engine= *(++argv);
219 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
235 e = setup_engine(bio_err, engine, 0);

Completed in 1014 milliseconds

<<21222324252627282930>>