Searched refs:BN_rshift1 (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | BN_set_bit.pod | 6 BN_lshift1, BN_rshift, BN_rshift1 - bit operations on BIGNUMs 23 int BN_rshift1(BIGNUM *r, BIGNUM *a); 44 B<r> (C<r=a/2^n>). Note that B<n> must be nonnegative. BN_rshift1() shifts
|
| /freebsd-12-stable/crypto/openssl/crypto/bn/ |
| D | bn_gcd.c | 293 if (!BN_rshift1(X, X)) in int_bn_mod_inverse() 313 if (!BN_rshift1(Y, Y)) in int_bn_mod_inverse() 630 if (!BN_rshift1(g, g)) in BN_gcd() 638 || !BN_rshift1(r, r)) in BN_gcd()
|
| D | bn_shift.c | 45 int BN_rshift1(BIGNUM *r, const BIGNUM *a) in BN_rshift1() function
|
| D | bn_sqrt.c | 252 if (!BN_rshift1(t, q)) in BN_mod_sqrt()
|
| D | bn_prime.c | 114 if (!BN_rshift1(t, ret)) in BN_generate_prime_ex()
|
| D | bn_div.c | 77 if (!BN_rshift1(D, D))
|
| D | bn_gf2m.c | 585 if (!BN_rshift1(u, u)) in BN_GF2m_mod_inv_vartime() 591 if (!BN_rshift1(b, b)) in BN_GF2m_mod_inv_vartime()
|
| /freebsd-12-stable/crypto/openssl/crypto/dh/ |
| D | dh_rfc7919.c | 69 if (q == NULL || !BN_rshift1(q, q) || !BN_cmp(dh->q, q)) in DH_get_nid()
|
| D | dh_check.c | 162 if (!BN_rshift1(t1, dh->p)) in DH_check()
|
| /freebsd-12-stable/usr.bin/dc/ |
| D | bcode.c | 1237 bn_check(BN_rshift1(p->number, p->number)); in bexp() 1241 bn_check(BN_rshift1(p->number, p->number)); in bexp() 1251 bn_check(BN_rshift1(p->number, p->number)); in bexp() 1328 bn_check(BN_rshift1(x, x)); in bsqrt()
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | bn.h | 303 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
|
| /freebsd-12-stable/crypto/openssl/crypto/ec/ |
| D | ec_lib.c | 316 if (!BN_rshift1(group->cofactor, group->order) /* n/2 */ in ec_guess_cofactor()
|
| D | ecp_smpl.c | 782 if (!BN_rshift1(r->Y, n0)) in ec_GFp_simple_add()
|
| /freebsd-12-stable/secure/lib/libcrypto/ |
| D | Version.map | 565 BN_rshift1;
|
| /freebsd-12-stable/contrib/wpa/src/crypto/ |
| D | crypto_openssl.c | 1663 !BN_rshift1(exp, exp) || in crypto_bignum_legendre()
|
| /freebsd-12-stable/crypto/openssl/apps/ |
| D | s_client.c | 283 p != NULL && BN_rshift1(p, N) && in srp_Verify_N_and_g()
|
| /freebsd-12-stable/secure/lib/libcrypto/man/man3/ |
| D | Makefile | 880 MLINKS+= BN_set_bit.3 BN_rshift1.3
|