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

1 2 3 4 5 6 78 91011>>

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queuestest.py 86 queue.execute(options, args, tool, engine=MockQueueEngine)
  /external/wpa_supplicant/
tls.h 61 * @engine: 1 = use engine (e.g., a smartcard) for private key operations
63 * @engine_id: engine id string (this is OpenSSL specific for now)
97 int engine; member in struct:tls_connection_params
188 * PKCS#11 engine failure, or
190 * PKCS#11 engine private key.
201 * PKCS#11 engine failure, or
203 * PKCS#11 engine private key.
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls.h 64 * @engine: 1 = use engine (e.g., a smartcard) for private key operations
66 * @engine_id: engine id string (this is OpenSSL specific for now)
69 * @key_id: the private key's id when using engine (this is OpenSSL
71 * @cert_id: the certificate's id when using engine
72 * @ca_cert_id: the CA certificate's id when using engine
104 int engine; member in struct:tls_connection_params
199 * PKCS#11 engine failure, or
201 * PKCS#11 engine private key.
213 * PKCS#11 engine failure, o
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 108 * @engine: 1 = use engine (e.g., a smartcard) for private key operations
110 * @engine_id: engine id string (this is OpenSSL specific for now)
113 * @key_id: the private key's id when using engine (this is OpenSSL
115 * @cert_id: the certificate's id when using engine
116 * @ca_cert_id: the CA certificate's id when using engine
148 int engine; member in struct:tls_connection_params
243 * PKCS#11 engine failure, or
245 * PKCS#11 engine private key.
257 * PKCS#11 engine failure, o
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 120 boolean eglWaitNative(int engine, Object bindTarget);
  /system/media/wilhelm/tests/sandbox/
Android.mk 57 # engine
68 engine.c
  /development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 214 EGLBoolean eglWaitNative(EGLint engine)
216 return getDispatch()->eglWaitNative(engine);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 359 cricket::MediaEngine* engine = CreateFileMediaEngine(FLAG_voiceinput, local
363 // The engine will be released by the client later.
364 client->SetMediaEngine(engine);
  /external/openssl/crypto/rsa/
rsa.h 136 /* functional reference if 'meth' is ENGINE-provided */
137 ENGINE *engine; member in struct:rsa_st
259 RSA * RSA_new_method(ENGINE *engine);
  /external/openssl/include/openssl/
rsa.h 136 /* functional reference if 'meth' is ENGINE-provided */
137 ENGINE *engine; member in struct:rsa_st
259 RSA * RSA_new_method(ENGINE *engine);
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf.orig 113 # OpenSSL Engine support
118 # make the opensc engine available
120 # make the pkcs11 engine available
122 # configure the path to the pkcs11 module required by the pkcs11 engine
786 # Example of EAP-TLS with smartcard (openssl engine)
798 engine=1
800 # The engine configured here must be available. Look at
801 # OpenSSL engine support in the global section.
802 # The key available through the engine must be the private key
805 # use the opensc engine
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf.orig 119 # OpenSSL Engine support
124 # make the opensc engine available
126 # make the pkcs11 engine available
128 # configure the path to the pkcs11 module required by the pkcs11 engine
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 258 SearchEngine engine = new SearchEngine(); local
259 engine.search(pattern, participants, scope, requestor,
LayoutActionBar.java 122 RulesEngine engine = mEditor.getRulesEngine(); local
128 engine.callAddLayoutActions(actions, parent, selectedNodes);
142 engine.callAddLayoutActions(itemActions, selectedNode, null);
  /external/webkit/Tools/EWebLauncher/
main.c 107 ('e', "engine", "ecore-evas engine to use."),
164 static int browserCreate(const char *url, const char *theme, const char *userAgent, Eina_Rectangle geometry, const char *engine, const char *backingStore, unsigned char isFlattening, unsigned char isFullscreen, const char *databasePath);
655 browserCreate(const char *url, const char *theme, const char *userAgent, Eina_Rectangle geometry, const char *engine, const char *backingStore, unsigned char isFlattening, unsigned char isFullscreen, const char *databasePath)
666 app->ee = ecore_evas_new(engine, 0, 0, geometry.w, geometry.h, NULL);
823 char *engine = NULL; local
833 ECORE_GETOPT_VALUE_STR(engine),
888 browserCreate(url, themePath, userAgent, geometry, engine, backingStore, isFlattening, isFullscreen, path);
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 642 QScriptEngine* engine = d->frame->script()->qtScriptEngine();
643 if (!engine)
645 QScriptValue v = engine->newQObject(object, ownership);
646 engine->globalObject().property("window").setProperty(name, v);
    [all...]
  /external/openssl/apps/
enc.c 129 char *engine = NULL; local
185 else if (strcmp(*argv,"-engine") == 0)
188 engine= *(++argv);
312 BIO_printf(bio_err,"%-14s use engine e, possibly a hardware device.\n","-engine e");
328 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);
genpkey.c 65 #include <openssl/engine.h>
69 const char *file, ENGINE *e);
78 ENGINE *e = NULL;
121 else if (strcmp(*args,"-engine") == 0)
206 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
316 const char *file, ENGINE *e)
364 const char *algname, ENGINE *e, int do_param)
368 ENGINE *tmpeng = NULL;
  /external/wpa_supplicant_8/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.
631 /* TODO: clean pin if engine used? */
  /external/skia/src/animator/
SkAnimateMaker.cpp 360 void SkAnimateMaker::setScriptError(const SkScriptEngine& engine) {
363 engine.getErrorString(&errorString);
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 81 jobject engine; member in struct:__anon14618
477 pEnv->CallVoidMethod(pContext->engine,
    [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 556 LayoutEngine *engine; member in struct:ParagraphLayout::StyleRunInfo
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 56 #include <openssl/engine.h>
  /external/llvm/tools/llvm-config/
llvm-config.in.in 176 llvm-config --libs engine bcreader scalaropts
200 engine Either a native JIT or a bitcode interpreter.
344 $NAME_MAP{'engine'} = find_best_engine;

Completed in 1580 milliseconds

1 2 3 4 5 6 78 91011>>