HomeSort by relevance Sort by last modified time
    Searched defs:dh (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/openssl/crypto/dh/
p1024.c 1 /* crypto/dh/p1024.c */
62 #include <openssl/dh.h>
85 DH *dh; local
87 dh=DH_new();
88 dh->p=BN_bin2bn(data,sizeof(data),NULL);
89 dh->g=BN_new();
90 BN_set_word(dh->g,2);
91 PEM_write_DHparams(stdout,dh);
p192.c 1 /* crypto/dh/p192.c */
62 #include <openssl/dh.h>
73 DH *dh; local
75 dh=DH_new();
76 dh->p=BN_bin2bn(data,sizeof(data),NULL);
77 dh->g=BN_new();
78 BN_set_word(dh->g,3);
79 PEM_write_DHparams(stdout,dh);
p512.c 1 /* crypto/dh/p512.c */
62 #include <openssl/dh.h>
78 DH *dh; local
80 dh=DH_new();
81 dh->p=BN_bin2bn(data,sizeof(data),NULL);
82 dh->g=BN_new();
83 BN_set_word(dh->g,2);
84 PEM_write_DHparams(stdout,dh);
dh_pmeth.c 63 #include <openssl/dh.h>
67 /* DH pkey context structure */
163 DH *dh = NULL; local
174 dh = DH_new();
175 if (!dh)
177 ret = DH_generate_parameters_ex(dh,
180 EVP_PKEY_assign_DH(pkey, dh);
182 DH_free(dh);
188 DH *dh = NULL local
    [all...]
dh_ameth.c 62 #include <openssl/dh.h>
68 DH_free(pkey->pkey.dh);
81 DH *dh = NULL; local
97 if (!(dh = d2i_DHparams(NULL, &pm, pmlen)))
110 if (!(dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)))
117 EVP_PKEY_assign_DH(pkey, dh);
123 if (dh)
124 DH_free(dh);
131 DH *dh local
194 DH *dh = NULL; local
301 DH *dh; local
    [all...]
  /external/quake/quake/src/QW/client/
block16.h 4 movb %dh,%ah variable
6 movb %dh,%ch variable
19 movb %dh,%ah variable
21 movb %dh,%ch variable
34 movb %dh,%ah variable
36 movb %dh,%ch variable
49 movb %dh,%ah variable
51 movb %dh,%ch variable
65 movb %dh,%ah variable
67 movb %dh,%c variable
80 movb %dh,%ah variable
82 movb %dh,%ch variable
96 movb %dh,%ah variable
98 movb %dh,%ch variable
112 movb %dh,%ah variable
114 movb %dh,%ch variable
    [all...]
block8.h 4 movb %dh,%ah variable
6 movb %dh,%ch variable
19 movb %dh,%ah variable
21 movb %dh,%ch variable
34 movb %dh,%ah variable
36 movb %dh,%ch variable
49 movb %dh,%ah variable
51 movb %dh,%ch variable
65 movb %dh,%ah variable
67 movb %dh,%c variable
80 movb %dh,%ah variable
82 movb %dh,%ch variable
96 movb %dh,%ah variable
98 movb %dh,%ch variable
112 movb %dh,%ah variable
114 movb %dh,%ch variable
    [all...]
  /external/quake/quake/src/WinQuake/
block16.h 23 movb %dh,%ah variable
25 movb %dh,%ch variable
38 movb %dh,%ah variable
40 movb %dh,%ch variable
53 movb %dh,%ah variable
55 movb %dh,%ch variable
68 movb %dh,%ah variable
70 movb %dh,%ch variable
84 movb %dh,%ah variable
86 movb %dh,%c variable
99 movb %dh,%ah variable
101 movb %dh,%ch variable
115 movb %dh,%ah variable
117 movb %dh,%ch variable
131 movb %dh,%ah variable
133 movb %dh,%ch variable
    [all...]
block8.h 23 movb %dh,%ah variable
25 movb %dh,%ch variable
38 movb %dh,%ah variable
40 movb %dh,%ch variable
53 movb %dh,%ah variable
55 movb %dh,%ch variable
68 movb %dh,%ah variable
70 movb %dh,%ch variable
84 movb %dh,%ah variable
86 movb %dh,%c variable
99 movb %dh,%ah variable
101 movb %dh,%ch variable
115 movb %dh,%ah variable
117 movb %dh,%ch variable
131 movb %dh,%ah variable
133 movb %dh,%ch variable
    [all...]
  /external/chromium/third_party/icu/source/tools/genbrk/
genbrk.cpp 99 DataHeader dh ={ variable
305 uprv_memcpy(dh.info.formatVersion, ((RBBIDataHeader *)outData)->fFormatVersion, sizeof(dh.info.formatVersion));
312 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
  /external/chromium/third_party/icu/source/tools/genctd/
genctd.cpp 102 DataHeader dh ={ variable
410 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
  /external/icu4c/tools/genbrk/
genbrk.cpp 99 DataHeader dh ={ variable
306 uprv_memcpy(dh.info.formatVersion, ((RBBIDataHeader *)outData)->fFormatVersion, sizeof(dh.info.formatVersion));
313 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
  /external/icu4c/tools/genctd/
genctd.cpp 99 DataHeader dh ={ variable
364 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
  /external/chromium/third_party/icu/source/tools/gencfu/
gencfu.cpp 99 DataHeader dh ={ variable
256 uprv_memcpy(dh.info.formatVersion,
258 sizeof(dh.info.formatVersion));
265 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
  /external/icu4c/tools/gencfu/
gencfu.cpp 99 DataHeader dh ={ variable
257 uprv_memcpy(dh.info.formatVersion,
259 sizeof(dh.info.formatVersion));
266 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
  /external/openssl/apps/
gendh.c 77 #include <openssl/dh.h>
95 DH *dh=NULL; local
203 BIO_printf(bio_err,"Generating DH parameters, %d bit long safe prime, generator %d\n",num,g);
206 if(((dh = DH_new()) == NULL) || !DH_generate_parameters_ex(dh, num, g, &cb))
211 if (!PEM_write_bio_DHparams(out,dh))
218 if (dh != NULL) DH_free(dh);
dh.c 1 /* apps/dh.c */
70 #include <openssl/dh.h>
94 DH *dh=NULL; local
179 BIO_printf(bio_err," -check check the DH parameters\n");
180 BIO_printf(bio_err," -text print a text form of the DH parameters\n");
233 dh=d2i_DHparams_bio(in,NULL);
235 dh=PEM_read_bio_DHparams(in,NULL,NULL,NULL);
241 if (dh == NULL)
243 BIO_printf(bio_err,"unable to load DH parameters\n")
    [all...]
dhparam.c 122 #include <openssl/dh.h>
139 * -dsaparam - read or generate DSA parameters, convert to DH
155 DH *dh=NULL; local
252 BIO_printf(bio_err," -dsaparam read or generate DSA parameters, convert to DH\n");
254 BIO_printf(bio_err," -check check the DH parameters\n");
255 BIO_printf(bio_err," -text print a text form of the DH parameters\n");
291 /* DH parameters */
322 dh = DSA_dup_DH(dsa);
324 if (dh == NULL
    [all...]
  /frameworks/base/core/java/android/text/style/
DrawableMarginSpan.java 51 int dh = mDrawable.getIntrinsicHeight(); local
57 mDrawable.setBounds(ix, itop, ix+dw, itop+dh);
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 237 int dh = d.format.c[component].h; local
239 int dbits = dh - dl;
353 int shift = sh-dh;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
ikev2.h 25 int dh; member in struct:ikev2_proposal_data
40 const struct dh_group *dh; member in struct:ikev2_initiator_data
  /development/samples/GlobalTime/src/com/android/globaltime/
Clock.java 148 long dh = doffset / (MILLISECONDS_PER_HOUR); local
149 doffset -= dh * MILLISECONDS_PER_HOUR;
151 doffset = sign * (60 * dh + dm) * MILLISECONDS_PER_MINUTE;
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 268 $dh = opendir($geshi_lang_path); variable
270 $file = readdir($dh);
275 $file = readdir($dh);
279 $file = readdir($dh);
281 closedir($dh);
  /external/libvpx/vpx_scale/leapster/
vpxscale_lf.c 460 int dh = (vscale - 1 + src->y_height * vratio) / vscale; local
464 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
468 for (i = 0; i < dh; i++)
471 if (dh < (int)dst->y_height)
472 for (i = dh - 1; i < (int)dst->y_height; i++)
473 duck_memcpy(dst->y_buffer + i * dst->y_stride, dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1);
476 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
483 if (dh / 2 < (int)dst->uv_height)
484 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
485 duck_memcpy(dst->u_buffer + i * dst->uv_stride, dst->u_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width)
701 int dh = scale_vars->expanded_frame_height; local
739 dst_yuv_config->uv_stride, dw, dh); local
745 dst_yuv_config->uv_stride, dw, dh); local
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 241 BN_ULONG dh,dl,q,ret=0,th,tl,t; local
258 dh=(d&BN_MASK2h)>>BN_BITS4;
262 if ((h>>BN_BITS4) == dh)
265 q=h/dh;
267 th=q*dh;
278 th-=dh;

Completed in 352 milliseconds

1 2 3