/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
CipherSpi.java | 22 import javax.crypto.spec.PSource; 96 cipher = new OAEPEncoding(new RSABlindedEngine(), digest, ((PSource.PSpecified)pSpec.getPSource()).getValue()); 214 initFromSpec(new OAEPParameterSpec("MD5", "MGF1", new MGF1ParameterSpec("MD5"), PSource.PSpecified.DEFAULT)); 226 initFromSpec(new OAEPParameterSpec("SHA-224", "MGF1", new MGF1ParameterSpec("SHA-224"), PSource.PSpecified.DEFAULT)); 230 initFromSpec(new OAEPParameterSpec("SHA-256", "MGF1", MGF1ParameterSpec.SHA256, PSource.PSpecified.DEFAULT)); 234 initFromSpec(new OAEPParameterSpec("SHA-384", "MGF1", MGF1ParameterSpec.SHA384, PSource.PSpecified.DEFAULT)); 238 initFromSpec(new OAEPParameterSpec("SHA-512", "MGF1", MGF1ParameterSpec.SHA512, PSource.PSpecified.DEFAULT)); 313 cipher = new OAEPEncoding(new RSABlindedEngine(), digest, mgfDigest, ((PSource.PSpecified)spec.getPSource()).getValue());
|
/development/perftests/panorama/feature_mos/src/mosaic_renderer/ |
Renderer.h | 34 GLuint loadShader(GLenum shaderType, const char* pSource);
|
Renderer.cpp | 38 GLuint Renderer::loadShader(GLenum shaderType, const char* pSource) { 41 glShaderSource(shader, 1, &pSource, NULL);
|
/external/pdfium/core/include/fxcodec/ |
fx_codec_provider.h | 33 virtual FX_BOOL Encode(const class CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, int quality = 75,
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
Renderer.h | 34 GLuint loadShader(GLenum shaderType, const char* pSource);
|
Renderer.cpp | 38 GLuint Renderer::loadShader(GLenum shaderType, const char* pSource) { 41 glShaderSource(shader, 1, &pSource, NULL);
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
Renderer.h | 34 GLuint loadShader(GLenum shaderType, const char* pSource);
|
Renderer.cpp | 38 GLuint Renderer::loadShader(GLenum shaderType, const char* pSource) { 41 glShaderSource(shader, 1, &pSource, NULL);
|
/development/ndk/platforms/android-5/samples/hello-gl2/jni/ |
gl_code.cpp | 57 GLuint loadShader(GLenum shaderType, const char* pSource) { 60 glShaderSource(shader, 1, &pSource, NULL);
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
gl_code.cpp | 37 GLuint loadShader(GLenum shaderType, const char* pSource) { 40 glShaderSource(shader, 1, &pSource, NULL);
|
/frameworks/native/opengl/tests/gldual/jni/ |
gl_code.cpp | 37 GLuint loadShader(GLenum shaderType, const char* pSource) { 40 glShaderSource(shader, 1, &pSource, NULL);
|
/external/pdfium/core/src/fxge/win32/ |
fx_win32_device.cpp | [all...] |
/frameworks/compile/mclinker/include/mcld/LD/ |
StubFactory.h | 44 const uint64_t pSource,
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMToARMStub.h | 34 uint64_t pSource,
|
ARMToTHMStub.h | 34 uint64_t pSource,
|
THMToARMStub.h | 33 uint64_t pSource,
|
THMToTHMStub.h | 33 uint64_t pSource,
|
ARMToARMStub.cpp | 62 uint64_t pSource, 74 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonAbsoluteStub.h | 34 uint64_t pSource,
|
/frameworks/native/libs/gui/tests/ |
GLTest.h | 31 static void loadShader(GLenum shaderType, const char* pSource,
|
/frameworks/compile/libbcc/lib/Core/ |
Source.cpp | 143 bool Source::merge(Source &pSource) { 145 if (llvm::Linker::LinkModules(mModule, &pSource.getModule()) != 0) { 147 getIdentifier().c_str(), pSource.getIdentifier().c_str());
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
RSScript.h | 71 RSScript(Source &pSource);
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLA25Stub.h | 33 uint64_t pSource,
|
/external/pdfium/core/src/fxge/dib/ |
fx_dib_engine.cpp | [all...] |
/frameworks/compile/mclinker/lib/LD/ |
StubFactory.cpp | 123 uint64_t pSource, 128 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue))
|