Home
last modified time | relevance | path

Searched refs:bn_reduce_once (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Dinternal.h460 BN_ULONG bn_reduce_once(BN_ULONG *r, const BN_ULONG *a, BN_ULONG carry, in OPENSSL_MSVC_PRAGMA()
Dmontgomery.c315 bn_reduce_once(r, a, carry, n, num_n); in bn_from_montgomery_in_place()
Ddiv.c415 BN_ULONG bn_reduce_once(BN_ULONG *r, const BN_ULONG *a, BN_ULONG carry, in bn_reduce_once() function
/external/boringssl/src/crypto/fipsmodule/ec/
Dec.c991 bn_reduce_once(out->words, x.words, carry, group->order.d, in ec_get_x_coordinate_as_scalar()