| /freebsd/crypto/openssl/test/ |
| H A D | dsatest.c | 605 BN_set_negative(p, 1); in test_dsa_sig_neg_param() 609 BN_set_negative(p, 0); in test_dsa_sig_neg_param() 610 BN_set_negative(q, 1); in test_dsa_sig_neg_param() 614 BN_set_negative(q, 0); in test_dsa_sig_neg_param() 615 BN_set_negative(g, 1); in test_dsa_sig_neg_param() 619 BN_set_negative(p, 1); in test_dsa_sig_neg_param() 620 BN_set_negative(q, 1); in test_dsa_sig_neg_param() 621 BN_set_negative(g, 1); in test_dsa_sig_neg_param()
|
| H A D | bntest.c | 259 BN_set_negative(a, rand_neg()); in test_sub() 260 BN_set_negative(b, rand_neg()); in test_sub() 301 BN_set_negative(a, rand_neg()); in test_div_recip() 302 BN_set_negative(b, rand_neg()); in test_div_recip() 341 BN_set_negative(bn, value < 0); in set_signed_bn() 408 BN_set_negative(a, rand_neg()); in test_mod() 409 BN_set_negative(b, rand_neg()); in test_mod() 752 BN_set_negative(a, rand_neg()); in test_gf2m_add() 753 BN_set_negative(b, rand_neg()); in test_gf2m_add() 1163 BN_set_negative(b, rand_neg()); in test_kronecker() [all …]
|
| H A D | ffc_internal_test.c | 457 BN_set_negative(pub, 1); in ffc_public_validate_test() 555 BN_set_negative(priv, 1); in ffc_private_validate_test()
|
| H A D | param_build_test.c | 116 || !TEST_true((BN_set_negative(nbn, 1), 1)) in template_public_test() 273 || !TEST_true((BN_set_negative(nbn, 1), 1)) in template_private_test()
|
| H A D | ectest.c | 107 BN_set_negative(n2, 0); in group_order_tests() 563 BN_set_negative(z, 1); in prime_field_tests() 572 BN_set_negative(z, 1); in prime_field_tests() 882 BN_set_negative(z, 1); in char2_curve_test() 893 BN_set_negative(z, 1); in char2_curve_test()
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | bignum.c | 66 BN_set_negative(b1, s1); in FuzzerTestOneInput() 69 BN_set_negative(b3, s3); in FuzzerTestOneInput()
|
| H A D | bndiv.c | 73 BN_set_negative(b1, s1); in FuzzerTestOneInput() 75 BN_set_negative(b2, s2); in FuzzerTestOneInput()
|
| /freebsd/crypto/heimdal/include/ |
| H A D | crypto-headers.h | 29 #define BN_set_negative(bn, flag) ((bn)->neg=(flag)?1:0) macro
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec2_smpl.c | 300 BN_set_negative(point->X, 0); in ossl_ec_GF2m_simple_point_set_affine_coordinates() 303 BN_set_negative(point->Y, 0); in ossl_ec_GF2m_simple_point_set_affine_coordinates() 306 BN_set_negative(point->Z, 0); in ossl_ec_GF2m_simple_point_set_affine_coordinates() 337 BN_set_negative(x, 0); in ossl_ec_GF2m_simple_point_get_affine_coordinates() 342 BN_set_negative(y, 0); in ossl_ec_GF2m_simple_point_get_affine_coordinates() 852 BN_set_negative(r->X, 0); in ec_GF2m_simple_ladder_post() 853 BN_set_negative(r->Y, 0); in ec_GF2m_simple_ladder_post()
|
| H A D | ecp_smpl.c | 169 BN_set_negative(group->field, 0); in ossl_ec_GFp_simple_group_set_curve()
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_word.c | 147 BN_set_negative(a, 1); in BN_sub_word()
|
| H A D | bn_lib.c | 876 void BN_set_negative(BIGNUM *a, int b) in BN_set_negative() function
|
| /freebsd/crypto/openssl/crypto/rsa/ |
| H A D | rsa_sp800_56b_check.c | 250 BN_set_negative(diff, 0); in ossl_rsa_check_pminusq_diff()
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | a_int.c | 525 BN_set_negative(ret, 1); in asn1_string_to_bn()
|
| /freebsd/crypto/openssl/test/testutil/ |
| H A D | tests.c | 435 BN_set_negative(aa, 0); in test_BN_abs_eq_word()
|
| /freebsd/crypto/openssl/util/ |
| H A D | missingcrypto.txt | 268 BN_set_negative(3)
|
| H A D | missingcrypto111.txt | 302 BN_set_negative(3)
|
| H A D | libcrypto.num | 514 BN_set_negative 527 3_0_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | bn.h | 267 void BN_set_negative(BIGNUM *b, int n);
|
| /freebsd/crypto/heimdal/kdc/ |
| H A D | pkinit.c | 321 BN_set_negative(bn, f->negative); in integer_to_BN()
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | pkinit.c | 128 BN_set_negative(bn, f->negative); in integer_to_BN()
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | crypto.c | 230 BN_set_negative(bn, i->negative); in heim_int2BN()
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 571 BN_set_negative;
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 13517 void BN_set_negative(BIGNUM *a, int neg);
|