Searched refs:bn_sqr_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_sqr.c106 bn_sqr_comba8(rr->d,a->d);
229 bn_sqr_comba8(r,a);
H A Dbn_asm.c426 #undef bn_sqr_comba8 macro
704 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function
833 #undef bn_sqr_comba8 macro
834 void bn_sqr_comba8(BN_ULONG *r, BN_ULONG *a) function
H A Dbn_lcl.h465 void bn_sqr_comba8(BN_ULONG *r,const BN_ULONG *a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_sqr.c107 bn_sqr_comba8(rr->d, a->d);
224 bn_sqr_comba8(r, a);
H A Dbn_asm.c481 # undef bn_sqr_comba8 macro
777 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function
1014 # undef bn_sqr_comba8 macro
1015 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function
H A Dbn_lcl.h512 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_sqr.c107 bn_sqr_comba8(rr->d, a->d);
224 bn_sqr_comba8(r, a);
H A Dbn_asm.c481 # undef bn_sqr_comba8 macro
777 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function
1014 # undef bn_sqr_comba8 macro
1015 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function
H A Dbn_lcl.h512 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Ds390x.S571 // void bn_sqr_comba8(BN_ULONG *r2,BN_ULONG *r3);
572 .globl bn_sqr_comba8
573 .type bn_sqr_comba8,@function
575 bn_sqr_comba8: label
666 .size bn_sqr_comba8,.-bn_sqr_comba8
H A Dsparcv8.S1052 .global bn_sqr_comba8
1053 bn_sqr_comba8: label
1357 .type bn_sqr_comba8,#function
1358 .size bn_sqr_comba8,(.-bn_sqr_comba8)
H A Dsparcv8plus.S1138 .global bn_sqr_comba8
1139 bn_sqr_comba8: label
1449 .type bn_sqr_comba8,#function
1450 .size bn_sqr_comba8,(.-bn_sqr_comba8)
H A Dia64.S524 // Apparently we win nothing by implementing special bn_sqr_comba8.
540 // void bn_sqr_comba8(BN_ULONG *r, BN_ULONG *a)
542 .global bn_sqr_comba8#
543 .proc bn_sqr_comba8#
545 bn_sqr_comba8: label
564 .endp bn_sqr_comba8#
1163 // It's possible to make it faster (see comment to bn_sqr_comba8), but
1166 // same trick as with bn_sqr_comba8.
H A Dppc.pl201 # bn_sqr_comba8
245 .globl .bn_sqr_comba8
399 # "bn_sqr_comba8" i.e. remove the first dot
405 .bn_sqr_comba8:
407 # This is an optimized version of the bn_sqr_comba8 routine.
411 # void bn_sqr_comba8(BN_ULONG *r, BN_ULONG *a)
823 .size .bn_sqr_comba8,.-.bn_sqr_comba8
H A Dmips.pl1913 .globl bn_sqr_comba8
1914 .ent bn_sqr_comba8
1915 bn_sqr_comba8: label
2125 .end bn_sqr_comba8
H A Dx86_64-gcc.c531 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Ds390x.S571 // void bn_sqr_comba8(BN_ULONG *r2,BN_ULONG *r3);
572 .globl bn_sqr_comba8
573 .type bn_sqr_comba8,@function
575 bn_sqr_comba8: label
666 .size bn_sqr_comba8,.-bn_sqr_comba8
H A Dsparcv8.S1052 .global bn_sqr_comba8
1053 bn_sqr_comba8: label
1357 .type bn_sqr_comba8,#function
1358 .size bn_sqr_comba8,(.-bn_sqr_comba8)
H A Dsparcv8plus.S1138 .global bn_sqr_comba8
1139 bn_sqr_comba8: label
1449 .type bn_sqr_comba8,#function
1450 .size bn_sqr_comba8,(.-bn_sqr_comba8)
H A Dia64.S524 // Apparently we win nothing by implementing special bn_sqr_comba8.
540 // void bn_sqr_comba8(BN_ULONG *r, BN_ULONG *a)
542 .global bn_sqr_comba8#
543 .proc bn_sqr_comba8#
545 bn_sqr_comba8: label
564 .endp bn_sqr_comba8#
1163 // It's possible to make it faster (see comment to bn_sqr_comba8), but
1166 // same trick as with bn_sqr_comba8.
H A Dppc.pl201 # bn_sqr_comba8
245 .globl .bn_sqr_comba8
399 # "bn_sqr_comba8" i.e. remove the first dot
405 .bn_sqr_comba8:
407 # This is an optimized version of the bn_sqr_comba8 routine.
411 # void bn_sqr_comba8(BN_ULONG *r, BN_ULONG *a)
823 .size .bn_sqr_comba8,.-.bn_sqr_comba8
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dsparcv8.S1052 .global bn_sqr_comba8
1053 bn_sqr_comba8: label
1357 .type bn_sqr_comba8,#function
1358 .size bn_sqr_comba8,(.-bn_sqr_comba8)
H A Dsparcv8plus.S1127 .global bn_sqr_comba8
1128 bn_sqr_comba8: label
1438 .type bn_sqr_comba8,#function
1439 .size bn_sqr_comba8,(.-bn_sqr_comba8)
H A Dia64.S525 // Apparently we win nothing by implementing special bn_sqr_comba8.
541 // void bn_sqr_comba8(BN_ULONG *r, BN_ULONG *a)
543 .global bn_sqr_comba8#
544 .proc bn_sqr_comba8#
546 bn_sqr_comba8: label
566 .endp bn_sqr_comba8#
1166 // It's possible to make it faster (see comment to bn_sqr_comba8), but
1169 // same trick as with bn_sqr_comba8.
H A Dx86_64-gcc.c488 void bn_sqr_comba8(BN_ULONG *r, BN_ULONG *a) function

Completed in 82 milliseconds

12