HomeSort by relevance Sort by last modified time
    Searched refs:dh (Results 76 - 100 of 208) sorted by null

1 2 34 5 6 7 8 9

  /system/core/libpixelflinger/codeflinger/
texturing.cpp 906 int dh = scratches.obtain(); local
1005 int dh = scratches.obtain(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 85 public TreeWalker(ContentHandler contentHandler, DOMHelper dh, String systemId)
99 m_dh = dh;
107 public TreeWalker(ContentHandler contentHandler, DOMHelper dh)
117 m_dh = dh;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
AlgorithmParametersSpi.java 1 package org.bouncycastle.jcajce.provider.asymmetric.dh;
81 throw new InvalidParameterSpecException("unknown parameter spec passed to DH parameters object.");
115 throw new IOException("Not a valid DH Parameter encoding.");
119 throw new IOException("Not a valid DH Parameter encoding.");
KeyFactorySpi.java 1 package org.bouncycastle.jcajce.provider.asymmetric.dh;
KeyPairGeneratorSpi.java 1 package org.bouncycastle.jcajce.provider.asymmetric.dh;
36 super("DH");
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/dh/
DhGroupExchange.java 5 package ch.ethz.ssh2.crypto.dh;
DhExchange.java 5 package ch.ethz.ssh2.crypto.dh;
77 throw new IllegalArgumentException("Unknown DH group " + group);
  /external/openssl/crypto/err/
err_all.c 74 #include <openssl/dh.h>
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 172 void drawImage(HTMLImageElement*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionCode&);
176 void drawImage(HTMLCanvasElement*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionCode&);
182 void drawImage(HTMLVideoElement*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionCode&);
187 float dx, float dy, float dw, float dh, const String& compositeOperation);
CanvasRenderingContext2D.idl 122 void drawImage(in HTMLImageElement image, in float sx, in float sy, in float sw, in float sh, in float dx, in float dy, in float dw, in float dh)
128 void drawImage(in HTMLCanvasElement canvas, in float sx, in float sy, in float sw, in float sh, in float dx, in float dy, in float dw, in float dh)
135 void drawImage(in HTMLVideoElement video, in float sx, in float sy, in float sw, in float sh, in float dx, in float dy, in float dw, in float dh)
140 in float dx, in float dy, in float dw, in float dh, in DOMString compositeOperation);
  /external/openssl/ssl/
d1_srvr.c 126 #include <openssl/dh.h>
420 /* Check if it is anon DH or normal PSK */
467 /* only send if a DH key exchange or
600 /* could be sent for a DH cert, even if we
1032 DH *dh=NULL,*dhp; local
1107 if (s->s3->tmp.dh != NULL)
1109 DH_free(dh);
1114 if ((dh=DHparams_dup(dhp)) == NULL)
1120 s->s3->tmp.dh=dh
    [all...]
s3_srvr.c 167 #include <openssl/dh.h>
414 /* Check if it is anon DH or anon ECDH, */
463 /* only send if a DH key exchange, fortezza or
909 if (s->s3->tmp.dh != NULL)
911 DH_free(s->s3->tmp.dh);
912 s->s3->tmp.dh = NULL;
1591 DH *dh=NULL,*dhp; local
    [all...]
  /system/core/libpixelflinger/
buffer.cpp 39 int sh, int sl, int dh, int dl, int ch, int cl, int dither);
325 int dh, int dl, // dst
330 const int dbits = dh-dl;
369 int shift = dh-sh;
374 // ie: sh-dh == sh-dbits
375 int shift = sh-dh;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 304 final int dh = frame.height(); local
307 boolean surfaceDimensionsChanged = dw != mLastSurfaceWidth || dh != mLastSurfaceHeight;
322 Log.d(TAG, "Reloading bitmap: mBackground, bgw, bgh, dw, dh = " +
326 dw + ", " + dh);
336 if (dw != mBackground.getWidth() || dh != mBackground.getHeight()) {
338 dw + ", " + dh + ", " + mBackground.getWidth() + ", " +
345 final int availh = dh - mBackground.getHeight();
353 mLastSurfaceHeight = dh;
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 57 #include <openssl/dh.h>
2432 DH *dh = NULL; local
2481 DH *dh = NULL; local
    [all...]
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 349 private static void setVStretchQuad(FloatBuffer vtx, float dw, float dh, float a) {
351 final float h = dh - (dh * a);
353 final float y = (dh - h) * 0.5f;
357 private static void setHStretchQuad(FloatBuffer vtx, float dw, float dh, float a) {
361 final float y = (dh - h) * 0.5f;
  /external/openssl/crypto/evp/
p_lib.c 74 #include <openssl/dh.h>
347 int EVP_PKEY_set1_DH(EVP_PKEY *pkey, DH *key)
355 DH *EVP_PKEY_get1_DH(EVP_PKEY *pkey)
361 DH_up_ref(pkey->pkey.dh);
362 return pkey->pkey.dh;
  /external/valgrind/main/VEX/priv/
host_s390_disasm.c 401 UInt dh, dl, x, b; local
403 dh = va_arg(args, UInt);
408 p = dxb_operand(p, (dh << 12) | dl, x, b, 1 /* signed_displacement */);
  /packages/apps/Launcher2/src/com/android/launcher2/
Cling.java 235 int dh = (int) (scale * mPunchThroughGraphic.getIntrinsicHeight()); local
244 mPunchThroughGraphic.setBounds(cx - dw/2, cy - dh/2, cx + dw/2, cy + dh/2);
  /external/openssl/crypto/dh/
dh_gen.c 1 /* crypto/dh/dh_gen.c */
67 #include <openssl/dh.h>
73 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb);
75 int DH_generate_parameters_ex(DH *ret, int prime_len, int generator, BN_GENCB *cb)
95 /* We generate DH parameters as follows
113 * Since DH should be using a safe prime (both p and q are prime),
120 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb)
  /external/openssl/crypto/engine/
eng_cryptodev.c 58 #include <crypto/dh/dh.h>
125 static int cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
129 const BIGNUM *pub_key, DH *dh);
1280 cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
1288 cryptodev_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
    [all...]
  /external/openssl/
Apps-config.mk 41 apps/dh.c \
Crypto-config.mk 214 crypto/dh/dh_ameth.c \
215 crypto/dh/dh_asn1.c \
216 crypto/dh/dh_check.c \
217 crypto/dh/dh_depr.c \
218 crypto/dh/dh_err.c \
219 crypto/dh/dh_gen.c \
220 crypto/dh/dh_key.c \
221 crypto/dh/dh_lib.c \
222 crypto/dh/dh_pmeth.c \
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
Xv.c 430 unsigned int dw, unsigned int dh
453 req->drw_h = dh;
470 unsigned int dw, unsigned int dh
492 req->drw_h = dh;
509 unsigned int dw, unsigned int dh
531 req->drw_h = dh;
548 unsigned int dw, unsigned int dh
570 req->drw_h = dh;
  /external/skia/legacy/src/effects/
SkBlurMask.cpp 117 int dh = sh + 2*ry; local
122 for (int y = 0; y < dh; y++) {
181 int dh = sh + 2*ry; local
188 for (int y = 0; y < dh; y++) {
284 int dh = sh + 2*ry; local
289 for (int y = 0; y < dh; y++) {
375 int dh = sh + 2*ry; local
382 for (int y = 0; y < dh; y++) {

Completed in 1435 milliseconds

1 2 34 5 6 7 8 9