Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_div.c173 # undef bn_div_words
174 # define bn_div_words(n0,n1,d0) \ macro
187 # undef bn_div_words
188 # define bn_div_words(n0,n1,d0) \ macro
359 # if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words) in bn_div_fixed_top()
362 q = bn_div_words(n0, n1, d0); in bn_div_fixed_top()
386 q = bn_div_words(n0, n1, d0); in bn_div_fixed_top()
H A Dbn_word.c85 d = bn_div_words(ret, l, w); in BN_div_word()
H A DREADME.pod5 bn_mul_words, bn_mul_add_words, bn_sqr_words, bn_div_words,
22 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
125 bn_div_words(B<h>, B<l>, B<d>) divides the two word number (B<h>, B<l>)
H A Dbn_local.h219 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
H A 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
/openssl/crypto/bn/asm/
H A Ds390x.S247 .globl bn_div_words
248 .type bn_div_words,@function
250 bn_div_words: label
254 .size bn_div_words,.-bn_div_words
H A Dbn-586.pl26 &bn_div_words("bn_div_words");
421 sub bn_div_words subroutine
H A Dsparcv8.S333 .global bn_div_words
338 bn_div_words: label
344 .type bn_div_words,#function
345 .size bn_div_words,(.-bn_div_words)
H A Dsparcv8plus.S449 .global bn_div_words
454 bn_div_words: label
461 .type bn_div_words,#function
462 .size bn_div_words,(.-bn_div_words)
H A Dbn-c64xplus.asm31 .asg bn_div_words,_bn_div_words
H A Dia64.S1413 .global bn_div_words#
1414 .proc bn_div_words#
1416 bn_div_words: label
1563 .endp bn_div_words#
H A Dx86_64-gcc.c194 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) in bn_div_words() function
/openssl/
H A DCHANGES.md18367 bn_div_words in alpha.s.

Completed in 122 milliseconds