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),
}