HomeSort by relevance Sort by last modified time
    Searched refs:BN_CTX_new (Results 1 - 25 of 49) sorted by null

1 2

  /external/openssl/crypto/ec/
ecp_nist.c 130 if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
173 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
199 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
ec_check.c 68 ctx = new_ctx = BN_CTX_new();
ecp_smpl.c 184 ctx = new_ctx = BN_CTX_new();
239 ctx = new_ctx = BN_CTX_new();
289 ctx = new_ctx = BN_CTX_new();
402 ctx = new_ctx = BN_CTX_new();
464 ctx = new_ctx = BN_CTX_new();
537 ctx = new_ctx = BN_CTX_new();
649 ctx = new_ctx = BN_CTX_new();
814 ctx = new_ctx = BN_CTX_new();
945 ctx = new_ctx = BN_CTX_new();
1024 ctx = new_ctx = BN_CTX_new();
    [all...]
ec2_smpl.c 265 ctx = new_ctx = BN_CTX_new();
436 ctx = new_ctx = BN_CTX_new();
546 ctx = new_ctx = BN_CTX_new();
683 ctx = new_ctx = BN_CTX_new();
765 ctx = new_ctx = BN_CTX_new();
894 ctx = new_ctx = BN_CTX_new();
951 ctx = new_ctx = BN_CTX_new();
986 ctx = new_ctx = BN_CTX_new();
ec_key.c 247 if ((ctx = BN_CTX_new()) == NULL) goto err;
314 if ((ctx = BN_CTX_new()) == NULL)
ecp_mont.c 217 ctx = new_ctx = BN_CTX_new();
ec_mult.c 394 ctx = new_ctx = BN_CTX_new();
791 ctx = new_ctx = BN_CTX_new();
  /external/openssl/crypto/bn/
divtest.c 26 BN_CTX *ctx=BN_CTX_new();
bnspeed.c 175 ctx=BN_CTX_new();
exptest.c 88 ctx=BN_CTX_new();
bn_prime.c 168 ctx=BN_CTX_new();
275 if ((ctx=BN_CTX_new()) == NULL)
expspeed.c 212 ctx=BN_CTX_new();
bn_ctx.c 202 /* Assume the caller obtained the context via BN_CTX_new() and so is
214 BN_CTX *BN_CTX_new(void)
  /external/openssl/crypto/dsa/
dsa_key.c 82 if ((ctx=BN_CTX_new()) == NULL) goto err;
dsa_ossl.c 151 ctx=BN_CTX_new();
219 if ((ctx=BN_CTX_new()) == NULL) goto err;
323 if ((ctx=BN_CTX_new()) == NULL) goto err;
dsa_gen.c 154 if ((ctx=BN_CTX_new()) == NULL)
  /external/openssl/crypto/dh/
dh_check.c 81 ctx=BN_CTX_new();
dh_gen.c 109 ctx=BN_CTX_new();
dh_key.c 110 ctx = BN_CTX_new();
188 ctx = BN_CTX_new();
  /external/openssl/crypto/ecdsa/
ecs_ossl.c 106 if ((ctx = BN_CTX_new()) == NULL)
250 if ((ctx = BN_CTX_new()) == NULL || (order = BN_new()) == NULL ||
369 ctx = BN_CTX_new();
  /external/openssl/crypto/ecdh/
ech_ossl.c 127 if ((ctx = BN_CTX_new()) == NULL) goto err;
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 462 Unique_BN_CTX ctx(BN_CTX_new());
468 Unique_BN_CTX ctx(BN_CTX_new());
474 Unique_BN_CTX ctx(BN_CTX_new());
480 Unique_BN_CTX ctx(BN_CTX_new());
486 Unique_BN_CTX ctx(BN_CTX_new());
492 Unique_BN_CTX ctx(BN_CTX_new());
498 Unique_BN_CTX ctx(BN_CTX_new());
510 Unique_BN_CTX ctx(BN_CTX_new());
  /external/openssl/crypto/rsa/
rsa_chk.c 68 ctx = BN_CTX_new();
rsa_eay.c 183 if ((ctx=BN_CTX_new()) == NULL) goto err;
358 if ((ctx=BN_CTX_new()) == NULL) goto err;
491 if((ctx = BN_CTX_new()) == NULL) goto err;
642 if((ctx = BN_CTX_new()) == NULL) goto err;
rsa_gen.c 93 ctx=BN_CTX_new();

Completed in 426 milliseconds

1 2