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