Searched refs:bn_div_words (Results 1 – 3 of 3) sorted by relevance
618 .globl bn_div_words symbol619 .hidden bn_div_words620 .type bn_div_words,@function622 bn_div_words: label629 .size bn_div_words,.-.L_bn_div_words_begin
27 &bn_div_words("bn_div_words");422 sub bn_div_words subroutine
70 static BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) { in bn_div_words() function173 *quotient_out = bn_div_words(n0, n1, d0); in bn_div_rem_words()