Type Alias EVP_PBE_KEYGEN_EX

Source
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§

§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, *mut ossl_lib_ctx_st, *const i8) -> i32)

Some value of type T.