Home
last modified time | relevance | path

Searched defs:bn_div_words (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/crypto/bn/asm/
Dbn-586.pl422 sub bn_div_words subroutine
Ds390x.S247 .globl bn_div_words symbol
250 bn_div_words: label
Dsparcv8.S333 .global bn_div_words symbol
338 bn_div_words: label
Dsparcv8plus.S449 .global bn_div_words symbol
454 bn_div_words: label
Dia64.S1417 bn_div_words: label
Dx86_64-gcc.c195 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) in bn_div_words() function
/third_party/boringssl/src/crypto/fipsmodule/bn/asm/
Dbn-586.pl422 sub bn_div_words subroutine
/third_party/openssl/crypto/bn/
Dbn_div.c174 # define bn_div_words(n0,n1,d0) \ macro
188 # define bn_div_words(n0,n1,d0) \ macro
Dbn_asm.c198 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) in bn_div_words() function
207 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) in bn_div_words() function
/third_party/boringssl/linux-x86/crypto/fipsmodule/
Dbn-586.S618 .globl bn_div_words symbol
622 bn_div_words: label
/third_party/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