/external/openssl/crypto/ec/ |
ec2_mult.c | 82 static int gf2m_Mdouble(const EC_GROUP *group, BIGNUM *x, BIGNUM *z, BN_CTX *ctx) 114 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) 151 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) 216 const EC_POINT *point, BN_CTX *ctx) 315 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) 317 BN_CTX *new_ctx = NULL; 372 int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
|
ec2_smpt.c | 70 const BIGNUM *x_, int y_bit, BN_CTX *ctx) 76 BN_CTX *new_ctx = NULL;
|
ec_check.c | 59 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) 63 BN_CTX *new_ctx = NULL;
|
ec_cvt.c | 76 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) 126 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
|
ec_key.c | 236 BN_CTX *ctx = NULL; 298 BN_CTX *ctx = NULL; 452 int EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx)
|
/external/openssl/crypto/bn/ |
bnspeed.c | 168 void do_mul(BIGNUM *r,BIGNUM *a,BIGNUM *b,BN_CTX *ctx); 172 BN_CTX *ctx; 183 void do_mul(BIGNUM *r, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
|
bn_gf2m.c | 447 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const unsigned int p[], BN_CTX *ctx) 500 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx) 524 int BN_GF2m_mod_sqr_arr(BIGNUM *r, const BIGNUM *a, const unsigned int p[], BN_CTX *ctx) 556 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) 584 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) 646 int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const unsigned int p[], BN_CTX *ctx) 669 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, const BIGNUM *p, BN_CTX *ctx) 698 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, const BIGNUM *p, BN_CTX *ctx) 772 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, const unsigned int p[], BN_CTX *ctx) 797 int BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const unsigned int p[], BN_CTX *ctx [all...] |
bn_depr.c | 95 BN_CTX *ctx_passed, void *cb_arg) 104 BN_CTX *ctx_passed, void *cb_arg,
|
expspeed.c | 200 void do_mul_exp(BIGNUM *r,BIGNUM *a,BIGNUM *b,BIGNUM *c,BN_CTX *ctx); 204 BN_CTX *ctx; 226 void do_mul_exp(BIGNUM *r, BIGNUM *a, BIGNUM *b, BIGNUM *c, BN_CTX *ctx)
|
Makefile | 27 LIBSRC= bn_add.c bn_div.c bn_exp.c bn_lib.c bn_ctx.c bn_mul.c bn_mod.c \ 33 LIBOBJ= bn_add.o bn_div.o bn_exp.o bn_lib.o bn_ctx.o bn_mul.o bn_mod.o \ 189 bn_ctx.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h 190 bn_ctx.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h 191 bn_ctx.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 192 bn_ctx.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h 193 bn_ctx.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 194 bn_ctx.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 195 bn_ctx.o: ../../include/openssl/symhacks.h ../cryptlib.h bn_ctx.c bn_lcl. [all...] |
bn_exp.c | 120 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) 165 BN_CTX *ctx) 240 const BIGNUM *m, BN_CTX *ctx) 373 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) 573 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) 726 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) 877 const BIGNUM *m, BN_CTX *ctx)
|
/external/openssl/crypto/engine/ |
eng_cryptodev.c | 105 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 107 RSA *rsa, BN_CTX *ctx); 108 static int cryptodev_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); 110 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 113 BN_CTX *ctx, BN_MONT_CTX *mont); 119 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, 733 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) 768 cryptodev_rsa_nocrt_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) 777 cryptodev_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) 831 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx [all...] |
/dalvik/libcore/openssl/src/main/native/ |
BNInterface.c | 89 static BN_CTX* NativeBN_BN_CTX_new(JNIEnv* env, jclass cls) { 640 static jboolean NativeBN_BN_gcd(JNIEnv* env, jclass cls, BIGNUM* r, BIGNUM* a, BIGNUM* b, BN_CTX* ctx) { 648 static jboolean NativeBN_BN_mul(JNIEnv* env, jclass cls, BIGNUM* r, BIGNUM* a, BIGNUM* b, BN_CTX* ctx) { 656 static jboolean NativeBN_BN_exp(JNIEnv* env, jclass cls, BIGNUM* r, BIGNUM* a, BIGNUM* p, BN_CTX* ctx) { 664 static jboolean NativeBN_BN_div(JNIEnv* env, jclass cls, BIGNUM* dv, BIGNUM* rem, BIGNUM* m, BIGNUM* d, BN_CTX* ctx) { 672 static jboolean NativeBN_BN_nnmod(JNIEnv* env, jclass cls, BIGNUM* r, BIGNUM* a, BIGNUM* m, BN_CTX* ctx) { 680 static jboolean NativeBN_BN_mod_exp(JNIEnv* env, jclass cls, BIGNUM* r, BIGNUM* a, BIGNUM* p, BIGNUM* m, BN_CTX* ctx) { 689 static jboolean NativeBN_BN_mod_inverse(JNIEnv* env, jclass cls, BIGNUM* ret, BIGNUM* a, BIGNUM* n, BN_CTX* ctx) { 707 static jboolean NativeBN_BN_is_prime_ex(JNIEnv* env, jclass cls, BIGNUM* p, int nchecks, BN_CTX* ctx, jint cb) {
|
/external/openssl/crypto/dsa/ |
dsa.h | 139 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, 144 BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, 147 const BIGNUM *m, BN_CTX *ctx, 225 int DSA_sign_setup( DSA *dsa,BN_CTX *ctx_in,BIGNUM **kinvp,BIGNUM **rp);
|
dsa_ossl.c | 71 static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp); 137 BN_CTX *ctx=NULL; 204 static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) 206 BN_CTX *ctx; 299 BN_CTX *ctx;
|
dsa_sign.c | 84 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp)
|
/external/openssl/crypto/rsa/ |
rsa_eay.c | 128 static int RSA_eay_mod_exp(BIGNUM *r0, const BIGNUM *i, RSA *rsa, BN_CTX *ctx); 159 BN_CTX *ctx=NULL; 255 static BN_BLINDING *rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx) 316 BIGNUM *r, BN_CTX *ctx) 331 BIGNUM *r, BN_CTX *ctx) 352 BN_CTX *ctx=NULL; 485 BN_CTX *ctx=NULL; 616 BN_CTX *ctx=NULL; 713 static int RSA_eay_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx)
|
rsa.h | 119 int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */ 121 const BIGNUM *m, BN_CTX *ctx, 347 int RSA_blinding_on(RSA *rsa, BN_CTX *ctx); 349 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
|
rsa_x931g.c | 76 BN_CTX *ctx=NULL,*ctx2=NULL; 204 BN_CTX *ctx = NULL;
|
/external/openssl/include/openssl/ |
dsa.h | 139 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, 144 BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, 147 const BIGNUM *m, BN_CTX *ctx, 225 int DSA_sign_setup( DSA *dsa,BN_CTX *ctx_in,BIGNUM **kinvp,BIGNUM **rp);
|
rsa.h | 119 int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */ 121 const BIGNUM *m, BN_CTX *ctx, 347 int RSA_blinding_on(RSA *rsa, BN_CTX *ctx); 349 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
|
/dalvik/libcore/math/src/main/java/java/math/ |
BigInt.java | 335 // public int BN_sqr(BigInteger r, BigInteger a, BN_CTX ctx); 336 // int BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx); 368 // int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
|
/external/openssl/ssl/ |
s3_clnt.c | 1140 BN_CTX *bn_ctx = NULL; local 1931 BN_CTX * bn_ctx = NULL; local [all...] |
/external/openssl/crypto/ecdh/ |
ecdhtest.c | 123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) 301 BN_CTX *ctx=NULL;
|
/external/openssl/crypto/ecdsa/ |
ecdsa.h | 183 * \param ctx pointer to a BN_CTX object (may be NULL) 188 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv,
|