Function i2d_ECDSA_SIG

Source
pub unsafe extern "C" fn i2d_ECDSA_SIG(
    a: *const ECDSA_SIG_st,
    out: *mut *mut u8,
) -> i32
Expand description

i2d_ECDSA_SIG encodes content of ECDSA_SIG (note: this function modifies *pp (*pp += length of the DER encoded signature)). \param sig pointer to the ECDSA_SIG object \param pp pointer to a unsigned char pointer for the output or NULL \return the length of the DER encoded ECDSA_SIG object or a negative value on error