Home
last modified time | relevance | path

Searched refs:BN_value_one (Results 26 – 36 of 36) sorted by relevance

12

/openssl/test/
H A Dec_internal_test.c39 || !TEST_true(group->meth->field_inv(group, b, BN_value_one(), ctx)) in group_field_tests()
H A Devp_extra_test.c3380 if (!TEST_ptr(p = BN_dup(BN_value_one())) in test_RSA_legacy()
3381 || !TEST_ptr(q = BN_dup(BN_value_one())) in test_RSA_legacy()
3382 || !TEST_ptr(n = BN_dup(BN_value_one())) in test_RSA_legacy()
3383 || !TEST_ptr(e = BN_dup(BN_value_one())) in test_RSA_legacy()
3384 || !TEST_ptr(d = BN_dup(BN_value_one()))) in test_RSA_legacy()
H A Dendecode_test.c1128 BN_value_one())); in do_create_ec_explicit_prime_params()
/openssl/crypto/rsa/
H A Drsa_ossl.c167 if (BN_ucmp(f, BN_value_one()) <= 0) { in rsa_ossl_public_encrypt()
583 if (BN_ucmp(f, BN_value_one()) <= 0) { in rsa_ossl_private_decrypt()
/openssl/crypto/bn/
H A Dbn_exp.c411 if (!bn_to_mont_fixed_top(r, BN_value_one(), mont, ctx)) in BN_mod_exp_mont()
775 if (!bn_to_mont_fixed_top(&tmp, BN_value_one(), mont, ctx)) in BN_mod_exp_mont_consttime()
H A Dbn_lib.c82 const BIGNUM *BN_value_one(void) in BN_value_one() function
/openssl/include/openssl/
H A Dbn.h207 const BIGNUM *BN_value_one(void);
/openssl/crypto/ec/
H A Dec_lib.c355 || !BN_add(group->cofactor, group->cofactor, BN_value_one()) in ec_guess_cofactor()
H A Decp_nistz256.c1496 if (!BN_to_montgomery(one, BN_value_one(), mont, ctx)){ in ecp_nistz256group_full_init()
H A Decp_smpl.c498 BN_value_one(), ctx); in ossl_ec_GFp_simple_point_set_affine_coordinates()
/openssl/util/
H A Dlibcrypto.num1393 BN_value_one 1427 3_0_0 EXIST::FUNCTION:

Completed in 79 milliseconds

12