Searched refs:bn_mul_words (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dx86.pl17 &bn_mul_words("bn_mul_words");
H A Dbn-586.pl14 &bn_mul_words("bn_mul_words");
183 sub bn_mul_words subroutine
H A Dpa-risc2.s63 ; Note that the "w" argument for bn_mul_add_words and bn_mul_words
293 ;BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
300 bn_mul_words label
304 .EXPORT bn_mul_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
H A Dsparcv8.S153 .global bn_mul_words
155 * BN_ULONG bn_mul_words(rp,ap,num,w)
160 bn_mul_words: label
242 .type bn_mul_words,#function
243 .size bn_mul_words,(.-bn_mul_words)
H A Dsparcv8plus.S259 .global bn_mul_words
261 * BN_ULONG bn_mul_words(rp,ap,num,w)
266 bn_mul_words: label
344 .type bn_mul_words,#function
345 .size bn_mul_words,(.-bn_mul_words)
H A Dpa-risc2W.s283 ;BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
290 bn_mul_words label
294 .EXPORT bn_mul_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
H A Dia64.S40 // original bn_mul_words spun at 5*n or 2.5 times slower than expected
278 // BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
280 .global bn_mul_words#
281 .proc bn_mul_words#
284 bn_mul_words: label
387 .endp bn_mul_words#
590 // { r[ 8]=bn_mul_words( &(r[0]),a,8,b[0]);
H A Dx86_64-gcc.c136 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
H A Dppc.pl173 "bn_mul_words",
285 # bn_mul_words
342 .globl .bn_mul_words
1844 # "bn_mul_words" i.e. remove the first dot
1850 .bn_mul_words:
1852 # BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
H A Dmips3.s196 LEAF(bn_mul_words)
292 END(bn_mul_words)
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/x86/
H A Dmul.pl4 sub bn_mul_words subroutine
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_word.c217 ll = bn_mul_words(a->d, a->d, a->top, w);
H A Dbn_sqr.c172 rp[j] = bn_mul_words(rp, ap, j, ap[-1]);
H A Dbn_div.c404 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q);
646 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q);
H A Dbn_asm.c103 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
192 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
902 r[4] = bn_mul_words(&(r[0]), a, 4, b[0]);
910 r[8] = bn_mul_words(&(r[0]), a, 8, b[0]);
H A Dbn_mul.c1117 (void)bn_mul_words(r, a, na, 0);
1120 rr[0] = bn_mul_words(r, a, na, b[0]);
1146 bn_mul_words(r, a, n, b[0]);
H A Dbn.h828 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
/freebsd-9.3-release/secure/lib/libcrypto/i386/
H A Dbn-586.s220 .globl bn_mul_words
221 .type bn_mul_words,@function
222 bn_mul_words: label
375 .size bn_mul_words,.L_bn_mul_words_end-bn_mul_words
376 .ident "bn_mul_words"

Completed in 148 milliseconds