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

1 2

  /external/boringssl/src/crypto/dh/
check.c 65 BN_CTX *ctx = BN_CTX_new();
127 ctx = BN_CTX_new();
dh.c 172 ctx = BN_CTX_new();
267 ctx = BN_CTX_new();
354 ctx = BN_CTX_new();
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 451 Unique_BN_CTX ctx(BN_CTX_new());
459 Unique_BN_CTX ctx(BN_CTX_new());
467 Unique_BN_CTX ctx(BN_CTX_new());
475 Unique_BN_CTX ctx(BN_CTX_new());
483 Unique_BN_CTX ctx(BN_CTX_new());
491 Unique_BN_CTX ctx(BN_CTX_new());
499 Unique_BN_CTX ctx(BN_CTX_new());
517 Unique_BN_CTX ctx(BN_CTX_new());
  /external/boringssl/src/crypto/ecdh/
ecdh.c 90 BN_CTX *ctx = BN_CTX_new();
  /external/boringssl/src/crypto/ec/
simple.c 133 ctx = new_ctx = BN_CTX_new();
206 ctx = new_ctx = BN_CTX_new();
297 ctx = new_ctx = BN_CTX_new();
325 ctx = new_ctx = BN_CTX_new();
397 ctx = new_ctx = BN_CTX_new();
585 ctx = new_ctx = BN_CTX_new();
722 ctx = new_ctx = BN_CTX_new();
840 ctx = new_ctx = BN_CTX_new();
933 ctx = new_ctx = BN_CTX_new();
975 ctx = new_ctx = BN_CTX_new();
    [all...]
oct.c 111 ctx = new_ctx = BN_CTX_new();
206 ctx = new_ctx = BN_CTX_new();
298 ctx = new_ctx = BN_CTX_new();
ec_montgomery.c 128 ctx = new_ctx = BN_CTX_new();
210 ctx = new_ctx = BN_CTX_new();
ec_key.c 309 ctx = BN_CTX_new();
359 ctx = BN_CTX_new();
  /external/tpm2/
MathFunctions.c 232 context = BN_CTX_new();
293 context = BN_CTX_new();
459 context = BN_CTX_new();
CpriECC.c 161 context = BN_CTX_new();
363 context = BN_CTX_new();
484 context = BN_CTX_new();
605 if((context = BN_CTX_new()) == NULL)
697 context = BN_CTX_new();
814 context = BN_CTX_new();
    [all...]
  /external/openssh/
rsa.c 168 if ((ctx = BN_CTX_new()) == NULL)
auth-rsa.c 84 if ((ctx = BN_CTX_new()) == NULL)
85 fatal("auth_rsa_generate_challenge: BN_CTX_new failed");
  /system/keymaster/
openssl_utils.cpp 133 UniquePtr<BN_CTX, BN_CTX_Delete> bn_ctx(BN_CTX_new());
  /external/boringssl/src/crypto/ecdsa/
ecdsa.c 158 ctx = BN_CTX_new();
243 if ((ctx = BN_CTX_new()) == NULL) {
378 if ((ctx = BN_CTX_new()) == NULL ||
ecdsa_sign_test.cc 89 bssl::UniquePtr<BN_CTX> ctx(BN_CTX_new());
  /external/vboot_reference/host/lib/
util_misc.c 42 BN_CTX *bn_ctx = BN_CTX_new();
  /external/vboot_reference/utility/
dumpRSAPublicKey.c 48 BN_CTX *bn_ctx = BN_CTX_new();
  /system/core/libcrypto_utils/
android_pubkey.c 125 BN_CTX* ctx = BN_CTX_new();
  /external/boringssl/src/crypto/dsa/
dsa.c 195 ctx = BN_CTX_new();
438 ctx = BN_CTX_new();
528 ctx = BN_CTX_new();
642 ctx = BN_CTX_new();
827 ctx = BN_CTX_new();
  /external/boringssl/src/crypto/bn/
prime.c 373 ctx = BN_CTX_new();
515 } else if ((ctx = BN_CTX_new()) == NULL) {
    [all...]
ctx.c 126 BN_CTX *BN_CTX_new(void) {
  /external/boringssl/src/ssl/
ssl_ecdh.c 48 BN_CTX *bn_ctx = BN_CTX_new();
93 BN_CTX *bn_ctx = BN_CTX_new();
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 479 ctx = BN_CTX_new();
1184 bnctx = BN_CTX_new();
1206 bnctx = BN_CTX_new();
1226 bnctx = BN_CTX_new();
1259 bnctx = BN_CTX_new();
1282 bnctx = BN_CTX_new();
1328 bnctx = BN_CTX_new();
1418 e->bnctx = BN_CTX_new();
    [all...]
  /external/boringssl/src/crypto/evp/
p_dsa_asn1.c 152 ctx = BN_CTX_new();
  /external/boringssl/src/crypto/rsa/
rsa_impl.c 130 ctx = BN_CTX_new();
455 BN_CTX *ctx = BN_CTX_new();
537 ctx = BN_CTX_new();
782 ctx = BN_CTX_new();

Completed in 803 milliseconds

1 2