HomeSort by relevance Sort by last modified time
    Searched refs:DH (Results 51 - 71 of 71) sorted by null

1 23

  /external/openssl/crypto/bn/asm/
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/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 224 case X86::RSI: case X86::ESI: case X86::SI: case X86::SIL: case X86::DH:
  /external/openssl/crypto/pem/
pem.h 131 #define PEM_STRING_DHPARAMS "DH PARAMETERS"
505 DECLARE_PEM_rw_const(DHparams, DH)
  /external/openssl/include/openssl/
pem.h 131 #define PEM_STRING_DHPARAMS "DH PARAMETERS"
505 DECLARE_PEM_rw_const(DHparams, DH)
ssl.h 269 #define SSL_TXT_DH "DH"
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 81 void operator()(DH* p) const {
85 typedef UniquePtr<DH, DH_Delete> Unique_DH;
2512 DH* dh = DSA_dup_DH(dsa.get()); local
    [all...]
  /external/openssl/ssl/
s3_clnt.c 163 #include <openssl/dh.h>
341 /* Check if it is anon DH/ECDH */
430 /* EAY EAY EAY need to check for DH fix cert
1333 DH *dh=NULL; local
3230 DH *dh; local
    [all...]
ssl.h 269 #define SSL_TXT_DH "DH"
    [all...]
s3_srvr.c 164 #include <openssl/dh.h>
409 /* Check if it is anon DH or anon ECDH, */
458 /* only send if a DH key exchange, fortezza or
895 if (s->s3->tmp.dh != NULL)
897 DH_free(s->s3->tmp.dh);
898 s->s3->tmp.dh = NULL;
1564 DH *dh=NULL,*dhp; local
    [all...]
ssl_lib.c 157 #include <openssl/dh.h>
    [all...]
d1_clnt.c 128 #include <openssl/dh.h>
387 /* Check if it is anon DH or PSK */
490 /* EAY EAY EAY need to check for DH fix cert
1179 DH *dh_srvr,*dh_clnt;
1203 /* use the 'p' output buffer for the DH key, but
    [all...]
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...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c     [all...]
  /external/srec/config/en.us/dictionary/
c0.6 87 )END-THE-PAREN EH1 N D DH AH0 P ER0 EH1 N
522 ACANTHA AA0 K AA1 N DH AH0
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 57 #include <openssl/dh.h>
2432 DH *dh = NULL; local
2481 DH *dh = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]
  /external/openssh/
monitor_wrap.c 42 #include <openssl/dh.h>
48 #include "dh.h"
179 DH *
    [all...]
monitor.c 59 #include <openssl/dh.h>
71 #include "dh.h"
644 DH *dh; local
660 dh = choose_dh(min, want, max);
661 if (dh == NULL) {
667 buffer_put_bignum2(m, dh->p);
668 buffer_put_bignum2(m, dh->g);
670 DH_free(dh);
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 121 public key cryptography (via PKCS \#1 RSA, DH or ECCDH), and a plethora of support routines.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/qemu/
i386-dis.c 405 #define DH { OP_IMREG, dh_reg }
    [all...]

Completed in 2190 milliseconds

1 23