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

1 23 4 5 6 7 8 9

  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 54 data->dh);
91 pad_len = data->dh->prime_len - wpabuf_len(shared);
117 /* DH parameters are not needed anymore, so free them */
218 prop->dh = transform_id;
346 prop.dh = -1;
352 prop.encr != -1 && prop.dh != -1) {
354 data->dh = dh_groups_get(prop.dh);
374 data->proposal.integ, data->proposal.dh);
387 * DH Group # (16 bits
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
DimLayer.java 160 final int dh = (int) (info.logicalHeight * 1.5); local
163 final float yPos = -1 * dh / 6;
165 if (mLastDimWidth != dw || mLastDimHeight != dh || mLayer != layer) {
168 mDimSurface.setSize(dw, dh);
174 mLastDimHeight = dh;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 125 float dh = drawRect.height(); local
127 float dy = fullRect.centerY() - dh / 2;
128 drawRect.set(dx, dy, dx + dw, dy + dh);
  /external/tcpdump/
print-wb.c 311 wb_dops(const struct dophdr *dh, u_int32_t ss, u_int32_t es)
315 register int t = dh->dh_type;
322 u_int32_t ts = EXTRACT_32BITS(&dh->dh_ts);
332 dh = DOP_NEXT(dh);
333 if ((u_char *)dh > snapend) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
AttList.java 76 * @param dh DOMHelper
78 public AttList(NamedNodeMap attrs, DOM2Helper dh)
83 m_dh = dh;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
AttList.java 67 * @param dh DOMHelper
69 public AttList(NamedNodeMap attrs, DOMHelper dh)
74 m_dh = dh;
  /external/openssl/ssl/
ssltest.c 182 #include <openssl/dh.h>
237 static DH *get_dh512(void);
238 static DH *get_dh1024(void);
239 static DH *get_dh1024dsa(void);
414 /* The SSL API does not allow us to look at temporary RSA/DH keys,
527 DH *dh; local
619 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
627 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
923 dh=get_dh1024dsa()
2393 DH *dh; local
2421 DH *dh; local
2459 DH *dh; local
    [all...]
  /external/quake/quake/src/QW/client/
surf16.asm 280 mov ah,dh
282 mov ch,dh
294 mov ah,dh
296 mov ch,dh
308 mov ah,dh
310 mov ch,dh
322 mov ah,dh
324 mov ch,dh
337 mov ah,dh
339 mov ch,dh
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 58 data->dh);
83 pad_len = data->dh->prime_len - wpabuf_len(shared);
104 /* DH parameters are not needed anymore, so free them */
200 transform_id == data->proposal.dh)
201 prop->dh = transform_id;
328 prop.dh = -1;
334 prop.encr != -1 && prop.dh != -1) {
357 data->proposal.integ, data->proposal.dh);
370 * DH Group # (16 bits)
386 wpa_printf(MSG_DEBUG, "IKEV2: KEr DH Group #%u", group)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
AlgorithmParameterGeneratorSpi.java 1 package org.bouncycastle.jcajce.provider.asymmetric.dh;
38 throw new InvalidAlgorithmParameterException("DH parameter generator requires a DHGenParameterSpec for initialisation");
66 params = AlgorithmParameters.getInstance("DH", BouncyCastleProvider.PROVIDER_NAME);
DHUtil.java 1 package org.bouncycastle.jcajce.provider.asymmetric.dh;
16 * utility class for converting jce/jca DH objects
33 throw new InvalidKeyException("can't identify DH public key.");
48 throw new InvalidKeyException("can't identify DH private key.");
  /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/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/crypto/dh/
dh_err.c 1 /* crypto/dh/dh_err.c */
63 #include <openssl/dh.h>
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 103 unsigned char al, ah, bl, bh, cl, ch, dl, dh; member in struct:_RMBYTEREGS
  /external/quake/quake/src/WinQuake/
dosisms.h 67 unsigned char dl, dh, edx_b2, edx_b3; member in struct:__anon14418::__anon14421
  /external/wpa_supplicant_8/src/common/
sae.h 33 const struct dh_group *dh; member in struct:sae_temporary_data
sae.c 40 tmp->dh = dh_groups_get(group);
41 if (tmp->dh) {
43 tmp->prime_len = tmp->dh->prime_len;
49 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime,
57 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order,
58 tmp->dh->order_len);
228 sae->tmp->dh->prime, sae->tmp->prime_len, pwd_value,
235 if (os_memcmp(pwd_value, sae->tmp->dh->prime, sae->tmp->prime_len) >= 0)
245 if (sae->tmp->dh->safe_prime) {
492 if (sae->tmp->dh && sae_derive_commit_element_ffc(sae, mask) < 0
    [all...]
  /bionic/libc/arch-x86/string/
sse2-strlen-atom.S 285 test $0x01, %dh
288 test $0x02, %dh
291 test $0x04, %dh
294 test $0x08, %dh
297 test $0x10, %dh
300 test $0x20, %dh
303 test $0x40, %dh
  /external/openssl/android.testssl/
testssl 144 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
145 echo skipping anonymous DH tests
147 echo test tls1 with 1024bit anonymous DH, multiple handshakes
151 if [ `adb shell /system/bin/openssl no-rsa` = no-dh ]; then
157 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 167 dlpi_handle_t dh; local
172 retval = dlpi_open(device, &dh, 0);
179 retval = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR, physaddr,
184 dlpi_close(dh);
188 dlpi_close(dh);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 272 int dh = r.top + th + r.bottom; local
273 if (dh < mNumberBackground.getMinimumWidth()) {
274 dh = mNumberBackground.getMinimumWidth();
276 mNumberY = h-r.bottom-((dh-r.top-th-r.bottom)/2);
277 mNumberBackground.setBounds(w-dw, h-dh, w, h);
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 343 int dh = 0;
346 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight()));
347 dh = Math.max(thumbHeight, dh);
350 dh += mPaddingTop + mPaddingBottom;
353 resolveSizeAndState(dh, heightMeasureSpec, 0));
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 378 int dh = 0;
381 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight()));
382 dh = Math.max(thumbHeight, dh);
385 dh += mPaddingTop + mPaddingBottom;
388 resolveSizeAndState(dh, heightMeasureSpec, 0));
  /external/openssl/apps/
progs.pl 46 elsif ( ($_ =~ /^dh$/) || ($_ =~ /^gendh$/) || ($_ =~ /^dhparam$/))

Completed in 646 milliseconds

1 23 4 5 6 7 8 9