Home
last modified time | relevance | path

Searched refs:BN_MONT_CTX_new (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBN_mod_mul_montgomery.pod5 BN_mod_mul_montgomery, BN_MONT_CTX_new,
13 BN_MONT_CTX *BN_MONT_CTX_new(void);
35 BN_MONT_CTX_new() allocates and initializes a B<BN_MONT_CTX> structure.
43 it was created by BN_MONT_CTX_new(), also the structure itself.
59 BN_MONT_CTX_new() returns the newly allocated B<BN_MONT_CTX>, and NULL
/freebsd/crypto/openssl/crypto/ec/
H A Decp_mont.c122 dest->field_data1 = BN_MONT_CTX_new(); in ossl_ec_GFp_mont_group_copy()
162 mont = BN_MONT_CTX_new(); in ossl_ec_GFp_mont_group_set_curve()
H A Dec_lib.c210 dest->mont_data = BN_MONT_CTX_new(); in EC_GROUP_copy()
1196 group->mont_data = BN_MONT_CTX_new(); in ec_precompute_mont_data()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_mont.c228 BN_MONT_CTX *BN_MONT_CTX_new(void) in BN_MONT_CTX_new() function
448 ret = BN_MONT_CTX_new(); in BN_MONT_CTX_set_locked()
H A Dbn_exp2.c59 if ((mont = BN_MONT_CTX_new()) == NULL) in BN_mod_exp2_mont()
H A Dbn_exp.c365 if ((mont = BN_MONT_CTX_new()) == NULL) in BN_mod_exp_mont()
667 if ((mont = BN_MONT_CTX_new()) == NULL) in BN_mod_exp_mont_consttime()
1232 if ((mont = BN_MONT_CTX_new()) == NULL) in BN_mod_exp_mont_word()
1475 if ((mont1 = BN_MONT_CTX_new()) == NULL) in BN_mod_exp_mont_consttime_x2()
1483 if ((mont2 = BN_MONT_CTX_new()) == NULL) in BN_mod_exp_mont_consttime_x2()
H A Dbn_prime.c380 mont = BN_MONT_CTX_new(); in ossl_bn_miller_rabin_is_prime()
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_params_generate.c726 if ((mont = BN_MONT_CTX_new()) == NULL) in ossl_ffc_params_FIPS186_4_gen_verify()
978 if ((mont = BN_MONT_CTX_new()) == NULL) in ossl_ffc_params_FIPS186_2_gen_verify()
/freebsd/crypto/openssl/test/
H A Dexptest.c98 if (!TEST_ptr(mont = BN_MONT_CTX_new())) in test_mod_exp_zero()
H A Dbntest.c468 || !TEST_ptr(mont = BN_MONT_CTX_new())) in test_modexp_mont5()
1611 BN_MONT_CTX *mont = BN_MONT_CTX_new(); in file_modmul()
2264 || !TEST_ptr(mont = BN_MONT_CTX_new())) in test_badmod()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h401 BN_MONT_CTX *BN_MONT_CTX_new(void);
/freebsd/secure/lib/libcrypto/
H A DVersion.map451 BN_MONT_CTX_new;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile978 MLINKS+= BN_mod_mul_montgomery.3 BN_MONT_CTX_new.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2964 BN_MONT_CTX_new 3031 3_0_0 EXIST::FUNCTION: