EC_KEY_check_key

Verifies that a private and/or public key is valid. \param key the EC_KEY object \return 1 on success and 0 otherwise.

extern (C) nothrow
int
EC_KEY_check_key
(
const(EC_KEY)* key
)

Meta