bn_mul_comba8
void bn_mul_comba8(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b);
bn_mul_comba8(t, a, b);
bn_mul_comba8(rr->d, a->d, b->d);