Searched refs:engines (Results 1 – 25 of 61) sorted by relevance
123
42 engines_src_files := engines/cpu.c engines/mmap.c engines/null.c engines/net.c \43 engines/sg.c engines/sync.c engines/gfapi.h45 engines_src_files_64 := engines/splice.c
198 org/bouncycastle/crypto/engines/AESLightEngine.java \199 org/bouncycastle/crypto/engines/AESWrapPadEngine.java \200 org/bouncycastle/crypto/engines/CAST5Engine.java \201 org/bouncycastle/crypto/engines/CAST6Engine.java \202 org/bouncycastle/crypto/engines/CamelliaEngine.java \203 org/bouncycastle/crypto/engines/CamelliaLightEngine.java \204 org/bouncycastle/crypto/engines/CamelliaWrapEngine.java \205 org/bouncycastle/crypto/engines/ChaChaEngine.java \206 org/bouncycastle/crypto/engines/CramerShoupCiphertext.java \207 org/bouncycastle/crypto/engines/CramerShoupCoreEngine.java \[all …]
170 UStack *engines = new UStack(_deleteEngine, NULL, status); in getEngineFor() local171 if (U_SUCCESS(status) && engines == NULL) { in getEngineFor()175 delete engines; in getEngineFor()176 engines = NULL; in getEngineFor()181 fEngines = engines; in getEngineFor()182 engines = NULL; in getEngineFor()185 delete engines; in getEngineFor()
45 files for FreeType?, Mac OS X, and Windows GDI font engines. Other font46 engines can easily be supported in a like manner.
1 package org.bouncycastle.crypto.engines;
19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
23 import org.bouncycastle.crypto.engines.DESedeEngine;24 import org.bouncycastle.crypto.engines.DESedeWrapEngine;
7 import org.bouncycastle.crypto.engines.TwofishEngine;
4 import org.bouncycastle.crypto.engines.BlowfishEngine;
5 import org.bouncycastle.crypto.engines.RC4Engine;
19 import org.bouncycastle.crypto.engines.RC2Engine;
33 import org.bouncycastle.crypto.engines.AESFastEngine;34 import org.bouncycastle.crypto.engines.AESWrapEngine;
META-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...
... .osgi.service.security.TrustEngine[] engines java.security.cert.Certificate foundCert int i ...
753 SSLEngine[] engines = new SSLEngine[] { client, server }; in doHandshakeImpl() local763 SSLEngine current_engine = engines[step]; in doHandshakeImpl()803 current_engine = engines[step]; in doHandshakeImpl()836 print(result = engines[(step + 1) % 2].unwrap( in doHandshakeImpl()853 current_engine = engines[step]; in doHandshakeImpl()
502 LIB_OBJS += $(OUTPUT)util/scripting-engines/trace-event-perl.o507 LIB_OBJS += $(OUTPUT)util/scripting-engines/trace-event-python.o641 $(OUTPUT)util/scripting-engines/trace-event-perl.o: util/scripting-engines/trace-event-perl.c $(OUT…647 $(OUTPUT)util/scripting-engines/trace-event-python.o: util/scripting-engines/trace-event-python.c $…
7 to improve their productivity with open source speech engines, like espeak.
13 % adapted for native UTF-8 TeX engines. Patterns became part of hyph-utf8
22 import org.bouncycastle.crypto.engines.RSABlindedEngine;