Searched refs:bn_reduce_once (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | internal.h | 460 BN_ULONG bn_reduce_once(BN_ULONG *r, const BN_ULONG *a, BN_ULONG carry, in OPENSSL_MSVC_PRAGMA()
|
D | montgomery.c | 315 bn_reduce_once(r, a, carry, n, num_n); in bn_from_montgomery_in_place()
|
D | div.c | 415 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/ |
D | ec.c | 991 bn_reduce_once(out->words, x.words, carry, group->order.d, in ec_get_x_coordinate_as_scalar()
|