/external/openssl/crypto/bn/ |
D | bn_mul.c | 417 bn_mul_comba8(r,a,b); in bn_mul_recursive() 484 bn_mul_comba8(&(t[n2]),t,&(t[n])); in bn_mul_recursive() 488 bn_mul_comba8(r,a,b); in bn_mul_recursive() 489 bn_mul_comba8(&(r[n2]),&(a[n]),&(b[n])); in bn_mul_recursive() 614 bn_mul_comba8(&(t[n2]),t,&(t[n])); in bn_mul_part_recursive() 615 bn_mul_comba8(r,a,b); in bn_mul_part_recursive() 813 bn_mul_comba8(&(t[0]),&(r[0]),&(r[n])); in bn_mul_high() 814 bn_mul_comba8(r,&(a[n]),&(b[n])); in bn_mul_high() 1002 bn_mul_comba8(rr->d,a->d,b->d); in BN_mul()
|
D | bn.mul | 3 * bn_mul_comba8
|
D | bn_asm.c | 431 #undef bn_mul_comba8 557 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba8() function 971 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba8() function
|
D | bn_lcl.h | 487 void bn_mul_comba8(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b);
|
/external/chromium_org/third_party/boringssl/src/crypto/bn/ |
D | mul.c | 325 bn_mul_comba8(r, a, b); in bn_mul_recursive() 386 bn_mul_comba8(&(t[n2]), t, &(t[n])); in bn_mul_recursive() 391 bn_mul_comba8(r, a, b); in bn_mul_recursive() 392 bn_mul_comba8(&(r[n2]), &(a[n]), &(b[n])); in bn_mul_recursive() 490 bn_mul_comba8(&(t[n2]), t, &(t[n])); in bn_mul_part_recursive() 491 bn_mul_comba8(r, a, b); in bn_mul_part_recursive() 613 bn_mul_comba8(rr->d, a->d, b->d); in BN_mul()
|
D | internal.h | 196 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b);
|
D | generic.c | 819 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) { in bn_mul_comba8() function
|
/external/openssl/crypto/bn/asm/ |
D | s390x.S | 341 .globl bn_mul_comba8 symbol 342 .type bn_mul_comba8,@function 344 bn_mul_comba8: label 464 .size bn_mul_comba8,.-bn_mul_comba8
|
D | co-586.S | 3 .globl bn_mul_comba8 symbol 4 .type bn_mul_comba8,@function 6 bn_mul_comba8: label 546 .size bn_mul_comba8,.-.L_bn_mul_comba8_begin
|
D | bn-mips.S | 730 .globl bn_mul_comba8 symbol 731 .ent bn_mul_comba8 732 bn_mul_comba8: label 1359 .end bn_mul_comba8
|
D | sparcv8.S | 559 .global bn_mul_comba8 symbol 564 bn_mul_comba8: label 933 .type bn_mul_comba8,#function 934 .size bn_mul_comba8,(.-bn_mul_comba8)
|
D | sparcv8plus.S | 666 .global bn_mul_comba8 symbol 671 bn_mul_comba8: label 1017 .type bn_mul_comba8,#function 1018 .size bn_mul_comba8,(.-bn_mul_comba8)
|
D | ia64.S | 613 .global bn_mul_comba8# 614 .proc bn_mul_comba8# 616 bn_mul_comba8: label 1156 .endp bn_mul_comba8#
|
D | x86_64-gcc.c | 353 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba8() function
|
D | mips3.s | 763 LEAF(bn_mul_comba8) 1388 END(bn_mul_comba8)
|
/external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/ |
D | co-586.S | 4 .globl bn_mul_comba8 symbol 5 .hidden bn_mul_comba8 6 .type bn_mul_comba8,@function 8 bn_mul_comba8: label 548 .size bn_mul_comba8,.-.L_bn_mul_comba8_begin
|
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/ |
D | x86_64-gcc.c | 365 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) { in bn_mul_comba8() function
|