HomeSort by relevance Sort by last modified time
    Searched refs:bn_sqr_comba8 (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_sqr.c 106 bn_sqr_comba8(rr->d,a->d);
229 bn_sqr_comba8(r,a);
bn_asm.c 433 #undef bn_sqr_comba8 macro
711 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function
956 #undef bn_sqr_comba8 macro
957 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function
bn_lcl.h 490 void bn_sqr_comba8(BN_ULONG *r,const BN_ULONG *a);
  /external/openssl/crypto/bn/
bn_sqr.c 106 bn_sqr_comba8(rr->d,a->d);
229 bn_sqr_comba8(r,a);
bn_asm.c 433 #undef bn_sqr_comba8 macro
711 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function
956 #undef bn_sqr_comba8 macro
957 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function
bn_lcl.h 490 void bn_sqr_comba8(BN_ULONG *r,const BN_ULONG *a);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
s390x.S 536 // void bn_sqr_comba8(BN_ULONG *r2,BN_ULONG *r3);
537 .globl bn_sqr_comba8
538 .type bn_sqr_comba8,@function
540 bn_sqr_comba8: label
631 .size bn_sqr_comba8,.-bn_sqr_comba8
bn-mips.S 1523 .globl bn_sqr_comba8
1524 .ent bn_sqr_comba8
1525 bn_sqr_comba8: label
2038 .end bn_sqr_comba8
    [all...]
co-586.S 715 .globl bn_sqr_comba8
716 .type bn_sqr_comba8,@function
718 bn_sqr_comba8: label
1122 .size bn_sqr_comba8,.-.L_bn_sqr_comba8_begin
sparcv8.S 1052 .global bn_sqr_comba8
1053 bn_sqr_comba8: label
1357 .type bn_sqr_comba8,#function
1358 .size bn_sqr_comba8,(.-bn_sqr_comba8)
sparcv8plus.S 1138 .global bn_sqr_comba8
1139 bn_sqr_comba8: label
1449 .type bn_sqr_comba8,#function
1450 .size bn_sqr_comba8,(.-bn_sqr_comba8)
    [all...]
ia64.S 524 // 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#
    [all...]
mips.pl 1882 bn_sqr_comba8: label
    [all...]
x86_64-gcc.c 497 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function
ppc.pl 201 # bn_sqr_comba8
245 .globl .bn_sqr_comba8
398 # "bn_sqr_comba8" i.e. remove the first dot
404 .bn_sqr_comba8:
406 # This is an optimized version of the bn_sqr_comba8 routine.
410 # void bn_sqr_comba8(BN_ULONG *r, BN_ULONG *a)
    [all...]
mips3.s 1555 LEAF(bn_sqr_comba8)
    [all...]
  /external/openssl/crypto/bn/asm/
s390x.S 536 // void bn_sqr_comba8(BN_ULONG *r2,BN_ULONG *r3);
537 .globl bn_sqr_comba8
538 .type bn_sqr_comba8,@function
540 bn_sqr_comba8: label
631 .size bn_sqr_comba8,.-bn_sqr_comba8
bn-mips.S 1521 .globl bn_sqr_comba8
1522 .ent bn_sqr_comba8
1523 bn_sqr_comba8: label
2036 .end bn_sqr_comba8
    [all...]
co-586.S 715 .globl bn_sqr_comba8
716 .type bn_sqr_comba8,@function
718 bn_sqr_comba8: label
1122 .size bn_sqr_comba8,.-.L_bn_sqr_comba8_begin
sparcv8.S 1052 .global bn_sqr_comba8
1053 bn_sqr_comba8: label
1357 .type bn_sqr_comba8,#function
1358 .size bn_sqr_comba8,(.-bn_sqr_comba8)
sparcv8plus.S 1138 .global bn_sqr_comba8
1139 bn_sqr_comba8: label
1449 .type bn_sqr_comba8,#function
1450 .size bn_sqr_comba8,(.-bn_sqr_comba8)
    [all...]
ia64.S 524 // 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#
    [all...]
mips.pl 1880 bn_sqr_comba8: label
    [all...]
x86_64-gcc.c 497 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function
ppc.pl 201 # bn_sqr_comba8
245 .globl .bn_sqr_comba8
398 # "bn_sqr_comba8" i.e. remove the first dot
404 .bn_sqr_comba8:
406 # This is an optimized version of the bn_sqr_comba8 routine.
410 # void bn_sqr_comba8(BN_ULONG *r, BN_ULONG *a)
    [all...]

Completed in 176 milliseconds

1 2