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

1 2 3

  /external/openssl/crypto/ec/
ecp_nist.c 137 if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
180 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
206 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
ec_check.c 68 ctx = new_ctx = BN_CTX_new();
ec2_oct.c 103 ctx = new_ctx = BN_CTX_new();
213 ctx = new_ctx = BN_CTX_new();
350 ctx = new_ctx = BN_CTX_new();
ecp_oct.c 82 ctx = new_ctx = BN_CTX_new();
247 ctx = new_ctx = BN_CTX_new();
378 ctx = new_ctx = BN_CTX_new();
ecp_smpl.c 191 ctx = new_ctx = BN_CTX_new();
246 ctx = new_ctx = BN_CTX_new();
296 ctx = new_ctx = BN_CTX_new();
409 ctx = new_ctx = BN_CTX_new();
471 ctx = new_ctx = BN_CTX_new();
544 ctx = new_ctx = BN_CTX_new();
665 ctx = new_ctx = BN_CTX_new();
829 ctx = new_ctx = BN_CTX_new();
958 ctx = new_ctx = BN_CTX_new();
1064 ctx = new_ctx = BN_CTX_new();
    [all...]
ec2_smpl.c 274 ctx = new_ctx = BN_CTX_new();
440 ctx = new_ctx = BN_CTX_new();
569 ctx = new_ctx = BN_CTX_new();
626 ctx = new_ctx = BN_CTX_new();
661 ctx = new_ctx = BN_CTX_new();
ec_key.c 256 if ((ctx = BN_CTX_new()) == NULL) goto err;
323 if ((ctx = BN_CTX_new()) == NULL)
396 ctx = BN_CTX_new();
  /external/openssh/
bufec.c 59 if ((bnctx = BN_CTX_new()) == NULL)
60 fatal("%s: BN_CTX_new failed", __func__);
108 if ((bnctx = BN_CTX_new()) == NULL)
109 fatal("%s: BN_CTX_new failed", __func__);
rsa.c 139 if ((ctx = BN_CTX_new()) == NULL)
140 fatal("rsa_generate_additional_parameters: BN_CTX_new failed");
jpake.c 201 if ((bn_ctx = BN_CTX_new()) == NULL)
202 fatal("%s: BN_CTX_new", __func__);
275 if ((bn_ctx = BN_CTX_new()) == NULL)
276 fatal("%s: BN_CTX_new", __func__);
362 if ((bn_ctx = BN_CTX_new()) == NULL)
363 fatal("%s: BN_CTX_new", __func__);
  /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)
  /external/openssl/crypto/srp/
srp_lib.c 151 if ((bn_ctx = BN_CTX_new()) == NULL ||
177 (bn_ctx = BN_CTX_new()) == NULL)
241 (bn_ctx = BN_CTX_new()) == NULL)
261 (bn_ctx = BN_CTX_new()) == NULL)
302 (bn_ctx = BN_CTX_new()) == NULL)
  /external/openssl/crypto/dh/
dh_check.c 81 ctx=BN_CTX_new();
dh_gen.c 126 ctx=BN_CTX_new();
dh_key.c 126 ctx = BN_CTX_new();
217 ctx = BN_CTX_new();
  /external/openssl/crypto/dsa/
dsa_key.c 98 if ((ctx=BN_CTX_new()) == NULL) goto err;
dsa_ossl.c 152 ctx=BN_CTX_new();
233 if ((ctx=BN_CTX_new()) == NULL) goto err;
337 if ((ctx=BN_CTX_new()) == NULL) goto err;
  /external/openssl/crypto/ecdsa/
ecs_ossl.c 106 if ((ctx = BN_CTX_new()) == NULL)
252 if ((ctx = BN_CTX_new()) == NULL || (order = BN_new()) == NULL ||
371 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();
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 321 ctx = BN_CTX_new();
887 bnctx = BN_CTX_new();
906 bnctx = BN_CTX_new();
931 bnctx = BN_CTX_new();
959 bnctx = BN_CTX_new();
979 bnctx = BN_CTX_new();
1054 e->bnctx = BN_CTX_new();

Completed in 915 milliseconds

1 2 3