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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/asm/x86/
H A Ddiv.pl4 sub bn_div_words subroutine
/opensolaris-onvv-gate/usr/src/common/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 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.S424 .global bn_div_words
426 * BN_ULONG bn_div_words(h,l,d)
429 bn_div_words: label
436 .type bn_div_words,#function
437 .size bn_div_words,(.-bn_div_words)
H A Dx86_64-gcc.c164 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:
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_div.c144 # define bn_div_words(n0,n1,d0) \ macro
158 # define bn_div_words(n0,n1,d0) \ macro
291 #if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
294 q=bn_div_words(n0,n1,d0);
296 fprintf(stderr,"DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
323 q=bn_div_words(n0,n1,d0);
325 fprintf(stderr,"DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
H A Dbn_word.c104 /* normalize input (so bn_div_words doesn't complain) */
115 d=bn_div_words(ret,l,w);
H A Dbn_asm.c223 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
232 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
H A Dbn.h733 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);

Completed in 110 milliseconds