Function EVP_PKEY_asn1_set_public

Source
pub unsafe extern "C" fn EVP_PKEY_asn1_set_public(
    ameth: *mut evp_pkey_asn1_method_st,
    pub_decode: Option<unsafe extern "C" fn(*mut evp_pkey_st, *const X509_pubkey_st) -> i32>,
    pub_encode: Option<unsafe extern "C" fn(*mut X509_pubkey_st, *const evp_pkey_st) -> i32>,
    pub_cmp: Option<unsafe extern "C" fn(*const evp_pkey_st, *const evp_pkey_st) -> i32>,
    pub_print: Option<unsafe extern "C" fn(*mut bio_st, *const evp_pkey_st, i32, *mut asn1_pctx_st) -> i32>,
    pkey_size: Option<unsafe extern "C" fn(*const evp_pkey_st) -> i32>,
    pkey_bits: Option<unsafe extern "C" fn(*const evp_pkey_st) -> i32>,
)