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

/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/x86/
H A Ddiv.pl4 sub bn_div_words subroutine
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dx86.pl19 &bn_div_words("bn_div_words");
H A Dbn-586.pl16 &bn_div_words("bn_div_words");
312 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.S436 .global bn_div_words
438 * BN_ULONG bn_div_words(h,l,d)
441 bn_div_words: label
448 .type bn_div_words,#function
449 .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 Dx86_64-gcc.c189 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
H A Dppc.pl171 "bn_div_words",
257 # 2. Fixed bn_add,bn_sub and bn_div_words, added comments,
283 # bn_div_words
340 .globl .bn_div_words
1691 # "bn_div_words" i.e. remove the first dot
1697 .bn_div_words:
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-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_div.c153 # define bn_div_words(n0,n1,d0) \ macro
167 # define bn_div_words(n0,n1,d0) \ macro
333 # if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
336 q = bn_div_words(n0, n1, d0);
338 fprintf(stderr, "DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
367 q = bn_div_words(n0, n1, d0);
369 fprintf(stderr, "DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
575 # if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
578 q = bn_div_words(n0, n1, d0);
580 fprintf(stderr, "DEBUG: bn_div_words(
[all...]
H A Dbn_word.c103 /* normalize input (so bn_div_words doesn't complain) */
113 d = bn_div_words(ret, l, w);
H A Dbn_asm.c255 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
264 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
H A Dbn.h830 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
/freebsd-9.3-release/secure/lib/libcrypto/i386/
H A Dbn-586.s501 .globl bn_div_words
502 .type bn_div_words,@function
503 bn_div_words: label
519 .size bn_div_words,.L_bn_div_words_end-bn_div_words
520 .ident "bn_div_words"

Completed in 102 milliseconds