bn_copy_words
return bn_copy_words(out, in, P256_LIMBS);
bn_copy_words(out, in, P256_LIMBS)
int bn_copy_words(BN_ULONG *out, const BIGNUM *in, int size);