Searched refs:BN_lshift1 (Results 1 – 14 of 14) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BN_set_bit.pod | 6 BN_lshift1, BN_rshift, BN_rshift1 - bit operations on BIGNUMs 20 int BN_lshift1(BIGNUM *r, BIGNUM *a); 43 B<r> (C<r=a*2^n>). Note that B<n> must be nonnegative. BN_lshift1() shifts
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_gcd.c | 374 if (!BN_lshift1(T, B)) in int_bn_mod_inverse() 453 if (!BN_lshift1(tmp, X)) in int_bn_mod_inverse() 609 || !BN_lshift1(g, in_b) in BN_gcd() 610 || !BN_lshift1(r, in_a)) in BN_gcd()
|
| H A D | bn_mod.c | 245 if (!BN_lshift1(r, a)) in BN_mod_lshift1() 257 if (!BN_lshift1(r, a)) in BN_mod_lshift1_quick() 319 if (!BN_lshift1(r, r)) in BN_mod_lshift_quick()
|
| H A D | bn_shift.c | 14 int BN_lshift1(BIGNUM *r, const BIGNUM *a) in BN_lshift1() function
|
| H A D | bn_rsa_fips186_4.c | 328 if (!(BN_lshift1(r1x2, r1) in ossl_bn_rsa_fips186_4_derive_prime()
|
| H A D | bn_div.c | 69 if (!BN_lshift1(dv, dv))
|
| /freebsd/crypto/openssl/test/ |
| H A D | rsa_sp800_56b_test.c | 462 && TEST_true(BN_lshift1(n, n)) in test_invalid_keypair() 561 && TEST_true(BN_lshift1(n, n)) in test_check_public_key()
|
| H A D | ectest.c | 1941 || !TEST_true(BN_lshift1(other_p, other_p))) in check_named_curve_test()
|
| H A D | bntest.c | 1351 || !TEST_true(BN_lshift1(ret, a)) in file_lshift1()
|
| /freebsd/crypto/openssl/crypto/ffc/ |
| H A D | ffc_params_generate.c | 269 || !BN_lshift1(tmp, q) in generate_p()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | bn.h | 307 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 519 BN_lshift1;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1222 MLINKS+= BN_set_bit.3 BN_lshift1.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 1610 BN_lshift1 1648 3_0_0 EXIST::FUNCTION:
|