Searched refs:bn_mul_comba8 (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_mul.c | 195 bn_mul_comba8(r, a, b); in bn_mul_recursive() 257 bn_mul_comba8(&(t[n2]), t, &(t[n])); in bn_mul_recursive() 261 bn_mul_comba8(r, a, b); in bn_mul_recursive() 262 bn_mul_comba8(&(r[n2]), &(a[n]), &(b[n])); in bn_mul_recursive() 376 bn_mul_comba8(&(t[n2]), t, &(t[n])); in bn_mul_part_recursive() 377 bn_mul_comba8(r, a, b); in bn_mul_part_recursive() 558 bn_mul_comba8(rr->d, a->d, b->d); in bn_mul_fixed_top()
|
D | README.pod | 6 bn_add_words, bn_sub_words, bn_mul_comba4, bn_mul_comba8, 29 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b); 141 bn_mul_comba8(B<r>, B<a>, B<b>) operates on the 8 word arrays B<a> and 180 factors have the same size: bn_mul_comba8() is used if they are 8
|
D | bn_asm.c | 425 # undef bn_mul_comba8 581 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba8() function 975 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba8() function
|
D | bn_local.h | 647 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b);
|
/third_party/openssl/crypto/bn/asm/ |
D | s390x.S | 376 .globl bn_mul_comba8 symbol 377 .type bn_mul_comba8,@function 379 bn_mul_comba8: label 499 .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 | 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 | ia64.S | 623 .global bn_mul_comba8# 624 .proc bn_mul_comba8# 626 bn_mul_comba8: label 1166 .endp bn_mul_comba8#
|
D | bn-c64xplus.asm | 34 .asg bn_mul_comba8,_bn_mul_comba8
|
D | x86_64-gcc.c | 394 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba8() function
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2832 #define bn_mul_comba8 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_mul_comba8) macro
|