Searched refs:bn_div_rem_words (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | div.c | 140 static inline void bn_div_rem_words(BN_ULONG *quotient_out, BN_ULONG *rem_out, in bn_div_rem_words() function 310 bn_div_rem_words(&q, &rem, n0, n1, d0); in BN_div() 596 bn_div_rem_words(&d, &unused_rem, ret, l, w); in BN_div_word()
|