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

/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dx86.pl16 &bn_mul_add_words("bn_mul_add_words");
H A Dbn-586.pl13 &bn_mul_add_words("bn_mul_add_words");
23 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.S157 .global bn_mul_add_words
159 * BN_ULONG bn_mul_add_words(rp,ap,num,w)
164 bn_mul_add_words: label
254 .type bn_mul_add_words,#function
255 .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 Dx86_64-gcc.c105 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function
H A Dppc.pl174 "bn_mul_add_words");
286 # bn_mul_add_words
343 .globl .bn_mul_add_words
1947 # "bn_mul_add_words" i.e. remove the first dot
1953 .bn_mul_add_words:
1955 # BN_ULONG bn_mul_add_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
H A Dmips3.s67 LEAF(bn_mul_add_words)
193 END(bn_mul_add_words)
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/x86/
H A Dmul_add.pl4 sub bn_mul_add_words subroutine
/freebsd-9.3-release/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
160 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function
903 r[5] = bn_mul_add_words(&(r[1]), a, 4, b[1]);
904 r[6] = bn_mul_add_words(&(r[2]), a, 4, b[2]);
905 r[7] = bn_mul_add_words(&(r[3]), a, 4, b[3]);
911 r[9] = bn_mul_add_words(&(r[1]), a, 8, b[1]);
912 r[10] = bn_mul_add_words(&(r[2]), a, 8, b[2]);
913 r[11] = bn_mul_add_words(&(r[3]), a, 8, b[3]);
914 r[12] = bn_mul_add_words(&(r[4]), a, 8, b[4]);
915 r[13] = bn_mul_add_words(
[all...]
H A Dbn_mul.c1125 rr[1] = bn_mul_add_words(&(r[1]), a, na, b[1]);
1128 rr[2] = bn_mul_add_words(&(r[2]), a, na, b[2]);
1131 rr[3] = bn_mul_add_words(&(r[3]), a, na, b[3]);
1134 rr[4] = bn_mul_add_words(&(r[4]), a, na, b[4]);
1151 bn_mul_add_words(&(r[1]), a, n, b[1]);
1154 bn_mul_add_words(&(r[2]), a, n, b[2]);
1157 bn_mul_add_words(&(r[3]), a, n, b[3]);
1160 bn_mul_add_words(&(r[4]), a, n, b[4]);
H A Dbn_mont.c249 v = bn_mul_add_words(rp, np, nl, (BN_ULONG)t1);
252 v = bn_mul_add_words(rp, np, nl, (rp[0] * n0) & BN_MASK2);
419 v = bn_mul_add_words(rp, np, nl, (BN_ULONG)t1);
422 v = bn_mul_add_words(rp, np, nl, (rp[0] * n0) & BN_MASK2);
H A Dbn_sqr.c179 rp[j] = bn_mul_add_words(rp, ap, j, ap[-1]);
H A Dbn.h826 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num,
/freebsd-9.3-release/secure/lib/libcrypto/i386/
H A Dbn-586.s13 .globl bn_mul_add_words
14 .type bn_mul_add_words,@function
15 bn_mul_add_words: label
216 .size bn_mul_add_words,.L_bn_mul_add_words_end-bn_mul_add_words
217 .ident "bn_mul_add_words"

Completed in 99 milliseconds