Searched refs:dplen (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/dh/ |
D | dh_ameth.c | 241 int dplen; in dh_priv_encode() local 268 dplen = i2d_ASN1_INTEGER(prkey, &dp); in dh_priv_encode() 273 V_ASN1_SEQUENCE, params, dp, dplen)) in dh_priv_encode()
|
/external/openssl/crypto/dsa/ |
D | dsa_ameth.c | 308 int dplen; in dsa_priv_encode() local 335 dplen = i2d_ASN1_INTEGER(prkey, &dp); in dsa_priv_encode() 340 V_ASN1_SEQUENCE, params, dp, dplen)) in dsa_priv_encode()
|
/external/chromium/base/third_party/dmg_fp/ |
D | dtoa.cc | 485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member 662 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; variable 664 (CONST char *s, int nd0, int nd, ULong y9, int dplen) 688 s += dplen; 691 s += dplen + 9; 2460 sign = nz0 = nz = bc.dplen = bc.uflchk = 0; 2532 bc.dplen = bc.dp1 - bc.dp0; 2604 if (!bc.dplen) 2877 j += bc.dplen; 2898 bd0 = s2b(s0, nd0, nd, y, bc.dplen);
|