Home
last modified time | relevance | path

Searched refs:BN_CTX_new (Results 1 – 25 of 39) sorted by relevance

12

/external/boringssl/src/crypto/dh/
Dcheck.c65 BN_CTX *ctx = BN_CTX_new(); in DH_check_pub_key()
126 ctx = BN_CTX_new(); in DH_check()
Ddh.c208 ctx = BN_CTX_new(); in DH_generate_parameters_ex()
303 ctx = BN_CTX_new(); in DH_generate_key()
390 ctx = BN_CTX_new(); in DH_compute_key()
/external/boringssl/src/crypto/fipsmodule/ec/
Doct.c163 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_oct2point()
251 ctx = new_ctx = BN_CTX_new(); in EC_POINT_set_compressed_coordinates_GFp()
Dec_test.cc236 bssl::UniquePtr<BN_CTX> ctx(BN_CTX_new()); in TEST()
523 bssl::UniquePtr<BN_CTX> ctx(BN_CTX_new()); in TEST_P()
833 bssl::UniquePtr<BN_CTX> ctx(BN_CTX_new()); in TEST()
Dsimple.c114 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_group_set_curve()
Dec.c421 BN_CTX *ctx = BN_CTX_new(); in ec_group_new_from_data()
899 new_ctx = BN_CTX_new(); in EC_POINT_mul()
Dec_key.c309 ctx = BN_CTX_new(); in EC_KEY_check_key()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c568 ctx = BN_CTX_new(); in crypto_dh_derive_secret()
598 ctx = BN_CTX_new(); in crypto_mod_exp()
1345 bnctx = BN_CTX_new(); in crypto_bignum_mod()
1367 bnctx = BN_CTX_new(); in crypto_bignum_exptmod()
1388 bnctx = BN_CTX_new(); in crypto_bignum_inverse()
1426 bnctx = BN_CTX_new(); in crypto_bignum_div()
1452 bnctx = BN_CTX_new(); in crypto_bignum_mulmod()
1514 bnctx = BN_CTX_new(); in crypto_bignum_legendre()
1607 e->bnctx = BN_CTX_new(); in crypto_ec_init()
/external/boringssl/src/crypto/dsa/
Ddsa.c236 ctx = BN_CTX_new(); in DSA_generate_parameters_ex()
475 ctx = BN_CTX_new(); in DSA_generate_key()
588 ctx = BN_CTX_new(); in DSA_do_sign()
694 ctx = BN_CTX_new(); in DSA_do_check_signature()
/external/boringssl/src/crypto/fipsmodule/bn/
Ddiv.c574 BN_CTX *ctx = BN_CTX_new(); in BN_mod_add_quick()
625 BN_CTX *ctx = BN_CTX_new(); in BN_mod_sub_quick()
710 BN_CTX *ctx = BN_CTX_new(); in BN_mod_lshift_quick()
731 BN_CTX *ctx = BN_CTX_new(); in BN_mod_lshift1_quick()
Dctx.c108 BN_CTX *BN_CTX_new(void) { in BN_CTX_new() function
Dprime.c500 ctx = BN_CTX_new(); in BN_generate_prime_ex()
640 new_ctx = BN_CTX_new(); in BN_primality_test()
Dmontgomery.c215 new_ctx = BN_CTX_new(); in BN_MONT_CTX_set()
/external/boringssl/src/ssl/
Dssl_key_share.cc49 UniquePtr<BN_CTX> bn_ctx(BN_CTX_new()); in Offer()
83 UniquePtr<BN_CTX> bn_ctx(BN_CTX_new()); in Finish()
/external/openssh/
Drsa.c168 if ((ctx = BN_CTX_new()) == NULL) in rsa_generate_additional_parameters()
Dsshbuf-getput-crypto.c199 if ((bn_ctx = BN_CTX_new()) == NULL) in sshbuf_put_ec()
/external/boringssl/src/fipstools/
Dcavp_kas_test.cc64 bssl::UniquePtr<BN_CTX> ctx(BN_CTX_new()); in TestKAS()
/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa_impl.c275 ctx = BN_CTX_new(); in RSA_encrypt()
594 BN_CTX *ctx = BN_CTX_new(); in RSA_verify_raw()
681 ctx = BN_CTX_new(); in rsa_default_private_transform()
1112 BN_CTX *ctx = BN_CTX_new(); in rsa_generate_key_impl()
Drsa.c684 ctx = BN_CTX_new(); in RSA_check_key()
800 BN_CTX *ctx = BN_CTX_new(); in RSA_check_fips()
/external/vboot_reference/host/lib/
Dutil_misc.c42 BN_CTX *bn_ctx = BN_CTX_new(); in vb_keyb_from_rsa()
/external/vboot_reference/utility/
DdumpRSAPublicKey.c48 BN_CTX *bn_ctx = BN_CTX_new(); in output()
/external/u-boot/lib/rsa/
Drsa-sign.c560 BN_CTX *bn_ctx = BN_CTX_new(); in rsa_get_params()
651 ctx = BN_CTX_new(); in fdt_add_bignum()
/external/boringssl/src/crypto/evp/
Dp_dsa_asn1.c152 ctx = BN_CTX_new(); in dsa_priv_decode()
Dprint.c311 ctx = BN_CTX_new(); in do_EC_KEY_print()
/external/boringssl/src/crypto/ecdh_extra/
Decdh_test.cc234 bssl::UniquePtr<BN_CTX> ctx(BN_CTX_new()); in MakeCustomGroup()

12