Home
last modified time | relevance | path

Searched refs:bn_correct_top (Results 1 – 9 of 9) sorted by relevance

/external/boringssl/src/crypto/bn/
Dshift.c99 bn_correct_top(r); in BN_lshift()
267 bn_correct_top(a); in BN_clear_bit()
305 bn_correct_top(a); in BN_mask_bits()
Dmontgomery.c341 bn_correct_top(r); in BN_from_montgomery_word()
342 bn_correct_top(ret); in BN_from_montgomery_word()
392 bn_correct_top(r); in BN_mod_mul_montgomery()
Ddiv.c367 bn_correct_top(snum); in BN_div()
380 bn_correct_top(res); in BN_div()
682 bn_correct_top(r); in BN_mod_pow2()
724 bn_correct_top(r); in BN_nnmod_pow2()
Dbn.c292 bn_correct_top(bn); in bn_set_words()
349 void bn_correct_top(BIGNUM *bn) { in bn_correct_top() function
Dconvert.c117 bn_correct_top(ret); in BN_bin2bn()
153 bn_correct_top(ret); in BN_le2bn()
402 bn_correct_top(ret); in bn_x2bn()
Dexponentiation.c665 bn_correct_top(r); in BN_mod_exp_mont()
803 bn_correct_top(b); in copy_from_prebuf()
912 bn_correct_top(rr); in BN_mod_exp_mont_consttime()
1098 bn_correct_top(&tmp); in BN_mod_exp_mont_consttime()
Dadd.c322 bn_correct_top(r); in BN_usub()
Dmul.c651 bn_correct_top(rr); in BN_mul()
/external/boringssl/src/include/openssl/
Dbn.h337 OPENSSL_EXPORT void bn_correct_top(BIGNUM *bn);