1*0Sstevel@tonic-gateWe need 2*0Sstevel@tonic-gate 3*0Sstevel@tonic-gate* bn_mul_comba8 4*0Sstevel@tonic-gate* bn_mul_comba4 5*0Sstevel@tonic-gate* bn_mul_normal 6*0Sstevel@tonic-gate* bn_mul_recursive 7*0Sstevel@tonic-gate 8*0Sstevel@tonic-gate* bn_sqr_comba8 9*0Sstevel@tonic-gate* bn_sqr_comba4 10*0Sstevel@tonic-gatebn_sqr_normal -> BN_sqr 11*0Sstevel@tonic-gate* bn_sqr_recursive 12*0Sstevel@tonic-gate 13*0Sstevel@tonic-gate* bn_mul_low_recursive 14*0Sstevel@tonic-gate* bn_mul_low_normal 15*0Sstevel@tonic-gate* bn_mul_high 16*0Sstevel@tonic-gate 17*0Sstevel@tonic-gate* bn_mul_part_recursive # symetric but not power of 2 18*0Sstevel@tonic-gate 19*0Sstevel@tonic-gatebn_mul_asymetric_recursive # uneven, but do the chop up. 20