Home
last modified time | relevance | path

Searched refs:DCP_WaitForChannelComplete (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dcp/
Dfsl_dcp.c404 return DCP_WaitForChannelComplete(base, handle); in DCP_AES_EncryptEcb()
502 return DCP_WaitForChannelComplete(base, handle); in DCP_AES_DecryptEcb()
604 return DCP_WaitForChannelComplete(base, handle); in DCP_AES_EncryptCbc()
715 return DCP_WaitForChannelComplete(base, handle); in DCP_AES_DecryptCbc()
872 status_t DCP_WaitForChannelComplete(DCP_Type *base, dcp_handle_t *handle) in DCP_WaitForChannelComplete() function
1044 completionStatus = DCP_WaitForChannelComplete(base, ctxInternal->handle); in dcp_hash_update()
Dfsl_dcp.h293 status_t DCP_WaitForChannelComplete(DCP_Type *base, dcp_handle_t *handle);