The function EVP_PKEY_sign() can be called more than once on the same context if several operations are performed using the same parameters. RETURN VALUES EVP_PKEY_sign_init() and EVP_PKEY_sign() return 1 for success and 0 or a negative value for failure. In particular a return value ...