Searched refs:bn_get_top (Results 1 – 6 of 6) sorted by relevance
31 int bn_get_top(const BIGNUM *a);
141 int bn_get_top(const BIGNUM *a) in bn_get_top() function
221 if (bn_get_top(z) == (P256_LIMBS - P256_LIMBS / 8)) { in is_one()658 for (j = 0; j < bn_get_top(scalars[i]) * BN_BYTES; j += BN_BYTES) { in ecp_nistz256_windowed_mul()801 return (bn_get_top(generator->X) == P256_LIMBS) && in ecp_nistz256_is_affine_G()802 (bn_get_top(generator->Y) == P256_LIMBS) && in ecp_nistz256_is_affine_G()1035 for (i = 0; i < bn_get_top(scalar) * BN_BYTES; i += BN_BYTES) { in ecp_nistz256_points_mul()
208 group_top = bn_get_top(cardinality); in ec_scalar_mul_ladder()249 group_top = bn_get_top(group->field); in ec_scalar_mul_ladder()
490 fixed_top = bn_get_top(order) + 2; in EC_KEY_set_private_key()
220 q_words = bn_get_top(dsa->q); in dsa_sign_setup()