Searched refs:BN_lshift (Results 1 – 18 of 18) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_set_bit.pod | 5 BN_set_bit, BN_clear_bit, BN_is_bit_set, BN_mask_bits, BN_lshift, 19 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n); 39 BN_lshift() shifts B<a> left by B<n> bits and places the result in
|
D | BN_add.pod | 58 For multiplication by powers of 2, use L<BN_lshift(3)>.
|
/third_party/openssl/crypto/dsa/ |
D | dsa_gen.c | 115 if (!BN_lshift(test, BN_value_one(), bits - 1)) in dsa_builtin_paramgen() 202 if (!BN_lshift(r0, r0, (qsize << 3) * k)) in dsa_builtin_paramgen() 395 if (!BN_lshift(test, BN_value_one(), L - 1)) in dsa_builtin_paramgen2() 481 if (!BN_lshift(r0, r0, (mdsize << 3) * k)) in dsa_builtin_paramgen2()
|
/third_party/openssl/crypto/bn/ |
D | bn_mont.c | 318 if (!BN_lshift(Ri, Ri, 2 * BN_BITS2)) in BN_MONT_CTX_set() 353 if (!BN_lshift(Ri, Ri, BN_BITS2)) in BN_MONT_CTX_set() 381 if (!BN_lshift(Ri, Ri, mont->ri)) in BN_MONT_CTX_set()
|
D | bn_gcd.c | 454 if (!BN_lshift(tmp, X, 2)) in int_bn_mod_inverse() 635 if (!BN_lshift(r, r, shifts) in BN_gcd()
|
D | bn_word.c | 78 if (!BN_lshift(a, a, j)) in BN_div_word()
|
D | bn_shift.c | 81 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n) in BN_lshift() function
|
D | bn_mod.c | 302 if (!BN_lshift(r, r, max_shift)) in BN_mod_lshift_quick()
|
D | bn_div.c | 66 if (!BN_lshift(D, D, nm - nd))
|
/third_party/openssl/test/ |
D | dhtest.c | 128 || !TEST_true(BN_lshift(p, p, OPENSSL_DH_CHECK_MAX_MODULUS_BITS))) in dh_test()
|
D | bntest.c | 279 && TEST_true(BN_lshift(a, a, i)) in test_div_recip() 1364 if (!TEST_true(BN_lshift(ret, a, n)) in file_lshift()
|
D | ectest.c | 2039 || !TEST_true(BN_lshift(g1_order, g1_p, 2)) in cardinality_test()
|
/third_party/openssl/crypto/objects/ |
D | obj_dat.c | 473 if (!BN_lshift(bl, bl, 7)) in OBJ_obj2txt()
|
/third_party/openssl/include/openssl/ |
D | bn.h | 277 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n);
|
/third_party/openssl/crypto/ec/ |
D | ecp_smpl.c | 292 if (!BN_lshift(tmp_1, tmp_2, 2)) in ec_GFp_simple_group_check_discriminant()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 931 #define BN_lshift BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_lshift) macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 213 BN_F_BN_LSHIFT:145:BN_lshift
|
/third_party/openssl/util/ |
D | libcrypto.num | 26 BN_lshift 26 1_1_0 EXIST::FUNCTION:
|