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

/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86.pl17 &bn_mul_words("bn_mul_words");
H A Ds390x.S125 // BN_ULONG bn_mul_words(BN_ULONG *r2,BN_ULONG *r3,int r4,BN_ULONG r5);
126 .globl bn_mul_words
127 .type bn_mul_words,@function
129 bn_mul_words: label
188 .size bn_mul_words,.-bn_mul_words
H A Dbn-586.pl15 &bn_mul_words("bn_mul_words");
210 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.S272 .global bn_mul_words
274 * BN_ULONG bn_mul_words(rp,ap,num,w)
279 bn_mul_words: label
357 .type bn_mul_words,#function
358 .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 Dppc.pl208 # bn_mul_words
252 .globl .bn_mul_words
1775 # "bn_mul_words" i.e. remove the first dot
1781 .bn_mul_words:
1783 # BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
1877 .size bn_mul_words,.-bn_mul_words
H A Dmips.pl272 .globl bn_mul_words
273 .ent bn_mul_words
274 bn_mul_words: label
280 .end bn_mul_words
H A Dx86_64-gcc.c133 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
H A Dmips3.s196 LEAF(bn_mul_words)
292 END(bn_mul_words)
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/x86/
H A Dmul.pl4 sub bn_mul_words subroutine
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_word.c239 ll = bn_mul_words(a->d, a->d, a->top, w);
H A Dbn_sqr.c177 rp[j] = bn_mul_words(rp, ap, j, ap[-1]);
H A Dbn_asm.c101 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
190 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
1023 r[4] = bn_mul_words(&(r[0]), a, 4, b[0]);
1031 r[8] = bn_mul_words(&(r[0]), a, 8, b[0]);
H A Dbn_div.c433 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q);
H A Dbn_mul.c1088 (void)bn_mul_words(r, a, na, 0);
1091 rr[0] = bn_mul_words(r, a, na, b[0]);
1117 bn_mul_words(r, a, n, b[0]);
H A Dbn.h916 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dbn-586.S289 .globl bn_mul_words
290 .type bn_mul_words,@function
292 bn_mul_words: label
470 .size bn_mul_words,.-.L_bn_mul_words_begin
1817 .globl bn_mul_words
1818 .type bn_mul_words,@function
1820 bn_mul_words: label
1995 .size bn_mul_words,.-.L_bn_mul_words_begin
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man976 MLINKS+= bn_internal.3 bn_mul_words.3

Completed in 213 milliseconds