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

1 2 3 4 5 6 7 891011>>

  /external/openssl/crypto/engine/
eng_openssl.c 1 /* crypto/engine/eng_openssl.c */
68 #include <openssl/engine.h>
113 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
117 static int openssl_digests(ENGINE *e, const EVP_MD **digest,
122 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
126 /* The constants used when creating the ENGINE */
128 static const char *engine_openssl_name = "Software engine support";
131 * "dynamic" ENGINE support too */
132 static int bind_helper(ENGINE *e)
165 /* If we add errors to this ENGINE, ensure the error handling is setup here *
    [all...]
  /external/openssl/crypto/pem/
pem_pkey.c 69 #include <openssl/engine.h>
  /external/skia/gpu/include/
GrContext.h 37 static GrContext* Create(GrEngine engine,
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 46 public native boolean eglWaitNative(int engine, Object bindTarget);
  /frameworks/base/opengl/tests/angeles/include/GLES/
egl.h 221 GLAPI EGLBoolean APIENTRY eglWaitNative (EGLint engine);
  /external/openssl/crypto/store/
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/apps/
apps.c 136 #include <openssl/engine.h>
787 const char *pass, ENGINE *e, const char *cert_descrip)
863 const char *pass, ENGINE *e, const char *key_descrip)
881 BIO_printf(err,"no engine specified\n");
888 BIO_printf(err,"cannot load %s from engine\n",key_descrip);
961 const char *pass, ENGINE *e, const char *key_descrip)
979 BIO_printf(bio_err,"no engine specified\n");
1116 const char *pass, ENGINE *e, const char *desc,
1215 const char *pass, ENGINE *e, const char *desc)
1223 const char *pass, ENGINE *e, const char *desc
    [all...]
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 591 EGLBoolean eglWaitNative(EGLint engine)
593 return getDispatch()->eglWaitNative(engine);
  /external/skia/src/animator/
SkScript.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 1005 EGLBoolean __stdcall eglWaitNative(EGLint engine)
1007 TRACE("(EGLint engine = %d)", engine);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py 141 def execute(self, options, args, tool, engine=QueueEngine):
144 return engine(self.name, self, self._tool.wakeup_event).run()
148 # We have seen request timeouts with app engine due to large
  /external/wpa_supplicant/
eap_tls_common.c 85 params->engine = config->engine;
127 /* At this point with the pkcs11 engine the PIN might be wrong.
525 /* TODO: clean pin if engine used? */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 534 SearchEngine engine = new SearchEngine(); local
552 engine.search(pattern, participants, scope, requestor, monitor);
  /system/media/wilhelm/src/
sles.c 486 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine)
494 // a NULL engine means we are constructing the engine
495 IEngine *thisEngine = (IEngine *) engine;
  /development/ndk/platforms/android-9/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /development/tools/emulator/opengl/host/libs/Translator/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclient.cc 243 // transfer ownership of pre_auth_ to engine
316 XmppClient::engine() { function in class:buzz::XmppClient
  /external/openssl/crypto/asn1/
ameth_lib.c 63 #include <openssl/engine.h>
168 * to the engine implementing 'type' or NULL if no engine implements
172 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type)
186 ENGINE *e;
200 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
210 ENGINE *e;
  /external/openssl/crypto/ecdsa/
ecdsatest.c 92 #include <openssl/engine.h>
  /external/openssl/crypto/evp/
evp_test.c 58 #include <openssl/engine.h>
354 /* Register all available ENGINE implementations of ciphers and digests.
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /frameworks/base/opengl/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);

Completed in 2139 milliseconds

1 2 3 4 5 6 7 891011>>