Searched refs:bn_mul_comba8 (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mul.c416 bn_mul_comba8(r,a,b);
478 else if (n == 8 && dna == 0 && dnb == 0) /* XXX: bn_mul_comba8 could
483 bn_mul_comba8(&(t[n2]),t,&(t[n]));
487 bn_mul_comba8(r,a,b);
488 bn_mul_comba8(&(r[n2]),&(a[n]),&(b[n]));
615 bn_mul_comba8(&(t[n2]),t,&(t[n]));
616 bn_mul_comba8(r,a,b);
811 bn_mul_comba8(&(t[0]),&(r[0]),&(r[n]));
812 bn_mul_comba8(r,&(a[n]),&(b[n]));
1000 bn_mul_comba8(r
[all...]
H A Dbn_asm.c424 #undef bn_mul_comba8 macro
550 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function
848 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function
H A Dbn_lcl.h462 void bn_mul_comba8(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_mul.c450 bn_mul_comba8(r, a, b);
508 } else if (n == 8 && dna == 0 && dnb == 0) { /* XXX: bn_mul_comba8 could
512 bn_mul_comba8(&(t[n2]), t, &(t[n]));
516 bn_mul_comba8(r, a, b);
517 bn_mul_comba8(&(r[n2]), &(a[n]), &(b[n]));
638 bn_mul_comba8(&(t[n2]), t, &(t[n]));
639 bn_mul_comba8(r, a, b);
822 bn_mul_comba8(&(t[0]), &(r[0]), &(r[n]));
823 bn_mul_comba8(r, &(a[n]), &(b[n]));
993 bn_mul_comba8(r
[all...]
H A Dbn_asm.c479 # undef bn_mul_comba8 macro
635 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function
1029 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function
H A Dbn_lcl.h509 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_mul.c450 bn_mul_comba8(r, a, b);
508 } else if (n == 8 && dna == 0 && dnb == 0) { /* XXX: bn_mul_comba8 could
512 bn_mul_comba8(&(t[n2]), t, &(t[n]));
516 bn_mul_comba8(r, a, b);
517 bn_mul_comba8(&(r[n2]), &(a[n]), &(b[n]));
638 bn_mul_comba8(&(t[n2]), t, &(t[n]));
639 bn_mul_comba8(r, a, b);
822 bn_mul_comba8(&(t[0]), &(r[0]), &(r[n]));
823 bn_mul_comba8(r, &(a[n]), &(b[n]));
993 bn_mul_comba8(r
[all...]
H A Dbn_asm.c479 # undef bn_mul_comba8 macro
635 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function
1029 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function
H A Dbn_lcl.h509 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Ds390x.S375 // void bn_mul_comba8(BN_ULONG *r2,BN_ULONG *r3,BN_ULONG *r4);
376 .globl bn_mul_comba8
377 .type bn_mul_comba8,@function
379 bn_mul_comba8: label
499 .size bn_mul_comba8,.-bn_mul_comba8
H A Dsparcv8.S559 .global bn_mul_comba8
561 * void bn_mul_comba8(r,a,b)
564 bn_mul_comba8: label
933 .type bn_mul_comba8,#function
934 .size bn_mul_comba8,(.-bn_mul_comba8)
H A Dsparcv8plus.S666 .global bn_mul_comba8
668 * void bn_mul_comba8(r,a,b)
671 bn_mul_comba8: label
1017 .type bn_mul_comba8,#function
1018 .size bn_mul_comba8,(.-bn_mul_comba8)
H A Dia64.S111 // performance (see comment section to bn_mul_comba8 below).
538 // drop down to bn_mul_comba8 code:-)
589 // void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b)
608 // void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b)
613 .global bn_mul_comba8#
614 .proc bn_mul_comba8#
616 bn_mul_comba8: label
1156 .endp bn_mul_comba8#
H A Dppc.pl203 # bn_mul_comba8
247 .globl .bn_mul_comba8
981 # "bn_mul_comba8" i.e. remove the first dot
987 .bn_mul_comba8:
989 # Optimized version of the bn_mul_comba8 routine.
991 # void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b)
1516 .size .bn_mul_comba8,.-.bn_mul_comba8
H A Dmips.pl1018 .globl bn_mul_comba8
1019 .ent bn_mul_comba8
1020 bn_mul_comba8: label
1687 .end bn_mul_comba8
H A Dx86_64-gcc.c389 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Ds390x.S375 // void bn_mul_comba8(BN_ULONG *r2,BN_ULONG *r3,BN_ULONG *r4);
376 .globl bn_mul_comba8
377 .type bn_mul_comba8,@function
379 bn_mul_comba8: label
499 .size bn_mul_comba8,.-bn_mul_comba8
H A Dsparcv8.S559 .global bn_mul_comba8
561 * void bn_mul_comba8(r,a,b)
564 bn_mul_comba8: label
933 .type bn_mul_comba8,#function
934 .size bn_mul_comba8,(.-bn_mul_comba8)
H A Dsparcv8plus.S666 .global bn_mul_comba8
668 * void bn_mul_comba8(r,a,b)
671 bn_mul_comba8: label
1017 .type bn_mul_comba8,#function
1018 .size bn_mul_comba8,(.-bn_mul_comba8)
H A Dia64.S111 // performance (see comment section to bn_mul_comba8 below).
538 // drop down to bn_mul_comba8 code:-)
589 // void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b)
608 // void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b)
613 .global bn_mul_comba8#
614 .proc bn_mul_comba8#
616 bn_mul_comba8: label
1156 .endp bn_mul_comba8#
H A Dppc.pl203 # bn_mul_comba8
247 .globl .bn_mul_comba8
981 # "bn_mul_comba8" i.e. remove the first dot
987 .bn_mul_comba8:
989 # Optimized version of the bn_mul_comba8 routine.
991 # void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b)
1516 .size .bn_mul_comba8,.-.bn_mul_comba8
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dsparcv8.S559 .global bn_mul_comba8
561 * void bn_mul_comba8(r,a,b)
564 bn_mul_comba8: label
933 .type bn_mul_comba8,#function
934 .size bn_mul_comba8,(.-bn_mul_comba8)
H A Dsparcv8plus.S655 .global bn_mul_comba8
657 * void bn_mul_comba8(r,a,b)
660 bn_mul_comba8: label
1006 .type bn_mul_comba8,#function
1007 .size bn_mul_comba8,(.-bn_mul_comba8)
H A Dia64.S111 // performance (see comment section to bn_mul_comba8 below).
539 // drop down to bn_mul_comba8 code:-)
591 // void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b)
610 // void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b)
615 .global bn_mul_comba8#
616 .proc bn_mul_comba8#
618 bn_mul_comba8: label
1159 .endp bn_mul_comba8#
H A Dx86_64-gcc.c344 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function

Completed in 259 milliseconds

12