Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/dcp/
Dfsl_dcp.h156 } dcp_handle_t; typedef
293 status_t DCP_WaitForChannelComplete(DCP_Type *base, dcp_handle_t *handle);
326 status_t DCP_AES_SetKey(DCP_Type *base, dcp_handle_t *handle, const uint8_t *key, size_t keySize);
342 … DCP_Type *base, dcp_handle_t *handle, const uint8_t *plaintext, uint8_t *ciphertext, size_t size);
358 … DCP_Type *base, dcp_handle_t *handle, const uint8_t *ciphertext, uint8_t *plaintext, size_t size);
375 dcp_handle_t *handle,
396 dcp_handle_t *handle,
425 dcp_handle_t *handle,
446 dcp_handle_t *handle,
468 dcp_handle_t *handle,
[all …]
Dfsl_dcp.c52 dcp_handle_t *handle;
201 static status_t dcp_aes_set_sram_based_key(DCP_Type *base, dcp_handle_t *handle, const uint8_t *key) in dcp_aes_set_sram_based_key()
216 static status_t dcp_schedule_work(DCP_Type *base, dcp_handle_t *handle, dcp_work_packet_t *dcpPacke… in dcp_schedule_work()
316 status_t DCP_AES_SetKey(DCP_Type *base, dcp_handle_t *handle, const uint8_t *key, size_t keySize) in DCP_AES_SetKey()
380 … DCP_Type *base, dcp_handle_t *handle, const uint8_t *plaintext, uint8_t *ciphertext, size_t size) in DCP_AES_EncryptEcb()
422 dcp_handle_t *handle, in DCP_AES_EncryptEcbNonBlocking()
478 … DCP_Type *base, dcp_handle_t *handle, const uint8_t *ciphertext, uint8_t *plaintext, size_t size) in DCP_AES_DecryptEcb()
520 dcp_handle_t *handle, in DCP_AES_DecryptEcbNonBlocking()
576 dcp_handle_t *handle, in DCP_AES_EncryptCbc()
623 dcp_handle_t *handle, in DCP_AES_EncryptCbcNonBlocking()
[all …]