Type Alias EVP_PBE_KEYGEN

Source
pub type EVP_PBE_KEYGEN = Option<unsafe extern "C" fn(_: *mut evp_cipher_ctx_st, _: *const i8, _: i32, _: *mut asn1_type_st, _: *const evp_cipher_st, _: *const evp_md_st, _: i32) -> i32>;

Aliased Type§

enum EVP_PBE_KEYGEN {
    None,
    Some(unsafe extern "C" fn(_: *mut evp_cipher_ctx_st, _: *const i8, _: i32, _: *mut asn1_type_st, _: *const evp_cipher_st, _: *const evp_md_st, _: i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut evp_cipher_ctx_st, _: *const i8, _: i32, _: *mut asn1_type_st, _: *const evp_cipher_st, _: *const evp_md_st, _: i32) -> i32)

Some value of type T.