HomeSort by: relevance | last modified time | path
    Searched refs:DH (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/i386/include/
bioscall.h 81 #define DH r_dx.biosreg_quarter[BIOSREG_HI]
  /src/usr.sbin/syslogd/
tls.c 87 DH *get_dh1024(void);
88 /* DH parameter precomputed with "openssl dhparam -C -2 1024" */
89 DH *
105 DH *dh; local
108 if ((dh = DH_new()) == NULL)
114 if (!DH_set0_pqg(dh, p, NULL, g))
116 return dh;
118 DH_free(dh);
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 285 TMDR0H .EQU 0DH

Completed in 81 milliseconds