HomeSort by relevance Sort by last modified time
    Searched refs:engine (Results 226 - 250 of 305) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/media/wilhelm/src/
sles_allinclusive.h 212 // Engine, Output Mix, LED, and Vibra belong to both APIs, so we keep both object IDs
300 unsigned exposedMask, SLEngineItf engine);
  /external/chromium/net/base/
x509_certificate_win.cc 39 void operator()(HCERTCHAINENGINE engine) const {
40 if (engine)
41 CertFreeCertificateChainEngine(engine);
    [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...]
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...]
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...]
engine.c 1 /* apps/engine.c -*- mode: C; c-file-style: "eay" -*- */
69 #include <openssl/engine.h>
76 "usage: engine opts [engine ...]\n",
77 " -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n",
81 " -c - for each engine, also list the capabilities\n",
82 " -t[t] - for each engine, check that they are really available\n",
84 " -pre <cmd> - runs command 'cmd' against the ENGINE before any attempts\n",
86 " -post <cmd> - runs command 'cmd' against the ENGINE after loading it\n",
194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent
    [all...]
openssl.c 126 #include <openssl/engine.h>
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_tls_common.c 71 params->engine = config->engine;
92 params->engine = config->engine2;
156 * At this point with the pkcs11 engine the PIN might be wrong.
635 /* TODO: clean pin if engine used? */
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 872 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine) {
873 if(!EglValidate::engine(engine)) {
    [all...]
  /external/openssl/crypto/evp/
evp.h 133 ENGINE *engine; member in struct:evp_pkey_st
265 ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */ member in struct:env_md_ctx_st
371 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */ member in struct:evp_cipher_ctx_st
513 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
518 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl)
    [all...]
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/include/openssl/
evp.h 133 ENGINE *engine; member in struct:evp_pkey_st
265 ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */ member in struct:env_md_ctx_st
371 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */ member in struct:evp_cipher_ctx_st
513 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
518 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl)
    [all...]
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 507 with the intelligence of the G2P engine */
  /external/v8/benchmarks/
splay.js 31 // JavaScript engine is at allocating nodes and reclaiming the memory
32 // used for old nodes. Because of the way splay trees work, the engine
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 31 // JavaScript engine is at allocating nodes and reclaiming the memory
32 // used for old nodes. Because of the way splay trees work, the engine
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 31 // JavaScript engine is at allocating nodes and reclaiming the memory
32 // used for old nodes. Because of the way splay trees work, the engine
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 31 // JavaScript engine is at allocating nodes and reclaiming the memory
32 // used for old nodes. Because of the way splay trees work, the engine
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 19 * Part of http://code.google.com/p/google-app-engine-samples/.
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 1 //==- CoreEngine.cpp - Path-Sensitive Dataflow Engine ------------*- C++ -*-//
10 // This file defines a generic engine for intraprocedural, path-sensitive,
11 // dataflow analysis via graph reachability engine.
160 // Core analysis engine.
473 ExplodedNode *node = engine.getGraph().getNode(programPoint, state, &isNew);
475 node->addPredecessor(pred, engine.getGraph());
780 // Create a new engine. We must be careful that the new engine should not
781 // reference data structures owned by the old engine.
812 // Create the new engine
    [all...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp     [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 509 static jboolean jni_eglWaitNative(JNIEnv *_env, jobject _this, jint engine, jobject bindTarget) {
510 return eglWaitNative(engine);
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 191 // when we have an engine, but I'm not sure about
214 public void attachEngine(IWallpaperEngine engine) {
215 mEngine = engine;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 93 public boolean onInitialize(String fqcn, IClientRulesEngine engine) {
94 this.mRulesEngine = engine;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java 652 SearchEngine engine = new SearchEngine(); local
653 engine.search(pattern, participants, scope, requestor, new NullProgressMonitor());
661 engine.search(pattern, participants, scope, requestor, new NullProgressMonitor());
    [all...]

Completed in 1135 milliseconds

1 2 3 4 5 6 7 8 91011>>