Function EC_GROUP_check

Source
pub unsafe extern "C" fn EC_GROUP_check(
    group: *const ec_group_st,
    ctx: *mut bignum_ctx,
) -> i32
Expand description

Checks whether the parameter in the EC_GROUP define a valid ec group \param group EC_GROUP object \param ctx BN_CTX object (optional) \return 1 if group is a valid ec group and 0 otherwise