bn_get_words
(unsigned long)bn_get_words(num)[0], neg,
(unsigned long)bn_get_words(num)[0])
*top_byte = ((bn_get_words(v)[(n - 1) / BN_BYTES]) >> (8 * ((n - 1) % BN_BYTES)))
BN_ULONG d = bn_get_words(scalar)[i / BN_BYTES];
BN_ULONG *a = bn_get_words(z);
BN_ULONG d = bn_get_words(scalars[i])[j / BN_BYTES];
return (bn_get_top(generator->X) == P256_LIMBS) && (bn_get_top(generator->Y) == P256_LIMBS) && is_equal(bn_get_words(generator->X), def_xG) && is_equal(bn_get_words(generator->Y), def_yG) && is_one(generator->Z);
&& is_equal(bn_get_words(generator->X), def_xG)
&& is_equal(bn_get_words(generator->Y), def_yG)
r->Z_is_one = is_equal(bn_get_words(r->Z), ONE) & 1;
BN_ULONG *words = bn_get_words(bn);
if ((padding == RSA_X931_PADDING) && ((bn_get_words(ret)[0] & 0xf) != 12))
BN_ULONG *bn_get_words(const BIGNUM *a);