pointer to the hash value to sign
length of the hash value
BIGNUM with a pre-computed inverse k (optional)
BIGNUM with a pre-computed rp value (optioanl), see ECDSA_sign_setup
EC_KEY object containing a private EC key
pointer to a ECDSA_SIG structure or null if an error occurred
Computes ECDSA signature of a given hash value using the supplied private key (note: sig must point to ECDSA_size(eckey) bytes of memory).