Searched refs:engine (Results 101 - 125 of 488) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
H A DOAEPEncoding.java23 private AsymmetricBlockCipher engine; field in class:OAEPEncoding
56 this.engine = cipher;
72 return engine;
90 engine.init(forEncryption, param);
97 int baseBlockSize = engine.getInputBlockSize();
111 int baseBlockSize = engine.getOutputBlockSize();
199 return engine.processBlock(block, 0, block.length);
212 byte[] data = engine.processBlock(in, inOff, inLen);
220 if (data.length < engine.getOutputBlockSize())
222 block = new byte[engine
[all...]
/external/openssl/crypto/evp/
H A Ddigest.c117 #include <openssl/engine.h>
153 if (ctx->engine && ctx->digest && (!type ||
161 if(ctx->engine)
162 ENGINE_finish(ctx->engine);
190 ctx->engine = impl;
193 ctx->engine = NULL;
301 if (in->engine && !ENGINE_init(in->engine))
396 if(ctx->engine)
399 ENGINE_finish(ctx->engine);
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpplogintask_unittest.cc39 XmppEngine* engine() { return engine_.get(); } function in class:XmppLoginTaskTest
234 engine()->HandleInput(input.c_str(), input.length());
247 engine()->HandleInput(input.c_str(), input.length());
257 engine()->HandleInput(input.c_str(), input.length());
273 engine()->HandleInput(input.c_str(), input.length());
293 engine()->HandleInput(input.c_str(), input.length());
311 engine()->HandleInput(input.c_str(), input.length());
333 engine()->HandleInput(input.c_str(), input.length());
354 engine()->HandleInput(input.c_str(), input.length());
376 engine()
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Ddisplay-profiler-output84 def topExecutionCount(engine)
88 if value.engine == engine
109 def bottomExecutionCount(engine)
113 if compilation.engine == engine
218 def maxTopExecutionCount(engine)
222 max = [max, bytecode.topExecutionCount(engine)].max
236 def maxBottomExecutionCount(engine)
240 max = [max, bytecode.bottomExecutionCount(engine)]
[all...]
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcletest.c41 le_engine *engine = le_create(font, arabScriptCode, -1, 0, &status); local
55 glyphCount = le_getGlyphCount(engine, &status);
64 le_getGlyphs(engine, NULL, &status);
71 le_getGlyphs(engine, glyphs, &status);
78 le_getCharIndices(engine, NULL, &status);
85 le_getCharIndices(engine, indices, &status);
92 le_getCharIndicesWithBase(engine, NULL, 1024, &status);
99 le_getCharIndicesWithBase(engine, indices, 1024, &status);
106 le_getGlyphPositions(engine, NULL, &status);
113 le_getGlyphPositions(engine, position
190 le_engine *engine = NULL; local
213 le_engine *engine =le_create(font, arabScriptCode, -1, 0, &status); local
449 le_engine *engine; local
[all...]
/external/icu/icu4c/source/test/letest/
H A Dcletest.c41 le_engine *engine = le_create(font, arabScriptCode, -1, 0, &status); local
55 glyphCount = le_getGlyphCount(engine, &status);
64 le_getGlyphs(engine, NULL, &status);
71 le_getGlyphs(engine, glyphs, &status);
78 le_getCharIndices(engine, NULL, &status);
85 le_getCharIndices(engine, indices, &status);
92 le_getCharIndicesWithBase(engine, NULL, 1024, &status);
99 le_getCharIndicesWithBase(engine, indices, 1024, &status);
106 le_getGlyphPositions(engine, NULL, &status);
113 le_getGlyphPositions(engine, position
190 le_engine *engine = NULL; local
213 le_engine *engine =le_create(font, arabScriptCode, -1, 0, &status); local
449 le_engine *engine; local
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dcommon_decoder.h100 // Sets the engine, to get shared memory buffers from, and to set the token
102 void set_engine(CommandBufferEngine* engine) { argument
103 engine_ = engine;
105 CommandBufferEngine* engine() const { return engine_; } function in class:gpu::CommonDecoder
/external/openssl/apps/
H A Dpkeyparam.c77 char *engine=NULL; local
111 else if (strcmp(*args,"-engine") == 0)
114 engine= *(++args);
137 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
143 setup_engine(bio_err, engine, 0);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DKeyPairGeneratorSpi.java28 DHBasicKeyPairGenerator engine = new DHBasicKeyPairGenerator(); field in class:KeyPairGeneratorSpi
60 engine.init(param);
107 engine.init(param);
112 AsymmetricCipherKeyPair pair = engine.generateKeyPair();
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dgnomeglue.h31 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dleperf.cpp36 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, params->script, -1, status); local
42 glyphCount = engine->layoutChars(chars, 0, params->charLen, params->charLen, TRUE, 0.0, 0.0, status);
46 engine->getGlyphs(glyphs, status);
53 delete engine;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h42 LLVMExecutionEngineRef engine; member in struct:gallivm_state
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DOriginalEngineKey.java1 package com.bumptech.glide.load.engine;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/
H A DNullDecoder.java4 import com.bumptech.glide.load.engine.Resource;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
H A DGifDataBytesTranscoder.java3 import com.bumptech.glide.load.engine.Resource;
H A DGifDataDrawableTranscoder.java3 import com.bumptech.glide.load.engine.Resource;
/external/icu/icu4c/source/samples/layout/
H A Dgnomeglue.h31 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
/external/icu/icu4c/source/test/perf/leperf/
H A Dleperf.cpp36 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, params->script, -1, status); local
42 glyphCount = engine->layoutChars(chars, 0, params->charLen, params->charLen, TRUE, 0.0, 0.0, status);
46 engine->getGlyphs(glyphs, status);
53 delete engine;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h42 LLVMExecutionEngineRef engine; member in struct:gallivm_state
/external/openssl/crypto/asn1/
H A Dd2i_pr.c65 #include <openssl/engine.h>
88 if (ret->engine)
90 ENGINE_finish(ret->engine);
91 ret->engine = NULL;
/external/openssl/crypto/conf/
H A Dconf_sap.c67 #include <openssl/engine.h>
/external/openssl/crypto/ecdh/
H A Dech_locl.h90 ENGINE *engine; member in struct:ecdh_data_st
/external/openssl/crypto/ecdsa/
H A Decs_vrf.c61 #include <openssl/engine.h>
/external/openssl/crypto/store/
H A Dstr_locl.h115 ENGINE *engine; member in struct:store_st
/external/chromium_org/media/audio/android/
H A Dopensles_wrapper.cc85 SLresult slCreateEngine(SLObjectItf* engine, argument
103 return g_sl_create_engine_handle(engine,

Completed in 2082 milliseconds

1234567891011>>