bn_mod_sqr_words
void bn_mod_sqr_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *m,
bn_mod_sqr_words(r->w, a->w, m->m.w, t, m->minv0, m->n);