Home
last modified time | relevance | path

Searched defs:engine (Results 1 – 25 of 207) sorted by relevance

123456789

/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c44 struct engine { struct
63 static int engine_init_display(struct engine* engine) { in engine_init_display()
131 static void engine_draw_frame(struct engine* engine) { in engine_draw_frame()
148 static void engine_term_display(struct engine* engine) { in engine_term_display()
169 struct engine* engine = (struct engine*)app->userData; in engine_handle_input() local
183 struct engine* engine = (struct engine*)app->userData; in engine_handle_cmd() local
232 struct engine engine; in android_main() local
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
DAndroidEngineFactory.java33 SSLEngine engine = initEngine(clientContext.createSSLEngine(), cipher, true); in newClientEngine() local
42 SSLEngine engine = initEngine(serverContext.createSSLEngine(), cipher, false); in newServerEngine() local
50 public void dispose(SSLEngine engine) { in dispose()
62 SSLEngine engine = initEngine(clientContext.createSSLEngine(), cipher, true); in newClientEngine() local
71 SSLEngine engine = initEngine(serverContext.createSSLEngine(), cipher, false); in newServerEngine() local
79 public void dispose(SSLEngine engine) { in dispose()
85 public void dispose(SSLEngine engine) {} in dispose()
95 static SSLEngine initEngine(SSLEngine engine, String cipher, boolean client) { in initEngine()
/external/conscrypt/repackaged/benchmark-android/src/main/java/com/android/org/conscrypt/
DAndroidEngineFactory.java35 SSLEngine engine = initEngine(clientContext.createSSLEngine(), cipher, true); in newClientEngine() local
44 SSLEngine engine = initEngine(serverContext.createSSLEngine(), cipher, false); in newServerEngine() local
52 public void dispose(SSLEngine engine) { in dispose()
64 SSLEngine engine = initEngine(clientContext.createSSLEngine(), cipher, true); in newClientEngine() local
73 SSLEngine engine = initEngine(serverContext.createSSLEngine(), cipher, false); in newServerEngine() local
81 public void dispose(SSLEngine engine) { in dispose()
87 public void dispose(SSLEngine engine) {} in dispose()
97 static SSLEngine initEngine(SSLEngine engine, String cipher, boolean client) { in initEngine()
/external/boringssl/src/crypto/engine/
Dengine.c35 ENGINE *engine = OPENSSL_malloc(sizeof(ENGINE)); in ENGINE_new() local
44 void ENGINE_free(ENGINE *engine) { in ENGINE_free()
65 int ENGINE_set_RSA_method(ENGINE *engine, const RSA_METHOD *method, in ENGINE_set_RSA_method()
71 RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine) { in ENGINE_get_RSA_method()
75 int ENGINE_set_ECDSA_method(ENGINE *engine, const ECDSA_METHOD *method, in ENGINE_set_ECDSA_method()
81 ECDSA_METHOD *ENGINE_get_ECDSA_method(const ENGINE *engine) { in ENGINE_get_ECDSA_method()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc34 std::minstd_rand0* engine) { in PopulateWithRandomFloatingPointData()
86 void PopulateWithNoDuplicateData(Literal* literal, std::minstd_rand0* engine) { in PopulateWithNoDuplicateData()
96 void PopulateWithNoDuplicateData(Literal* literal, std::minstd_rand0* engine) { in PopulateWithNoDuplicateData()
103 void PopulateWithFloatingPointData(Literal* literal, std::minstd_rand0* engine, in PopulateWithFloatingPointData()
116 void PopulateWithComplexData(Literal* result, std::minstd_rand0* engine, in PopulateWithComplexData()
142 std::minstd_rand0* engine, in PopulateWithFloatingPointData()
156 std::minstd_rand0* engine, in PopulateWithFloatingPointData()
169 void PopulateWithRandomIntegralData(Literal* literal, std::minstd_rand0* engine, in PopulateWithRandomIntegralData()
195 std::minstd_rand0* engine, in MakeFakeLiteralInternal()
274 std::minstd_rand0* engine, in PopulateWithRandomIntegralDataWithBounds()
[all …]
/external/conscrypt/common/src/main/java/org/conscrypt/
DConscrypt.java470 public static boolean isConscrypt(SSLEngine engine) { in isConscrypt()
474 private static AbstractConscryptEngine toConscrypt(SSLEngine engine) { in toConscrypt()
488 public static void setBufferAllocator(SSLEngine engine, BufferAllocator bufferAllocator) { in setBufferAllocator()
522 public static void setHostname(SSLEngine engine, String hostname) { in setHostname()
531 public static String getHostname(SSLEngine engine) { in getHostname()
538 public static int maxSealOverhead(SSLEngine engine) { in maxSealOverhead()
545 public static void setHandshakeListener(SSLEngine engine, HandshakeListener handshakeListener) { in setHandshakeListener()
559 public static void setChannelIdEnabled(SSLEngine engine, boolean enabled) { in setChannelIdEnabled()
573 public static byte[] getChannelId(SSLEngine engine) throws SSLException { in getChannelId()
590 public static void setChannelIdPrivateKey(SSLEngine engine, PrivateKey privateKey) { in setChannelIdPrivateKey()
[all …]
DPSKKeyManager.java128 String chooseServerKeyIdentityHint(SSLEngine engine); in chooseServerKeyIdentityHint()
150 String chooseClientKeyIdentity(String identityHint, SSLEngine engine); in chooseClientKeyIdentity()
174 SecretKey getKey(String identityHint, String identity, SSLEngine engine); in getKey()
DDuckTypedPSKKeyManager.java84 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint()
106 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity()
128 public SecretKey getKey(String identityHint, String identity, SSLEngine engine) { in getKey()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DConscrypt.java480 public static boolean isConscrypt(SSLEngine engine) { in isConscrypt()
484 private static AbstractConscryptEngine toConscrypt(SSLEngine engine) { in toConscrypt()
498 public static void setBufferAllocator(SSLEngine engine, BufferAllocator bufferAllocator) { in setBufferAllocator()
532 public static void setHostname(SSLEngine engine, String hostname) { in setHostname()
541 public static String getHostname(SSLEngine engine) { in getHostname()
548 public static int maxSealOverhead(SSLEngine engine) { in maxSealOverhead()
555 public static void setHandshakeListener(SSLEngine engine, HandshakeListener handshakeListener) { in setHandshakeListener()
569 public static void setChannelIdEnabled(SSLEngine engine, boolean enabled) { in setChannelIdEnabled()
583 public static byte[] getChannelId(SSLEngine engine) throws SSLException { in getChannelId()
600 public static void setChannelIdPrivateKey(SSLEngine engine, PrivateKey privateKey) { in setChannelIdPrivateKey()
[all …]
DPSKKeyManager.java130 String chooseServerKeyIdentityHint(SSLEngine engine); in chooseServerKeyIdentityHint()
152 String chooseClientKeyIdentity(String identityHint, SSLEngine engine); in chooseClientKeyIdentity()
176 SecretKey getKey(String identityHint, String identity, SSLEngine engine); in getKey()
DDuckTypedPSKKeyManager.java85 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint()
107 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity()
129 public SecretKey getKey(String identityHint, String identity, SSLEngine engine) { in getKey()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DDuckTypedPSKKeyManagerTest.java188 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint()
196 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity()
219 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint()
227 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity()
235 public SecretKey getKey(String identityHint, String identity, SSLEngine engine) { in getKey()
252 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint()
260 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity()
270 public SecretKeySpec getKey(String identityHint, String identity, SSLEngine engine) { in getKey()
287 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint()
295 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity()
[all …]
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DDuckTypedPSKKeyManagerTest.java184 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint()
192 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity()
215 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint()
223 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity()
231 public SecretKey getKey(String identityHint, String identity, SSLEngine engine) { in getKey()
248 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint()
256 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity()
266 public SecretKeySpec getKey(String identityHint, String identity, SSLEngine engine) { in getKey()
283 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint()
291 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity()
[all …]
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DOpenJdkEngineFactory.java88 SSLEngine engine = initEngine(clientContext.createSSLEngine(), cipher, true); in newClientEngine() local
97 SSLEngine engine = initEngine(serverContext.createSSLEngine(), cipher, false); in newServerEngine() local
119 SSLEngine engine = initEngine(clientContext.createSSLEngine(), cipher, true); in newClientEngine() local
129 SSLEngine engine = initEngine(serverContext.createSSLEngine(), cipher, false); in newServerEngine() local
173 public void dispose(SSLEngine engine) { in dispose()
197 public void dispose(SSLEngine engine) { in dispose()
212 public void dispose(SSLEngine engine) { in dispose()
260 static SSLEngine initEngine(SSLEngine engine, String cipher, boolean client) { in initEngine()
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DJava8PlatformUtil.java60 SSLParameters params, SSLParametersImpl impl, ConscryptEngine engine) { in setSSLParameters()
75 SSLParameters params, SSLParametersImpl impl, ConscryptEngine engine) { in getSSLParameters()
84 static SSLEngine wrapEngine(ConscryptEngine engine) { in wrapEngine()
88 static SSLEngine unwrapEngine(SSLEngine engine) { in unwrapEngine()
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
DJava8PlatformUtil.java61 SSLParameters params, SSLParametersImpl impl, ConscryptEngine engine) { in setSSLParameters()
76 SSLParameters params, SSLParametersImpl impl, ConscryptEngine engine) { in getSSLParameters()
85 static SSLEngine wrapEngine(ConscryptEngine engine) { in wrapEngine()
89 static SSLEngine unwrapEngine(SSLEngine engine) { in unwrapEngine()
/external/antlr/tool/src/test/java/org/antlr/test/
DTestInterpretedLexing.java86 Interpreter engine = new Interpreter(g, new ANTLRStringStream("a")); in testSimpleAltCharTest() local
101 Interpreter engine = new Interpreter(g, new ANTLRStringStream("abc")); // should ignore the x in testSingleRuleRef() local
112 Interpreter engine = new Interpreter(g, new ANTLRStringStream("12x")); // should ignore the x in testSimpleLoop() local
125 Interpreter engine = new Interpreter(g, new ANTLRStringStream("a")); in testMultAltLoop() local
153 Interpreter engine = new Interpreter(g, input); in testSimpleLoops() local
/external/webrtc/webrtc/libjingle/xmpp/
Dmoduleimpl.cc30 XmppModuleImpl::RegisterEngine(XmppEngine* engine) in RegisterEngine()
42 XmppModuleImpl::engine() { in engine() function in buzz::XmppModuleImpl
/external/conscrypt/publicapi/src/main/java/android/net/ssl/
DSSLEngines.java35 public static boolean isSupportedEngine(@NonNull SSLEngine engine) { in isSupportedEngine()
54 public static void setUseSessionTickets(@NonNull SSLEngine engine, boolean useSessionTickets) { in setUseSessionTickets()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DRFC3394WrapEngine.java23 private BlockCipher engine; field in RFC3394WrapEngine
37 public RFC3394WrapEngine(BlockCipher engine) in RFC3394WrapEngine()
48 public RFC3394WrapEngine(BlockCipher engine, boolean useReverseDirection) in RFC3394WrapEngine()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/
DRFC3394WrapEngine.java25 private BlockCipher engine; field in RFC3394WrapEngine
39 public RFC3394WrapEngine(BlockCipher engine) in RFC3394WrapEngine()
50 public RFC3394WrapEngine(BlockCipher engine, boolean useReverseDirection) in RFC3394WrapEngine()
/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
DPSKKeyManagerProxy.java49 protected SecretKey getKey(String identityHint, String identity, SSLEngine engine) { in getKey()
57 protected String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint()
65 protected String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/
DPSKKeyManagerProxy.java50 protected SecretKey getKey(String identityHint, String identity, SSLEngine engine) { in getKey()
58 protected String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint()
66 protected String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity()
/external/grpc-grpc/src/cpp/client/
Dcronet_credentials.cc30 CronetChannelCredentialsImpl(void* engine) : engine_(engine) {} in CronetChannelCredentialsImpl()
47 std::shared_ptr<ChannelCredentials> CronetChannelCredentials(void* engine) { in CronetChannelCredentials()
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DBufferType.java41 ByteBuffer newApplicationBuffer(SSLEngine engine) { in newApplicationBuffer()
45 ByteBuffer newPacketBuffer(SSLEngine engine) { in newPacketBuffer()

123456789