Function d2i_ECDSA_SIG

Source
pub unsafe extern "C" fn d2i_ECDSA_SIG(
    a: *mut *mut ECDSA_SIG_st,
    in_: *mut *const u8,
    len: i64,
) -> *mut ECDSA_SIG_st
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