Searched refs:bn_mul_comba4 (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_mul.c | 186 bn_mul_comba4(r, a, b); in bn_mul_recursive() 247 bn_mul_comba4(&(t[n2]), t, &(t[n])); in bn_mul_recursive() 251 bn_mul_comba4(r, a, b); in bn_mul_recursive() 252 bn_mul_comba4(&(r[n2]), &(a[n]), &(b[n])); in bn_mul_recursive() 369 bn_mul_comba4(&(t[n2]), t, &(t[n])); in bn_mul_part_recursive() 370 bn_mul_comba4(r, a, b); in bn_mul_part_recursive() 550 bn_mul_comba4(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, 28 void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b); 137 bn_mul_comba4(B<r>, B<a>, B<b>) operates on the 4 word arrays B<a> and
|
D | bn_asm.c | 426 # undef bn_mul_comba4 684 void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba4() function 967 void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba4() function
|
D | bn_local.h | 648 void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b);
|
/third_party/openssl/crypto/bn/asm/ |
D | s390x.S | 502 .globl bn_mul_comba4 symbol 503 .type bn_mul_comba4,@function 505 bn_mul_comba4: label 552 .size bn_mul_comba4,.-bn_mul_comba4
|
D | sparcv8plus.S | 1022 .global bn_mul_comba4 symbol 1027 bn_mul_comba4: label 1133 .type bn_mul_comba4,#function 1134 .size bn_mul_comba4,(.-bn_mul_comba4)
|
D | sparcv8.S | 938 .global bn_mul_comba4 symbol 943 bn_mul_comba4: label 1047 .type bn_mul_comba4,#function 1048 .size bn_mul_comba4,(.-bn_mul_comba4)
|
D | ia64.S | 1212 .global bn_mul_comba4# 1213 .proc bn_mul_comba4# 1215 bn_mul_comba4: label 1382 .endp bn_mul_comba4#
|
D | bn-c64xplus.asm | 36 .asg bn_mul_comba4,_bn_mul_comba4
|
D | x86_64-gcc.c | 497 void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba4() function
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2831 #define bn_mul_comba4 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_mul_comba4) macro
|