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

1 2 3 4 5 67 8 9

  /external/openssl/ssl/
ssl.h 269 #define SSL_TXT_DH "DH"
    [all...]
ssl_lib.c 157 #include <openssl/dh.h>
    [all...]
ssl_cert.c 130 #include <openssl/dh.h>
307 /* We have a DH key. */
  /external/openssl/crypto/evp/
evp.h 144 struct dh_st *dh; /* DH */ member in union:evp_pkey_st::__anon12622
461 #define EVP_PKEY_assign_DH(pkey,dh) EVP_PKEY_assign((pkey),EVP_PKEY_DH,\
462 (char *)(dh))
    [all...]
  /external/openssl/include/openssl/
evp.h 144 struct dh_st *dh; /* DH */ member in union:evp_pkey_st::__anon12703
461 #define EVP_PKEY_assign_DH(pkey,dh) EVP_PKEY_assign((pkey),EVP_PKEY_DH,\
462 (char *)(dh))
    [all...]
engine.h 82 #include <openssl/dh.h>
    [all...]
ts.h 86 #include <openssl/dh.h>
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp 1181 const TInt dh = (sz.iHeight << 16) / sz.iWidth; local
1183 if((asz.iWidth * dh ) >> 16 <= asz.iHeight)
1185 rect.SetRect(TPoint(0, 0), TSize(asz.iWidth, (asz.iWidth * dh) >> 16));
dsa_new.cpp 1112 const TInt dh = (sz.iHeight << 16) / sz.iWidth; local
1114 if((asz.iWidth * dh ) >> 16 <= asz.iHeight)
1116 rect.SetRect(TPoint(0, 0), TSize(asz.iWidth, (asz.iWidth * dh) >> 16));
  /external/openssh/
moduli.c 45 #include <openssl/dh.h>
54 #include "dh.h"
588 * Primes with no known generator are useless for DH, so
  /external/openssl/crypto/engine/
engine.h 82 #include <openssl/dh.h>
    [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 1082 or dh, dh ; address must be < 0x100 variable
1475 xor dh, dh variable
  /external/quake/quake/src/WinQuake/
sys_dos.cpp 597 regs.h.dh = 22;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ikev2.c 104 data->ikev2.proposal.dh = DH_GROUP2_1024BIT_MODP;
  /external/openssl/crypto/sha/
sha512.c 324 asm("xchgb %%ah,%%al;xchgb %%dh,%%dl;"\
326 "xchgb %%ah,%%al;xchgb %%dh,%%dl;" \
354 _asm xchg dh,dl local
358 _asm xchg dh,dl local
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 88 and $POSITION_MASK,%dh # mask it
193 # mov $16,%dh # 4096 is maximum size of proc file #)
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 80 and $POSITION_MASK,%dh # mask it
186 # mov $16,%dh # 4096 is maximum size of proc file #)
  /external/valgrind/main/VEX/priv/
host_s390_defs.c     [all...]
  /external/genext2fs/
genext2fs.c 1661 DIR *dh; local
    [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 545 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998, converted to amd 64 by Gilles Vollant 2005",0dh,0ah,0
  /external/zlib/src/contrib/masmx86/
match686.asm 458 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998",0dh,0ah
  /external/grub/stage2/
builtins.c     [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2W.s 794 EXTRD,U %r3,31,32,%r6 ; dh=(d&0xfff)>>32
802 CMPB,*=,N %r31,%r6,$D2 ; if ((h>>32) != dh)(forward) div
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 606 typedef int ( * PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);

Completed in 1703 milliseconds

1 2 3 4 5 67 8 9