pub type EVP_PBE_KEYGEN_EX = 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, _: *mut ossl_lib_ctx_st, _: *const i8) -> i32>;
Aliased Type§
enum EVP_PBE_KEYGEN_EX {
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, _: *mut ossl_lib_ctx_st, _: *const i8) -> i32),
}
Variants§
None
No value.
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, _: *mut ossl_lib_ctx_st, _: *const i8) -> i32)
Some value of type T
.