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

1 2 3 4 56 7 8 91011>>

  /external/openssl/crypto/ecdsa/
ecs_sign.c 68 const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey)
83 *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r,
99 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
100 BIGNUM **rp)
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_ctx.c 71 * 1. Check a bunch of "(words+1)" type hacks in various bignum functions and
77 * prevent piddly little reallocations. OTOH, profiling bignum expansions in
93 /* The bignum values */
94 BIGNUM vals[BN_CTX_POOL_SIZE];
111 static BIGNUM * BN_POOL_get(BN_POOL *);
121 /* Array of indexes into the bignum stack */
141 /* The bignum bundles */
288 BIGNUM *BN_CTX_get(BN_CTX *ctx)
290 BIGNUM *ret;
301 /* OK, make sure the returned bignum is "zero" *
    [all...]
bn_print.c 68 char *BN_bn2hex(const BIGNUM *a)
103 char *BN_bn2dec(const BIGNUM *a)
108 BIGNUM *t=NULL;
172 int BN_hex2bn(BIGNUM **bn, const char *a)
174 BIGNUM *ret=NULL;
239 int BN_dec2bn(BIGNUM **bn, const char *a)
241 BIGNUM *ret=NULL;
297 int BN_asc2bn(BIGNUM **bn, const char *a)
320 int BN_print_fp(FILE *fp, const BIGNUM *a)
334 int BN_print(BIO *bp, const BIGNUM *a
    [all...]
bnspeed.c 168 void do_mul(BIGNUM *r,BIGNUM *a,BIGNUM *b,BN_CTX *ctx);
173 BIGNUM a,b,c;
183 void do_mul(BIGNUM *r, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
bn_exp2.c 118 int BN_mod_exp2_mont(BIGNUM *rr, const BIGNUM *a1, const BIGNUM *p1,
119 const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m,
124 BIGNUM *d,*r;
125 const BIGNUM *a_mod_m;
127 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE];
expspeed.c 200 void do_mul_exp(BIGNUM *r,BIGNUM *a,BIGNUM *b,BIGNUM *c,BN_CTX *ctx);
205 BIGNUM *a,*b,*c,*r;
226 void do_mul_exp(BIGNUM *r, BIGNUM *a, BIGNUM *b, BIGNUM *c, BN_CTX *ctx)
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...]
  /external/openssl/crypto/bn/
bn_ctx.c 71 * 1. Check a bunch of "(words+1)" type hacks in various bignum functions and
77 * prevent piddly little reallocations. OTOH, profiling bignum expansions in
93 /* The bignum values */
94 BIGNUM vals[BN_CTX_POOL_SIZE];
111 static BIGNUM * BN_POOL_get(BN_POOL *);
121 /* Array of indexes into the bignum stack */
141 /* The bignum bundles */
288 BIGNUM *BN_CTX_get(BN_CTX *ctx)
290 BIGNUM *ret;
301 /* OK, make sure the returned bignum is "zero" *
    [all...]
bn_print.c 68 char *BN_bn2hex(const BIGNUM *a)
103 char *BN_bn2dec(const BIGNUM *a)
108 BIGNUM *t=NULL;
172 int BN_hex2bn(BIGNUM **bn, const char *a)
174 BIGNUM *ret=NULL;
239 int BN_dec2bn(BIGNUM **bn, const char *a)
241 BIGNUM *ret=NULL;
297 int BN_asc2bn(BIGNUM **bn, const char *a)
320 int BN_print_fp(FILE *fp, const BIGNUM *a)
334 int BN_print(BIO *bp, const BIGNUM *a
    [all...]
bnspeed.c 168 void do_mul(BIGNUM *r,BIGNUM *a,BIGNUM *b,BN_CTX *ctx);
173 BIGNUM a,b,c;
183 void do_mul(BIGNUM *r, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
bn_exp2.c 118 int BN_mod_exp2_mont(BIGNUM *rr, const BIGNUM *a1, const BIGNUM *p1,
119 const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m,
124 BIGNUM *d,*r;
125 const BIGNUM *a_mod_m;
127 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE];
expspeed.c 200 void do_mul_exp(BIGNUM *r,BIGNUM *a,BIGNUM *b,BIGNUM *c,BN_CTX *ctx);
205 BIGNUM *a,*b,*c,*r;
226 void do_mul_exp(BIGNUM *r, BIGNUM *a, BIGNUM *b, BIGNUM *c, BN_CTX *ctx)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 360 BIGNUM = bignum_st
370 ('A', POINTER(BIGNUM)),
371 ('Ai', POINTER(BIGNUM)),
372 ('mod', POINTER(BIGNUM)),
382 ('RR', BIGNUM),
383 ('N', BIGNUM),
384 ('Ni', BIGNUM),
394 ('N', BIGNUM),
395 ('Nr', BIGNUM),
527 ('compute_key', CFUNCTYPE(c_int, POINTER(c_ubyte), POINTER(BIGNUM), POINTER(DH)))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 360 BIGNUM = bignum_st
370 ('A', POINTER(BIGNUM)),
371 ('Ai', POINTER(BIGNUM)),
372 ('mod', POINTER(BIGNUM)),
382 ('RR', BIGNUM),
383 ('N', BIGNUM),
384 ('Ni', BIGNUM),
394 ('N', BIGNUM),
395 ('Nr', BIGNUM),
527 ('compute_key', CFUNCTYPE(c_int, POINTER(c_ubyte), POINTER(BIGNUM), POINTER(DH)))
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_crpt.c 165 static BIGNUM *rsa_get_public_exp(const BIGNUM *d, const BIGNUM *p,
166 const BIGNUM *q, BN_CTX *ctx)
168 BIGNUM *ret = NULL, *r0, *r1, *r2;
192 BIGNUM local_n;
193 BIGNUM *e,*n;
  /external/openssl/crypto/rsa/
rsa_crpt.c 165 static BIGNUM *rsa_get_public_exp(const BIGNUM *d, const BIGNUM *p,
166 const BIGNUM *q, BN_CTX *ctx)
168 BIGNUM *ret = NULL, *r0, *r1, *r2;
192 BIGNUM local_n;
193 BIGNUM *e,*n;
  /system/core/adb/
adb_auth_host.c 69 BIGNUM* r32 = BN_new();
70 BIGNUM* rr = BN_new();
71 BIGNUM* r = BN_new();
72 BIGNUM* rem = BN_new();
73 BIGNUM* n = BN_new();
74 BIGNUM* n0inv = BN_new();
177 BIGNUM* exponent = BN_new();
  /external/openssh/
rsa.c 75 rsa_public_encrypt(BIGNUM *out, BIGNUM *in, RSA *key)
104 rsa_private_decrypt(BIGNUM *out, BIGNUM *in, RSA *key)
134 BIGNUM *aux;
monitor_wrap.c 182 BIGNUM *p, *g;
917 mm_ssh1_session_key(BIGNUM *num)
1083 mm_auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey)
1118 BIGNUM *
1122 BIGNUM *challenge;
1150 mm_auth_rsa_verify_response(Key *key, BIGNUM *p, u_char response[16])
1296 mm_auth2_jpake_get_pwdata(Authctxt *authctxt, BIGNUM **s,
1320 BIGNUM **priv1, BIGNUM **priv2, BIGNUM **g_priv1, BIGNUM **g_priv2
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_kqueue.py 73 bignum = sys.maxsize * 2 + 1
74 ev = select.kevent(bignum, 1, 2, 3, sys.maxsize, bignum)
75 self.assertEqual(ev.ident, bignum)
80 self.assertEqual(ev.udata, bignum)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_kqueue.py 73 bignum = sys.maxsize * 2 + 1
74 ev = select.kevent(bignum, 1, 2, 3, sys.maxsize, bignum)
75 self.assertEqual(ev.ident, bignum)
80 self.assertEqual(ev.udata, bignum)
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 39 static BIGNUM* toBigNum(jlong address) {
40 return reinterpret_cast<BIGNUM*>(static_cast<uintptr_t>(address));
118 BIGNUM* a = toBigNum(a0);
145 BIGNUM* a = toBigNum(a0);
157 BIGNUM* a = toBigNum(a0);
184 BIGNUM* ret = toBigNum(ret0);
215 BIGNUM* ret = toBigNum(ret0);
268 BIGNUM* ret = toBigNum(ret0);
293 BIGNUM* a = toBigNum(a0);
354 BIGNUM* a = toBigNum(a0)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_cvt.c 76 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
151 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
  /external/openssl/crypto/ec/
ec_cvt.c 76 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
151 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
  /external/chromium_org/crypto/
ec_signature_creator_openssl.cc 66 BIGNUM* r = ecdsa_sig.get()->r;
67 BIGNUM* s = ecdsa_sig.get()->s;

Completed in 2052 milliseconds

1 2 3 4 56 7 8 91011>>