bn_sqr_words
void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int a_len);
bn_sqr_words(t, a, n);
bn_sqr_words(r->d, a->d, a->top);