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 47 public static class DH
59 throw new InvalidAlgorithmParameterException("DH parameter generator requires a DHGenParameterSpec for initialisation");
87 params = AlgorithmParameters.getInstance("DH", BouncyCastleProvider.PROVIDER_NAME);
209 // throw new InvalidAlgorithmParameterException("DH parameter generator requires a DHGenParameterSpec for initialisation");
JDKKeyFactory.java 418 public static class DH
421 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/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
KeyAgreement.java 292 public static class DH
295 public DH()
  /external/openssl/crypto/
ossl_typ.h 134 typedef struct dh_st DH;
  /external/openssl/include/openssl/
ossl_typ.h 134 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 405 #define DH { OP_IMREG, dh_reg }
    [all...]

Completed in 529 milliseconds