openssl: update to 1.0.2d
[tomato.git] / release / src / router / openssl / crypto / bn / bn.mul
blob9728870d38ae2709af9572745a0552ae5000c9e6
1 We need
3 * bn_mul_comba8
4 * bn_mul_comba4
5 * bn_mul_normal
6 * bn_mul_recursive
8 * bn_sqr_comba8
9 * bn_sqr_comba4
10 bn_sqr_normal -> BN_sqr
11 * bn_sqr_recursive
13 * bn_mul_low_recursive
14 * bn_mul_low_normal
15 * bn_mul_high
17 * bn_mul_part_recursive # symetric but not power of 2
19 bn_mul_asymetric_recursive # uneven, but do the chop up.