Home
last modified time | relevance | path

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

/external/boringssl/linux-x86/crypto/fipsmodule/
Dbn-586.S618 .globl bn_div_words symbol
619 .hidden bn_div_words
620 .type bn_div_words,@function
622 bn_div_words: label
629 .size bn_div_words,.-.L_bn_div_words_begin
/external/boringssl/src/crypto/fipsmodule/bn/asm/
Dbn-586.pl27 &bn_div_words("bn_div_words");
422 sub bn_div_words subroutine
/external/boringssl/src/crypto/fipsmodule/bn/
Ddiv.c70 static BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) { in bn_div_words() function
173 *quotient_out = bn_div_words(n0, n1, d0); in bn_div_rem_words()