HomeSort by relevance Sort by last modified time
    Searched refs:bn_sqr_comba4 (Results 1 - 13 of 13) sorted by null

  /external/openssl/crypto/bn/
bn_sqr.c 97 bn_sqr_comba4(rr->d,a->d);
220 bn_sqr_comba4(r,a);
bn_asm.c 434 #undef bn_sqr_comba4 macro
792 void bn_sqr_comba4(BN_ULONG *r, const BN_ULONG *a) function
949 #undef bn_sqr_comba4 macro
950 void bn_sqr_comba4(BN_ULONG *r, const BN_ULONG *a) function
bn_lcl.h 491 void bn_sqr_comba4(BN_ULONG *r,const BN_ULONG *a);
  /external/openssl/crypto/bn/asm/
s390x.S 633 // void bn_sqr_comba4(BN_ULONG *r2,BN_ULONG *r3);
634 .globl bn_sqr_comba4
635 .type bn_sqr_comba4,@function
637 bn_sqr_comba4: label
678 .size bn_sqr_comba4,.-bn_sqr_comba4
bn-mips.S 2041 .globl bn_sqr_comba4
2042 .ent bn_sqr_comba4
2043 bn_sqr_comba4: label
    [all...]
co-586.S 1123 .globl bn_sqr_comba4
1124 .type bn_sqr_comba4,@function
1126 bn_sqr_comba4: label
1254 .size bn_sqr_comba4,.-.L_bn_sqr_comba4_begin
sparcv8.S 1362 .global bn_sqr_comba4
1364 * void bn_sqr_comba4(r,a)
1367 bn_sqr_comba4: label
1455 .type bn_sqr_comba4,#function
1456 .size bn_sqr_comba4,(.-bn_sqr_comba4)
sparcv8plus.S 1454 .global bn_sqr_comba4
1456 * void bn_sqr_comba4(r,a)
1459 bn_sqr_comba4: label
    [all...]
ia64.S 1173 bn_sqr_comba4: label
    [all...]
mips.pl 2424 bn_sqr_comba4: label
    [all...]
x86_64-gcc.c 573 void bn_sqr_comba4(BN_ULONG *r, const BN_ULONG *a) function
ppc.pl 200 # bn_sqr_comba4
240 # the first . i.e. for example change ".bn_sqr_comba4"
241 # to "bn_sqr_comba4". This should be automatically done
244 .globl .bn_sqr_comba4
261 # "bn_sqr_comba4" i.e. remove the first dot
267 .bn_sqr_comba4:
269 # Optimized version of bn_sqr_comba4.
271 # void bn_sqr_comba4(BN_ULONG *r, BN_ULONG *a)
    [all...]
mips3.s     [all...]

Completed in 266 milliseconds