Home
last modified time | relevance | path

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

/external/openscreen/third_party/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/rust/crates/quiche/deps/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/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");
421 sub bn_div_words subroutine
/external/rust/crates/quiche/deps/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()
/external/boringssl/src/crypto/fipsmodule/bn/
Ddiv.c69 OPENSSL_UNUSED static BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, in bn_div_words() function
172 *quotient_out = bn_div_words(n0, n1, d0); in bn_div_rem_words()