pub unsafe extern "C" fn EC_KEY_print(
bp: *mut bio_st,
key: *const ec_key_st,
off: i32,
) -> i32
Expand description
Prints out the contents of a EC_KEY object \param bp BIO object to which the information is printed \param key EC_KEY object \param off line offset \return 1 on success and 0 if an error occurred