3.6.4.6.2 Function aes_disable_callback()

Disable an AES callback.

enum status_code aes_disable_callback( struct aes_module *const module, const enum aes_callback_type type)

Table 3-29. Parameters
Data directionParameter nameDescription

[in, out]

module

Pointer to the software instance struct

[in]

type

Callback source type

Returns

Status of the callback enable operation.

Table 3-30. Return Values
Return valueDescription

STATUS_OK

The callback was enabled successfully

STATUS_ERR_INVALID_ARG

If an invalid callback type was supplied