Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Ddiv.c140 static inline void bn_div_rem_words(BN_ULONG *quotient_out, BN_ULONG *rem_out, in bn_div_rem_words() function
322 bn_div_rem_words(&q, &rm, n0, n1, d0); in BN_div()
762 bn_div_rem_words(&d, &unused_rem, ret, l, w); in BN_div_word()