bn_cmp_words
return bn_cmp_words(a, b, cl);
int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n);
c1 = bn_cmp_words(a, &(a[n]), n);