OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:engines
(Results
26 - 50
of
67
) sorted by null
1
2
3
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
RC2.java
19
import org.bouncycastle.crypto.
engines
.RC2Engine;
21
// import org.bouncycastle.crypto.
engines
.RC2WrapEngine;
AES.java
19
import org.bouncycastle.crypto.
engines
.AESFastEngine;
20
import org.bouncycastle.crypto.
engines
.AESWrapEngine;
22
// import org.bouncycastle.crypto.
engines
.RFC3211WrapEngine;
DESede.java
23
import org.bouncycastle.crypto.
engines
.DESedeEngine;
24
import org.bouncycastle.crypto.
engines
.DESedeWrapEngine;
26
// import org.bouncycastle.crypto.
engines
.RFC3211WrapEngine;
DES.java
21
import org.bouncycastle.crypto.
engines
.DESEngine;
23
// import org.bouncycastle.crypto.
engines
.RFC3211WrapEngine;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl_unittest.cc
84
ext1.
engines
.push_back(ext1_engine1);
91
ext1.
engines
.push_back(ext1_engine2);
105
ext2.
engines
.push_back(ext2_engine1);
112
ext2.
engines
.push_back(ext2_engine2);
[
all
...]
component_extension_ime_manager_impl.cc
295
component_ime.
engines
.push_back(engine);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RFC3394WrapEngine.java
1
package org.bouncycastle.crypto.
engines
;
RSACoreEngine.java
1
package org.bouncycastle.crypto.
engines
;
DESedeWrapEngine.java
1
package org.bouncycastle.crypto.
engines
;
RC2Engine.java
1
package org.bouncycastle.crypto.
engines
;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
RSADigestSigner.java
22
import org.bouncycastle.crypto.
engines
.RSABlindedEngine;
/external/chromium_org/v8/test/mjsunit/
negate.js
49
// implemented by any of the known JS
engines
.
/external/v8/test/mjsunit/
negate.js
49
// implemented by any of the known JS
engines
.
/external/chromium/chrome/browser/importer/
firefox3_importer.cc
385
// user has added a engine. So we get search
engines
from sqlite db as well
416
// Ubuntu-flavored Firefox3 supports locale-specific search
engines
via
430
file_util::FileEnumerator
engines
(app_path, false,
432
for (FilePath engine_path =
engines
.Next(); !engine_path.value().empty();
433
engine_path =
engines
.Next()) {
/external/chromium_org/chrome/utility/importer/
firefox_importer.cc
408
// user has added a engine. So we get search
engines
from sqlite db as well
439
// Ubuntu-flavored Firefox supports locale-specific search
engines
via
454
base::FileEnumerator
engines
(app_path, false, base::FileEnumerator::FILES);
455
for (base::FilePath engine_path =
engines
.Next();
456
!engine_path.value().empty(); engine_path =
engines
.Next()) {
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLEngineTest.java
286
SSLEngine[]
engines
= TestSSLEnginePair.connect(c, null);
local
287
assertConnected(
engines
[0],
engines
[1]);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DigestSignatureSpi.java
46
import org.bouncycastle.crypto.
engines
.RSABlindedEngine;
CipherSpi.java
34
import org.bouncycastle.crypto.
engines
.RSABlindedEngine;
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java
64
* Tests the interaction between the
engines
.
698
* Performs the handshake over the specified
engines
715
* Performs the handshake over the specified
engines
.
716
* Note that method passes app data between the
engines
during
743
SSLEngine[]
engines
= new SSLEngine[] {client, server};
local
753
SSLEngine current_engine =
engines
[step];
793
current_engine =
engines
[step];
826
print(result =
engines
[(step+1)%2].unwrap
[
all
...]
/external/chromium_org/chrome/browser/search_engines/
template_url_prepopulate_data.cc
52
// Put the
engines
within each country in order with most interesting/important
487
// A list of all the
engines
that we know about.
489
// Prepopulated
engines
:
511
// UMA-only
engines
:
714
const PrepopulatedEngine***
engines
,
754
*
engines
= engines_##code1##code2;\
1260
const PrepopulatedEngine**
engines
;
local
[
all
...]
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
/packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java
235
List<EngineInfo>
engines
= mEnginesHelper.getEngines();
local
236
for (EngineInfo engine :
engines
) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEStreamCipher.java
39
// import org.bouncycastle.crypto.
engines
.BlowfishEngine;
40
// import org.bouncycastle.crypto.
engines
.DESEngine;
41
// import org.bouncycastle.crypto.
engines
.DESedeEngine;
43
import org.bouncycastle.crypto.
engines
.RC4Engine;
45
// import org.bouncycastle.crypto.
engines
.SkipjackEngine;
46
// import org.bouncycastle.crypto.
engines
.TwofishEngine;
Completed in 815 milliseconds
1
2
3