HomeSort by relevance Sort by last modified time
    Searched refs:BN_CTX (Results 51 - 75 of 82) sorted by null

1 23 4

  /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/bn/
bn_gcd.c 117 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx)
207 const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx);
209 const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx)
507 const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx)
bn_mont.c 146 BN_MONT_CTX *mont, BN_CTX *ctx)
326 BN_CTX *ctx)
341 BN_CTX *ctx)
572 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx)
702 const BIGNUM *mod, BN_CTX *ctx)
bn_div.c 68 BN_CTX *ctx)
180 const BIGNUM *divisor, BN_CTX *ctx);
182 BN_CTX *ctx)
424 const BIGNUM *divisor, BN_CTX *ctx)
exptest.c 76 BN_CTX *ctx;
bn_nist.c 348 BN_CTX *ctx)
432 BN_CTX *ctx)
543 BN_CTX *ctx)
665 BN_CTX *ctx)
778 BN_CTX *ctx)
bn_exp2.c 120 BN_CTX *ctx, BN_MONT_CTX *in_mont)
bn_sqr.c 65 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
bn_sqrt.c 62 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
  /external/openssl/crypto/ecdh/
ech_ossl.c 112 BN_CTX *ctx;
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/
ossl_typ.h 111 typedef struct bignum_ctx BN_CTX;
  /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_x931g.c 76 BN_CTX *ctx=NULL,*ctx2=NULL;
204 BN_CTX *ctx = NULL;
rsa_chk.c 59 BN_CTX *ctx;
rsa_gen.c 93 BN_CTX *ctx=NULL;
  /external/openssl/include/openssl/
ossl_typ.h 111 typedef struct bignum_ctx BN_CTX;
dh.h 106 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
pq_compat.h 84 #define PQ_64BIT_CTX BN_CTX
  /external/openssl/crypto/dh/
dh.h 106 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
  /external/openssl/crypto/ec/
ec_mult.c 345 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
347 BN_CTX *new_ctx = NULL;
763 int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
767 BN_CTX *new_ctx = NULL;
  /external/openssl/crypto/pqueue/
pq_compat.h 84 #define PQ_64BIT_CTX BN_CTX
  /external/openssl/crypto/dsa/
dsa_gen.c 116 BN_CTX *ctx=NULL;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_openssl.c 219 BN_CTX *ctx;
  /external/openssl/crypto/jpake/
jpake.c 29 BN_CTX *ctx;

Completed in 1549 milliseconds

1 23 4