Home
last modified time | relevance | path

Searched refs:bn_mul_comba8 (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/bn/
H A Dbn_mul.c195 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()
H A DREADME.pod6 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
H A Dbn_local.h645 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b);
H A Dbn_asm.c586 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba8() function
978 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba8() function
/openssl/crypto/bn/asm/
H A Ds390x.S376 .globl bn_mul_comba8
377 .type bn_mul_comba8,@function
379 bn_mul_comba8: label
499 .size bn_mul_comba8,.-bn_mul_comba8
H A Dsparcv8.S559 .global bn_mul_comba8
564 bn_mul_comba8: label
933 .type bn_mul_comba8,#function
934 .size bn_mul_comba8,(.-bn_mul_comba8)
H A Dsparcv8plus.S666 .global bn_mul_comba8
671 bn_mul_comba8: label
1017 .type bn_mul_comba8,#function
1018 .size bn_mul_comba8,(.-bn_mul_comba8)
H A Dbn-c64xplus.asm33 .asg bn_mul_comba8,_bn_mul_comba8
H A Dia64.S622 .global bn_mul_comba8#
623 .proc bn_mul_comba8#
625 bn_mul_comba8: label
1165 .endp bn_mul_comba8#
H A Dx86_64-gcc.c393 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba8() function

Completed in 45 milliseconds