HomeSort by relevance Sort by last modified time
    Searched defs:DH (Results 1 - 11 of 11) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKAlgorithmParameterGenerator.java 46 public static class DH
58 throw new InvalidAlgorithmParameterException("DH parameter generator requires a DHGenParameterSpec for initialisation");
86 params = AlgorithmParameters.getInstance("DH", "BC");
208 // throw new InvalidAlgorithmParameterException("DH parameter generator requires a DHGenParameterSpec for initialisation");
JDKKeyFactory.java 400 public static class DH
403 public DH()
JDKAlgorithmParameters.java 521 public static class DH
570 throw new InvalidParameterSpecException("unknown parameter spec passed to DH parameters object.");
604 throw new IOException("Not a valid DH Parameter encoding.");
608 throw new IOException("Not a valid DH Parameter encoding.");
    [all...]
JDKKeyPairGenerator.java 126 public static class DH
138 public DH()
140 super("DH");
  /external/openssl/crypto/bn/asm/
ia64.S     [all...]
mips3.s 654 #define DH v1
656 dsrl DH,a2,32
666 beq DH,HH,.L_bn_div_words_skip_div1
667 ddivu zero,a0,DH
699 beq DH,HH,.L_bn_div_words_skip_div2
700 ddivu zero,a0,DH
703 #undef DH
    [all...]
  /external/openssl/crypto/
ossl_typ.h 132 typedef struct dh_st DH;
  /external/openssl/include/openssl/
ossl_typ.h 132 typedef struct dh_st DH;
  /external/dropbear/libtomcrypt/
crypt.tex 121 public key cryptography (via PKCS \#1 RSA, DH or ECCDH), and a plethora of support routines.
    [all...]
  /external/qemu/
i386-dis.c 397 #define DH { OP_IMREG, dh_reg }
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 131 #define DH dh
193 #define DH %dh
    [all...]

Completed in 553 milliseconds