Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/
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()
Dbn_word.c85 d = bn_div_words(ret, l, w); in BN_div_word()
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>)
Dbn_local.h239 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
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
/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/
Dppc.S125 .globl bn_div_words symbol
126 .type bn_div_words,@function
129 bn_div_words: label
130 .quad .bn_div_words,.TOC.@tocbase,0
1523 .bn_div_words: label
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
Ds390x.S247 .globl bn_div_words symbol
248 .type bn_div_words,@function
250 bn_div_words: label
254 .size bn_div_words,.-bn_div_words
Dbn-586.pl26 &bn_div_words("bn_div_words");
421 sub bn_div_words subroutine
Dsparcv8plus.S449 .global bn_div_words symbol
454 bn_div_words: label
461 .type bn_div_words,#function
462 .size bn_div_words,(.-bn_div_words)
Dsparcv8.S333 .global bn_div_words symbol
338 bn_div_words: label
344 .type bn_div_words,#function
345 .size bn_div_words,(.-bn_div_words)
Dia64.S1413 .global bn_div_words#
1414 .proc bn_div_words#
1416 bn_div_words: label
1563 .endp bn_div_words#
Dbn-c64xplus.asm31 .asg bn_div_words,_bn_div_words
Dx86_64-gcc.c194 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) in bn_div_words() function
/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/
Dppc.S95 .globl bn_div_words symbol
96 .type bn_div_words,@function
1473 bn_div_words: label
/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/
Dmips.S583 move $7,$4 # we know that bn_div_words does not
636 .globl bn_div_words symbol
637 .ent bn_div_words
638 bn_div_words: label
645 .end bn_div_words
Dmips64.S580 move $7,$4 # we know that bn_div_words does not
633 .globl bn_div_words symbol
634 .ent bn_div_words
635 bn_div_words: label
642 .end bn_div_words
/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/
Dbn-586.S624 .globl bn_div_words symbol
625 .type bn_div_words,@function
627 bn_div_words: label
639 .size bn_div_words,.-.L_bn_div_words_begin
Dx86.S480 .globl bn_div_words symbol
481 .type bn_div_words,@function
483 bn_div_words: label
498 .size bn_div_words,.-.L_bn_div_words_begin
/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
Dbn-sparcv8.S333 .global bn_div_words symbol
338 bn_div_words: label
344 .type bn_div_words,#function
345 .size bn_div_words,(.-bn_div_words)
/netbsd/src/crypto/external/bsd/openssl/dist/
DCHANGES.md18934 bn_div_words in alpha.s.