Searched refs:bn_mul_add_words (Results 26 - 50 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
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.c108 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
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
456 .endp bn_mul_add_words#
586 // consumed by bn_mul_add_words called from BN_from_montgomery. In
593 // r[ 9]=bn_mul_add_words(&(r[1]),a,8,b[1]);
594 // r[10]=bn_mul_add_words(
[all...]
H A Dx86_64-gcc.c100 BN_ULONG bn_mul_add_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
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.c108 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h505 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h736 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn.h736 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn.h848 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn.h848 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num,

Completed in 256 milliseconds

123