HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 601 - 625 of 3414) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/openssl/openssl/apps/
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...]
gendh.c 98 char *engine=NULL; local
129 else if (strcmp(*argv,"-engine") == 0)
132 engine= *(++argv);
154 BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n");
163 setup_engine(bio_err, engine, 0);
dsa.c 99 ENGINE *e = NULL;
109 char *engine; local
127 engine=NULL;
170 else if (strcmp(*argv,"-engine") == 0)
173 engine= *(++argv);
214 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
241 e = setup_engine(bio_err, engine, 0);
verify.c 75 STACK_OF(X509_CRL) *crls, ENGINE *e);
82 ENGINE *e = NULL;
92 char *engine=NULL; local
149 else if (strcmp(*argv,"-engine") == 0)
152 engine= *(++argv);
171 e = setup_engine(bio_err, engine, 0);
243 BIO_printf(bio_err," [-engine e]");
268 STACK_OF(X509_CRL) *crls, ENGINE *e)
  /external/fio/engines/
null.c 2 * null engine
4 * IO engine that doesn't do any real IO transfers, it just pretends to.
7 * It also can act as external C++ engine - compiled with:
  /external/openssl/apps/
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...]
gendh.c 98 char *engine=NULL; local
129 else if (strcmp(*argv,"-engine") == 0)
132 engine= *(++argv);
154 BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n");
163 setup_engine(bio_err, engine, 0);
  /external/svox/pico/src/com/svox/pico/
EngineSettings.java 32 * Checks if the voice data for the SVOX Pico Engine is present on the
51 ArrayList<String> available = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES);
52 ArrayList<String> unavailable = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES);
  /libcore/luni/src/main/java/javax/crypto/
Mac.java 31 import org.apache.harmony.security.fortress.Engine;
43 //Used to access common engine functionality
44 private static final Engine ENGINE = new Engine(SERVICE);
196 private static Engine.SpiAndProvider tryAlgorithm(Key key, Provider provider, String algorithm) {
204 ArrayList<Provider.Service> services = ENGINE.getServices(algorithm);
209 Engine.SpiAndProvider sap = tryAlgorithmWithProvider(key, service);
217 private static Engine.SpiAndProvider tryAlgorithmWithProvider(Key key, Provider.Service service) {
223 Engine.SpiAndProvider sap = ENGINE.getInstance(service, null)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyPairGeneratorSpi.java 43 ECKeyPairGenerator engine = new ECKeyPairGenerator(); field in class:KeyPairGeneratorSpi.EC
130 engine.init(param);
143 engine.init(param);
193 engine.init(param);
203 engine.init(param);
223 AsymmetricCipherKeyPair pair = engine.generateKeyPair();
  /external/conscrypt/src/main/java/org/conscrypt/
PSKKeyManager.java 120 * engine.
124 String chooseServerKeyIdentityHint(SSLEngine engine);
139 * engine.
146 String chooseClientKeyIdentity(String identityHint, SSLEngine engine);
161 * Gets the PSK to use for the provided engine.
170 SecretKey getKey(String identityHint, String identity, SSLEngine engine);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeEngine.java 9 * a class that provides a basic DESede (or Triple DES) engine.
93 throw new IllegalStateException("DESede engine not initialised");
  /external/chromium_org/build/
landmine_utils.py 57 Returns a string which is the distributed build engine in use (if any).
89 Returns a string representing the build engine (not compiler) to use.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule_engine.js 6 * @fileoverview Implementation of the speech rule engine.
8 * The speech rule engine chooses and applies speech rules. Rules are chosen
15 * Consequently the rule engine is parameterisable wrt. rule stores and
49 * Parameterizes the speech rule engine.
69 * engine. This is a separate function as this can be done interactively, while
308 * Flag for the debug mode of the speech rule engine.
322 ['Speech Rule Engine Debugger:'].concat(outputList));
330 * engine.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
chrome_shared.css 60 * right. (Namely, URLs, search engine names, etc.)
67 /* Input fields in search engine table need to be weak-rtl. Since those input
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_language.h 47 // Return true if the underlying spellcheck engine is enabled.
69 // Pointer to a platform-specific spelling engine, if it is in use. This
  /external/chromium_org/pdf/
pdf_engine.h 53 // This class encapsulates a PDF rendering engine.
64 // The interface that's provided to the rendering engine.
158 // Notifies the client that the engine has painted a page from the document.
182 // Factory method to create an instance of the PDF Engine.
254 // Append the first page of the document loaded with the |engine| to this
256 virtual void AppendPage(PDFEngine* engine, int index) = 0;
260 // and not for general scrolling - the engine will not repaint due to this.
267 // Interface for exports that wrap the PDF engine.
  /external/chromium_org/sync/engine/
directory_update_handler.h 14 #include "sync/engine/process_updates_util.h"
15 #include "sync/engine/update_handler.h"
non_blocking_type_processor_unittest.cc 5 #include "sync/engine/non_blocking_type_processor.h"
7 #include "sync/engine/non_blocking_sync_common.h"
8 #include "sync/engine/non_blocking_type_processor_core_interface.h"
13 #include "sync/test/engine/injectable_sync_core_proxy.h"
14 #include "sync/test/engine/mock_non_blocking_type_processor_core.h"
21 // Tests the sync engine parts of NonBlockingTypeProcessor.
24 // to turning the sync engine on and off again. That code is fairly well
28 // These tests skip past initialization and focus on steady state sync engine
  /external/chromium_org/sync/test/engine/
mock_non_blocking_type_processor_core.h 11 #include "sync/engine/non_blocking_sync_common.h"
12 #include "sync/engine/non_blocking_type_processor_core_interface.h"
test_syncable_utils.cc 7 #include "sync/test/engine/test_syncable_utils.h"
14 #include "sync/test/engine/test_id_factory.h"
  /external/chromium_org/third_party/gtk+/
AUTHORS 39 MS-Windows theme engine
45 Pixbuf theme engine
  /external/chromium_org/third_party/libxslt/libxslt/
xsltconfig.h 2 * Summary: compile-time version informations for the XSLT engine
3 * Description: compile-time version informations for the XSLT engine
  /external/chromium_org/third_party/libxslt/linux/libxslt/
xsltconfig.h 2 * Summary: compile-time version informations for the XSLT engine
3 * Description: compile-time version informations for the XSLT engine
  /external/chromium_org/third_party/sqlite/src/
spec.template 6 Summary: SQLite is a C library that implements an embeddable SQL database engine
17 zero-configuration, transactional SQL database engine.

Completed in 534 milliseconds

<<21222324252627282930>>