pub unsafe extern "C" fn EC_KEY_oct2priv(
key: *mut ec_key_st,
buf: *const u8,
len: usize,
) -> i32
Expand description
Decodes an EC_KEY private key from an octet string \param key key to decode \param buf memory buffer with the encoded private key \param len length of the encoded key \return 1 on success and 0 if an error occurred