Searched refs:bn_div_3_words (Results 1 – 1 of 1) sorted by relevance
91 BN_ULONG bn_div_3_words(const BN_ULONG *m, BN_ULONG d1, BN_ULONG d0);115 static BN_ULONG bn_div_3_words(const BN_ULONG *m, BN_ULONG d1, BN_ULONG d0) in bn_div_3_words() function346 q = bn_div_3_words(wnumtop, d1, d0); in bn_div_fixed_top()
Completed in 3 milliseconds