esp_idf_hal::sys

Type Alias esp_aes_encrypt_deinit_t

Source
pub type esp_aes_encrypt_deinit_t = Option<unsafe extern "C" fn(_: *mut c_void)>;
Expand description

@brief Deinitialize AES encryption callback function

@param ctx Context pointer from aes_encrypt_init()

Aliased Type§

enum esp_aes_encrypt_deinit_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void))

Some value of type T.