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