Searched refs:BIGNUM (Results 101 - 125 of 232) sorted by relevance

12345678910

/external/openssl/crypto/rsa/
H A Drsa_crpt.c165 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;
H A Drsa_depr.c77 BIGNUM *e = BN_new();
H A Drsa_eay.c128 static int RSA_eay_mod_exp(BIGNUM *r0, const BIGNUM *i, RSA *rsa, BN_CTX *ctx);
156 BIGNUM *f,*ret;
317 static int rsa_blinding_convert(BN_BLINDING *b, BIGNUM *f, BIGNUM *unblind,
336 static int rsa_blinding_invert(BN_BLINDING *b, BIGNUM *f, BIGNUM *unblind,
353 BIGNUM *f, *ret, *res;
361 BIGNUM *unblind = NULL;
435 BIGNUM local_
[all...]
H A Drsa_gen.c74 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb);
81 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
100 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
102 BIGNUM *r0=NULL,*r1=NULL,*r2=NULL,*r3=NULL,*tmp;
103 BIGNUM local_r0,local_d,local_p;
104 BIGNUM *pr0,*d,*p;
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dsqrt.c65 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) {
66 BIGNUM *ret = in;
69 BIGNUM *A, *b, *q, *t, *x, *y;
432 int BN_sqrt(BIGNUM *out_sqrt, const BIGNUM *in, BN_CTX *ctx) {
433 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2;
H A Dbn_test.c87 int test_lshift(BIO *bp, BN_CTX *ctx, BIGNUM *a_);
303 BIGNUM a, b, c;
342 BIGNUM a, b, c;
386 BIGNUM a, b, c, d, e;
442 BIGNUM *a, *b, *c;
478 BIGNUM *a, *b, *c, *d, *e;
519 BIGNUM *a, *b, *c;
553 int test_lshift(BIO *bp, BN_CTX *ctx, BIGNUM *a_) {
554 BIGNUM *a, *b, *c, *d;
606 BIGNUM
[all...]
/external/openssl/crypto/dsa/
H A Ddsa_ossl.c71 BIGNUM **kinvp, BIGNUM **rp,
135 BIGNUM *kinv=NULL,*r=NULL,*s=NULL;
136 BIGNUM m;
137 BIGNUM xr;
220 BIGNUM **kinvp, BIGNUM **rp,
224 BIGNUM k,kq,*K,*kinv=NULL,*r=NULL;
329 BIGNUM u1,u2,t1;
/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Dcheck.c64 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) {
66 BIGNUM q;
104 BIGNUM *t1 = NULL, *t2 = NULL;
H A Ddh_impl.c94 BIGNUM *t1, *t2;
182 BIGNUM *pub_key = NULL, *priv_key = NULL;
183 BIGNUM local_priv;
255 static int compute_key(DH *dh, unsigned char *out, const BIGNUM *pub_key) {
258 BIGNUM *shared_key;
261 BIGNUM local_priv;
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dt_pkey.c63 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dec_key.h124 OPENSSL_EXPORT const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);
128 OPENSSL_EXPORT int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv);
172 BIGNUM *x,
173 BIGNUM *y);
/external/ipsec-tools/src/racoon/
H A Dprsa_par.h95 BIGNUM *bn;
H A Dprsa_tok.l64 BIGNUM *bn = BN_new();
/external/openssl/crypto/asn1/
H A Dt_pkey.c65 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
/external/chromium_org/crypto/
H A Dec_signature_creator_openssl.cc73 BIGNUM* r = ecdsa_sig.get()->r;
74 BIGNUM* s = ecdsa_sig.get()->s;
/external/openssl/crypto/bn/
H A Dbn_ctx.c94 BIGNUM vals[BN_CTX_POOL_SIZE];
111 static BIGNUM * BN_POOL_get(BN_POOL *);
288 BIGNUM *BN_CTX_get(BN_CTX *ctx)
290 BIGNUM *ret;
371 BIGNUM *bn = p->head->vals;
390 BIGNUM *bn = item->vals;
403 static BIGNUM *BN_POOL_get(BN_POOL *p)
407 BIGNUM *bn;
H A Dbn_sqrt.c62 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
70 BIGNUM *ret = in;
73 BIGNUM *A, *b, *q, *t, *x, *y;
H A Dbn_nist.c217 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_52
[all...]
H A Dexptest.c76 BIGNUM a, p, m;
77 BIGNUM r;
117 BIGNUM *r_mont,*r_mont_const,*r_recp,*r_simple,*a,*b,*m;
H A Dbntest.c97 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
[all...]
/external/openssl/crypto/
H A Dossl_typ.h115 #ifdef BIGNUM
116 #undef BIGNUM macro
118 typedef struct bignum_st BIGNUM; typedef in typeref:struct:bignum_st
/external/openssl/include/openssl/
H A Dossl_typ.h115 #ifdef BIGNUM
116 #undef BIGNUM macro
118 typedef struct bignum_st BIGNUM; typedef in typeref:struct:bignum_st
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Drsa_impl.c93 BIGNUM *f, *result;
441 BIGNUM *f, *result;
547 BIGNUM *f, *result;
594 BIGNUM local_d;
595 BIGNUM *d = NULL;
638 static int mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) {
639 BIGNUM *r1, *m1, *vrfy;
640 BIGNUM local_dmp1, local_dmq1, local_c, local_r1;
641 BIGNUM *dmp
[all...]
/external/openssl/crypto/ecdh/
H A Dech_ossl.c114 BIGNUM *x=NULL, *y=NULL;
115 const BIGNUM *priv_key;
/external/chromium_org/third_party/boringssl/src/crypto/dsa/
H A Ddsa_impl.c76 static int sign_setup(const DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
77 BIGNUM **rp, const uint8_t *digest, size_t digest_len) {
79 BIGNUM k, kq, *K, *kinv = NULL, *r = NULL;
188 BIGNUM *kinv = NULL, *r = NULL, *s = NULL;
189 BIGNUM m;
190 BIGNUM xr;
291 BIGNUM u1, u2, t1;
401 BIGNUM *pub_key = NULL, *priv_key = NULL;
402 BIGNUM prk;
463 BIGNUM *r
[all...]

Completed in 375 milliseconds

12345678910