Function ECParameters_print_fp

Source
pub unsafe extern "C" fn ECParameters_print_fp(
    fp: *mut _IO_FILE,
    key: *const ec_key_st,
) -> i32
Expand description

Prints out the ec parameters on human readable form. \param fp file descriptor to which the information is printed \param key EC_KEY object \return 1 on success and 0 if an error occurred