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

/freebsd-11-stable/crypto/openssl/crypto/bn/asm/x86/
H A Ddiv.pl4 sub bn_div_words subroutine
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86.pl19 &bn_div_words("bn_div_words");
H A Ds390x.S246 // BN_ULONG bn_div_words(BN_ULONG h,BN_ULONG l,BN_ULONG d);
247 .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.pl17 &bn_div_words("bn_div_words");
410 sub bn_div_words subroutine
H A Dpa-risc2W.s726 ; unsigned long bn_div_words(unsigned long h, unsigned long l, unsigned long d)
736 bn_div_words label
739 .EXPORT bn_div_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
884 ADDIL L'bn_div_words-bn_div_err_case,%r6,%r1
885 LDO R'bn_div_words-bn_div_err_case(%r1),%r6
888 ADDIL L'C$4-bn_div_words,%r6,%r1
889 LDO R'C$4-bn_div_words(%r1),%r25
H A Dsparcv8.S333 .global bn_div_words
335 * BN_ULONG bn_div_words(h,l,d)
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
451 * BN_ULONG bn_div_words(h,l,d)
454 bn_div_words: label
461 .type bn_div_words,#function
462 .size bn_div_words,(.-bn_div_words)
H A Dpa-risc2.s737 ; unsigned long bn_div_words(unsigned long h, unsigned long l, unsigned long d)
746 bn_div_words label
748 .EXPORT bn_div_words,ENTRY,PRIV_LEV=3,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR,RTNVAL=GR,LONG_RETURN
H A Dia64.S1379 // BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d)
1404 .global bn_div_words#
1405 .proc bn_div_words#
1407 bn_div_words: label
1554 .endp bn_div_words#
H A Dppc.pl180 # 2. Fixed bn_add,bn_sub and bn_div_words, added comments,
206 # bn_div_words
250 .globl .bn_div_words
1617 # "bn_div_words" i.e. remove the first dot
1623 .bn_div_words:
1729 .size .bn_div_words,.-.bn_div_words
H A Dmips.pl783 move $a3,$a0 # we know that bn_div_words does not
859 .globl bn_div_words
860 .ent bn_div_words
861 bn_div_words: label
868 .end bn_div_words
H A Dx86_64-gcc.c186 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
H A Dmips3.s580 move a3,a0 /* we know that bn_div_words doesn't
594 bal bn_div_words
623 LEAF(bn_div_words)
733 END(bn_div_words)
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_div.c153 # undef bn_div_words macro
154 # define bn_div_words(n0,n1,d0) \ macro
168 # undef bn_div_words macro
169 # define bn_div_words(n0,n1,d0) \ macro
362 # if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
365 q = bn_div_words(n0, n1, d0);
367 fprintf(stderr, "DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
393 q = bn_div_words(n0, n1, d0);
395 fprintf(stderr, "DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
H A Dbn_word.c125 /* normalize input (so bn_div_words doesn't complain) */
135 d = bn_div_words(ret, l, w);
H A Dbn_lcl.h506 # undef bn_div_words macro
H A Dbn_asm.c252 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
261 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
H A Dbn.h918 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dbn-586.S612 .globl bn_div_words
613 .type bn_div_words,@function
615 bn_div_words: label
622 .size bn_div_words,.-.L_bn_div_words_begin
2134 .globl bn_div_words
2135 .type bn_div_words,@function
2137 bn_div_words: label
2144 .size bn_div_words,.-.L_bn_div_words_begin
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man962 MLINKS+= bn_internal.3 bn_div_words.3

Completed in 140 milliseconds