Searched refs:bn_sqr_comba8 (Results 1 – 10 of 10) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_sqr.c | 64 bn_sqr_comba8(rr->d, a->d); in bn_sqr_fixed_top() 173 bn_sqr_comba8(r, a); in bn_sqr_recursive()
|
H A D | README.pod | 7 bn_sqr_comba4, bn_sqr_comba8, bn_cmp_words, bn_mul_normal, 31 void bn_sqr_comba8(BN_ULONG *r, BN_ULONG *a); 148 bn_sqr_comba8(B<r>, B<a>, B<b>) operates on the 8 word arrays B<a> and
|
H A D | bn_local.h | 648 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a);
|
H A D | bn_asm.c | 728 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) in bn_sqr_comba8() function 964 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) in bn_sqr_comba8() function
|
/openssl/crypto/bn/asm/ |
H A D | s390x.S | 572 .globl bn_sqr_comba8 573 .type bn_sqr_comba8,@function 575 bn_sqr_comba8: label 666 .size bn_sqr_comba8,.-bn_sqr_comba8
|
H A D | sparcv8.S | 1052 .global bn_sqr_comba8 1053 bn_sqr_comba8: label 1357 .type bn_sqr_comba8,#function 1358 .size bn_sqr_comba8,(.-bn_sqr_comba8)
|
H A D | sparcv8plus.S | 1138 .global bn_sqr_comba8 1139 bn_sqr_comba8: label 1449 .type bn_sqr_comba8,#function 1450 .size bn_sqr_comba8,(.-bn_sqr_comba8)
|
H A D | bn-c64xplus.asm | 32 .asg bn_sqr_comba8,_bn_sqr_comba8
|
H A D | ia64.S | 551 .global bn_sqr_comba8# 552 .proc bn_sqr_comba8# 554 bn_sqr_comba8: label 573 .endp bn_sqr_comba8#
|
H A D | x86_64-gcc.c | 535 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) in bn_sqr_comba8() function
|
Completed in 54 milliseconds