Home
last modified time | relevance | path

Searched refs:dplen (Results 1 - 7 of 7) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
H A Dsmisc.c37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9; in s2b()
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
63 s += dplen;
66 s += dplen + 9;
H A Dstrtodg.c338 int dplen = strlen(decimalpoint); local
342 static int dplen; local
349 dplen = strlen(s0);
354 #define dplen 1 macro
712 bd0 = s2b(s0, nd0, nd, y, dplen);
H A Dstrtod.c112 int dplen = strlen(decimalpoint); local
116 static int dplen; local
123 dplen = strlen(s0);
128 #define dplen 1 macro
577 bd0 = s2b(s0, nd0, nd, y, dplen);
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_ameth.c182 int dplen; in dh_priv_encode() local
206 dplen = i2d_ASN1_INTEGER(prkey, &dp); in dh_priv_encode()
210 if (dplen <= 0) { in dh_priv_encode()
216 V_ASN1_SEQUENCE, params, dp, dplen)) { in dh_priv_encode()
217 OPENSSL_clear_free(dp, dplen); in dh_priv_encode()
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_ameth.c168 int dplen; in dsa_priv_encode() local
197 dplen = i2d_ASN1_INTEGER(prkey, &dp); in dsa_priv_encode()
201 if (dplen <= 0) { in dsa_priv_encode()
207 V_ASN1_SEQUENCE, params, dp, dplen)) { in dsa_priv_encode()
208 OPENSSL_clear_free(dp, dplen); in dsa_priv_encode()
/third_party/openssl/crypto/dsa/
H A Ddsa_ameth.c168 int dplen; in dsa_priv_encode() local
197 dplen = i2d_ASN1_INTEGER(prkey, &dp); in dsa_priv_encode()
201 if (dplen <= 0) { in dsa_priv_encode()
207 V_ASN1_SEQUENCE, params, dp, dplen)) { in dsa_priv_encode()
208 OPENSSL_clear_free(dp, dplen); in dsa_priv_encode()
/third_party/openssl/crypto/dh/
H A Ddh_ameth.c182 int dplen; in dh_priv_encode() local
206 dplen = i2d_ASN1_INTEGER(prkey, &dp); in dh_priv_encode()
210 if (dplen <= 0) { in dh_priv_encode()
216 V_ASN1_SEQUENCE, params, dp, dplen)) { in dh_priv_encode()
217 OPENSSL_clear_free(dp, dplen); in dh_priv_encode()

Completed in 6 milliseconds