HomeSort by relevance Sort by last modified time
    Searched full:bignum (Results 151 - 175 of 515) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/openssl/crypto/bn/
bn_mont.c 126 static int BN_from_montgomery_word(BIGNUM *ret, BIGNUM *r, BN_MONT_CTX *mont);
129 int BN_mod_mul_montgomery(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
132 BIGNUM *tmp;
177 static int BN_from_montgomery_word(BIGNUM *ret, BIGNUM *r, BN_MONT_CTX *mont)
179 BIGNUM *n;
280 int BN_from_montgomery(BIGNUM *ret, const BIGNUM *a, BN_MONT_CTX *mont
    [all...]
bntest.c 97 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
319 BIGNUM a,b,c;
363 BIGNUM a,b,c;
414 BIGNUM a,b,c,d,e;
494 BIGNUM a,b;
550 BIGNUM a,b,c,d,e;
623 BIGNUM a,b,c,d,e;
679 BIGNUM a,c,d,e;
721 BIGNUM a,b,c,d,A,B;
722 BIGNUM n
    [all...]
bn_div.c 67 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
72 BIGNUM *D;
181 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor,
185 BIGNUM *tmp,wnum,*snum,*sdiv,*res
    [all...]
bn_nist.c 217 static const BIGNUM _bignum_nist_p_192 =
226 static const BIGNUM _bignum_nist_p_224 =
235 static const BIGNUM _bignum_nist_p_256 =
244 static const BIGNUM _bignum_nist_p_384 =
253 static const BIGNUM _bignum_nist_p_521 =
263 const BIGNUM *BN_get0_nist_prime_192(void)
268 const BIGNUM *BN_get0_nist_prime_224(void)
273 const BIGNUM *BN_get0_nist_prime_256(void)
278 const BIGNUM *BN_get0_nist_prime_384(void)
283 const BIGNUM *BN_get0_nist_prime_521(void
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bntest.c 97 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
319 BIGNUM a,b,c;
363 BIGNUM a,b,c;
414 BIGNUM a,b,c,d,e;
494 BIGNUM a,b;
550 BIGNUM a,b,c,d,e;
623 BIGNUM a,b,c,d,e;
679 BIGNUM a,c,d,e;
721 BIGNUM a,b,c,d,A,B;
722 BIGNUM n
    [all...]
bn_div.c 67 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
72 BIGNUM *D;
181 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor,
185 BIGNUM *tmp,wnum,*snum,*sdiv,*res
    [all...]
bn_nist.c 217 static const BIGNUM _bignum_nist_p_192 =
226 static const BIGNUM _bignum_nist_p_224 =
235 static const BIGNUM _bignum_nist_p_256 =
244 static const BIGNUM _bignum_nist_p_384 =
253 static const BIGNUM _bignum_nist_p_521 =
263 const BIGNUM *BN_get0_nist_prime_192(void)
268 const BIGNUM *BN_get0_nist_prime_224(void)
273 const BIGNUM *BN_get0_nist_prime_256(void)
278 const BIGNUM *BN_get0_nist_prime_384(void)
283 const BIGNUM *BN_get0_nist_prime_521(void
    [all...]
bn_kron.c 63 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
68 BIGNUM *A, *B, *tmp;
70 * For any odd BIGNUM n,
exp.c 16 BIGNUM a,b,c,r,rr,t,l;
  /external/chromium_org/third_party/openssl/openssl/crypto/srp/
srp_vfy.c 207 static void SRP_user_pwd_set_gN(SRP_user_pwd *vinfo, const BIGNUM *g,
208 const BIGNUM *N)
237 static int SRP_user_pwd_set_sv_BN(SRP_user_pwd *vinfo, BIGNUM *s, BIGNUM *v)
329 static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch)
530 BIGNUM *N_bn = NULL, *g_bn = NULL, *s = NULL, *v = NULL;
608 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, BIGNUM **verifier, BIGNUM *N, BIGNUM *g
    [all...]
  /external/chromium_org/v8/test/cctest/
test-strtod.cc 32 #include "bignum.h"
374 static int CompareBignumToDiyFp(const Bignum& bignum_digits,
377 Bignum bignum; local
378 bignum.AssignBignum(bignum_digits);
379 Bignum other;
382 bignum.MultiplyByPowerOfTen(bignum_exponent);
389 bignum.ShiftLeft(-diy_fp.e());
391 return Bignum::Compare(bignum, other)
    [all...]
  /external/openssl/crypto/srp/
srp_vfy.c 207 static void SRP_user_pwd_set_gN(SRP_user_pwd *vinfo, const BIGNUM *g,
208 const BIGNUM *N)
237 static int SRP_user_pwd_set_sv_BN(SRP_user_pwd *vinfo, BIGNUM *s, BIGNUM *v)
329 static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch)
530 BIGNUM *N_bn = NULL, *g_bn = NULL, *s = NULL, *v = NULL;
608 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, BIGNUM **verifier, BIGNUM *N, BIGNUM *g
    [all...]
  /external/v8/test/cctest/
test-strtod.cc 7 #include "bignum.h"
349 static int CompareBignumToDiyFp(const Bignum& bignum_digits,
352 Bignum bignum; local
353 bignum.AssignBignum(bignum_digits);
354 Bignum other;
357 bignum.MultiplyByPowerOfTen(bignum_exponent);
364 bignum.ShiftLeft(-diy_fp.e());
366 return Bignum::Compare(bignum, other)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa.h 100 int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */
101 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
102 const BIGNUM *m, BN_CTX *ctx,
126 int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
138 BIGNUM *n;
139 BIGNUM *e;
140 BIGNUM *d
    [all...]
rsa_null.c 81 static int RSA_null_mod_exp(const BIGNUM *r0, const BIGNUM *i, RSA *rsa);
136 static int RSA_null_mod_exp(BIGNUM *r0, BIGNUM *I, RSA *rsa)
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
rsa.h 100 int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */
101 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
102 const BIGNUM *m, BN_CTX *ctx,
126 int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
138 BIGNUM *n;
139 BIGNUM *e;
140 BIGNUM *d
    [all...]
  /external/openssl/crypto/rsa/
rsa.h 100 int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */
101 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
102 const BIGNUM *m, BN_CTX *ctx,
126 int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
138 BIGNUM *n;
139 BIGNUM *e;
140 BIGNUM *d
    [all...]
  /external/openssl/include/openssl/
rsa.h 100 int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */
101 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
102 const BIGNUM *m, BN_CTX *ctx,
126 int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
138 BIGNUM *n;
139 BIGNUM *e;
140 BIGNUM *d
    [all...]
  /external/chromium_org/net/android/
keystore_openssl.cc 239 // Copy the contents of an encoded big integer into an existing BIGNUM.
242 // |num| points to the BIGNUM which will be assigned with the new value.
246 BIGNUM* num) {
247 BIGNUM* ret = BN_bin2bn(
255 // BIGNUM object (if |*num_ptr| is NULL on input) or copy it (if
258 // |num_ptr| is the address of a BIGNUM pointer. |*num_ptr| can be NULL.
261 // point to a valid BIGNUM object.
263 BIGNUM** num_ptr) {
264 BIGNUM* old_num = *num_ptr;
265 BIGNUM* new_num = BN_bin2bn
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
wtf.gypi 154 'dtoa/bignum-dtoa.cc',
155 'dtoa/bignum-dtoa.h',
156 'dtoa/bignum.cc',
157 'dtoa/bignum.h',
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_enum.c 138 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai)
174 BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai, BIGNUM *bn)
176 BIGNUM *ret;
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_print.c 59 BIGNUM *EC_POINT_point2bn(const EC_GROUP *group,
62 BIGNUM *ret,
90 const BIGNUM *bn,
185 BIGNUM *tmp_bn=NULL;
  /external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/
ecs_locl.h 72 const BIGNUM *inv, const BIGNUM *rp, EC_KEY *eckey);
73 int (*ecdsa_sign_setup)(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv,
74 BIGNUM **r);
  /external/dropbear/libtommath/
bn_mp_shrink.c 18 /* shrink a bignum */
  /external/openssl/crypto/asn1/
a_enum.c 138 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai)
174 BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai, BIGNUM *bn)
176 BIGNUM *ret;

Completed in 832 milliseconds

1 2 3 4 5 67 8 91011>>