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

/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86.pl16 &bn_mul_add_words("bn_mul_add_words");
H A Ds390x.S15 // BN_ULONG bn_mul_add_words(BN_ULONG *r2,BN_ULONG *r3,int r4,BN_ULONG r5);
16 .globl bn_mul_add_words
17 .type bn_mul_add_words,@function
19 bn_mul_add_words: label
123 .size bn_mul_add_words,.-bn_mul_add_words
H A Dbn-586.pl14 &bn_mul_add_words("bn_mul_add_words");
24 sub bn_mul_add_words subroutine
H A Dpa-risc2.s63 ; Note that the "w" argument for bn_mul_add_words and bn_mul_words
78 ; bn_mul_add_words
80 ;BN_ULONG bn_mul_add_words(BN_ULONG *r_ptr, BN_ULONG *a_ptr,
125 bn_mul_add_words label
126 .export bn_mul_add_words,entry,NO_RELOCATION,LONG_RETURN
H A Dpa-risc2W.s70 ; bn_mul_add_words
72 ;BN_ULONG bn_mul_add_words(BN_ULONG *r_ptr, BN_ULONG *a_ptr,
117 bn_mul_add_words label
118 .export bn_mul_add_words,entry,NO_RELOCATION,LONG_RETURN
H A Dsparcv8.S40 .global bn_mul_add_words
42 * BN_ULONG bn_mul_add_words(rp,ap,num,w)
47 bn_mul_add_words: label
148 .type bn_mul_add_words,#function
149 .size bn_mul_add_words,(.-bn_mul_add_words)
H A Dsparcv8plus.S170 .global bn_mul_add_words
172 * BN_ULONG bn_mul_add_words(rp,ap,num,w)
177 bn_mul_add_words: label
267 .type bn_mul_add_words,#function
268 .size bn_mul_add_words,(.-bn_mul_add_words)
H A Dia64.S101 // v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
326 // this very instruction sequence in bn_mul_add_words loop which in
392 // BN_ULONG bn_mul_add_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
394 .global bn_mul_add_words#
395 .proc bn_mul_add_words#
398 bn_mul_add_words: label
455 .endp bn_mul_add_words#
584 // consumed by bn_mul_add_words called from BN_from_montgomery. In
591 // r[ 9]=bn_mul_add_words(&(r[1]),a,8,b[1]);
592 // r[10]=bn_mul_add_words(
[all...]
H A Dppc.pl209 # bn_mul_add_words
253 .globl .bn_mul_add_words
1881 # "bn_mul_add_words" i.e. remove the first dot
1887 .bn_mul_add_words:
1889 # BN_ULONG bn_mul_add_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
2003 .size .bn_mul_add_words,.-.bn_mul_add_words
H A Dmips.pl113 .globl bn_mul_add_words
114 .ent bn_mul_add_words
115 bn_mul_add_words: label
121 .end bn_mul_add_words
H A Dx86_64-gcc.c102 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function
H A Dmips3.s67 LEAF(bn_mul_add_words)
193 END(bn_mul_add_words)
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/x86/
H A Dmul_add.pl4 sub bn_mul_add_words subroutine
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_asm.c71 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function
157 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function
1024 r[5] = bn_mul_add_words(&(r[1]), a, 4, b[1]);
1025 r[6] = bn_mul_add_words(&(r[2]), a, 4, b[2]);
1026 r[7] = bn_mul_add_words(&(r[3]), a, 4, b[3]);
1032 r[9] = bn_mul_add_words(&(r[1]), a, 8, b[1]);
1033 r[10] = bn_mul_add_words(&(r[2]), a, 8, b[2]);
1034 r[11] = bn_mul_add_words(&(r[3]), a, 8, b[3]);
1035 r[12] = bn_mul_add_words(&(r[4]), a, 8, b[4]);
1036 r[13] = bn_mul_add_words(
[all...]
H A Dbn_mul.c1096 rr[1] = bn_mul_add_words(&(r[1]), a, na, b[1]);
1099 rr[2] = bn_mul_add_words(&(r[2]), a, na, b[2]);
1102 rr[3] = bn_mul_add_words(&(r[3]), a, na, b[3]);
1105 rr[4] = bn_mul_add_words(&(r[4]), a, na, b[4]);
1122 bn_mul_add_words(&(r[1]), a, n, b[1]);
1125 bn_mul_add_words(&(r[2]), a, n, b[2]);
1128 bn_mul_add_words(&(r[3]), a, n, b[3]);
1131 bn_mul_add_words(&(r[4]), a, n, b[4]);
H A Dbn_sqr.c184 rp[j] = bn_mul_add_words(rp, ap, j, ap[-1]);
H A Dbn_mont.c226 v = bn_mul_add_words(rp, np, nl, (rp[0] * n0) & BN_MASK2);
H A Dbn.h914 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num,
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dbn-586.S6 .globl bn_mul_add_words
7 .type bn_mul_add_words,@function
9 bn_mul_add_words: label
288 .size bn_mul_add_words,.-.L_bn_mul_add_words_begin
1537 .globl bn_mul_add_words
1538 .type bn_mul_add_words,@function
1540 bn_mul_add_words: label
1816 .size bn_mul_add_words,.-.L_bn_mul_add_words_begin
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man967 MLINKS+= bn_internal.3 bn_mul_add_words.3

Completed in 293 milliseconds