Searched refs:bn_get_top (Results 1 – 8 of 8) sorted by relevance
137 int bn_get_top(const BIGNUM *a) in bn_get_top() function
32 int bn_get_top(const BIGNUM *a);
218 if (bn_get_top(z) == (P256_LIMBS - P256_LIMBS / 8)) { in is_one()653 for (j = 0; j < bn_get_top(scalars[i]) * BN_BYTES; j += BN_BYTES) { in ecp_nistz256_windowed_mul()795 return (bn_get_top(generator->X) == P256_LIMBS) && in ecp_nistz256_is_affine_G()796 (bn_get_top(generator->Y) == P256_LIMBS) && in ecp_nistz256_is_affine_G()1028 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 ossl_ec_scalar_mul_ladder()249 group_top = bn_get_top(group->field); in ossl_ec_scalar_mul_ladder()
449 return (bn_get_top(generator->X) == P256_LIMBS) in ecp_sm2p256_is_affine_G()450 && (bn_get_top(generator->Y) == P256_LIMBS) in ecp_sm2p256_is_affine_G()
469 fixed_words = bn_get_top(order) + 2; in ossl_ec_key_fromdata()
872 fixed_top = bn_get_top(order) + 2; in EC_KEY_set_private_key()
262 q_words = bn_get_top(dsa->params.q); in dsa_sign_setup()
Completed in 37 milliseconds