Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/
Dmontgomery.c409 bn_correct_top(r);
410 bn_correct_top(ret);
489 bn_correct_top(r); in BN_from_montgomery_word()
490 bn_correct_top(ret); in BN_from_montgomery_word()
529 bn_correct_top(r); in BN_mod_mul_montgomery()
Dshift.c99 bn_correct_top(r); in BN_lshift()
259 bn_correct_top(a); in BN_clear_bit()
297 bn_correct_top(a); in BN_mask_bits()
Dexponentiation.c714 bn_correct_top(r); in BN_mod_exp_mont()
816 bn_correct_top(b); in copy_from_prebuf()
917 bn_correct_top(rr); in BN_mod_exp_mont_consttime()
927 bn_correct_top(rr); in BN_mod_exp_mont_consttime()
1121 bn_correct_top(&tmp); in BN_mod_exp_mont_consttime()
Dconvert.c117 bn_correct_top(ret); in BN_bin2bn()
354 bn_correct_top(ret); in bn_x2bn()
Ddiv.c359 bn_correct_top(snum); in BN_div()
373 bn_correct_top(res); in BN_div()
Dbn.c321 void bn_correct_top(BIGNUM *bn) { in bn_correct_top() function
Dadd.c322 bn_correct_top(r); in BN_usub()
Dmul.c668 bn_correct_top(rr); in BN_mul()
/external/boringssl/src/crypto/ec/
Dp256-x86_64.c511 bn_correct_top(&r->X); in ecp_nistz256_points_mul()
512 bn_correct_top(&r->Y); in ecp_nistz256_points_mul()
513 bn_correct_top(&r->Z); in ecp_nistz256_points_mul()
557 bn_correct_top(x); in ecp_nistz256_get_affine()
569 bn_correct_top(y); in ecp_nistz256_get_affine()
/external/boringssl/src/include/openssl/
Dbn.h327 OPENSSL_EXPORT void bn_correct_top(BIGNUM *bn);