Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dcp/
Dfsl_dcp.c437 dcpPacket->destinationBufferAddress = (uint32_t)ciphertext; in DCP_AES_EncryptEcbNonBlocking()
534 dcpPacket->destinationBufferAddress = (uint32_t)plaintext; in DCP_AES_DecryptEcbNonBlocking()
640 dcpPacket->destinationBufferAddress = (uint32_t)ciphertext; in DCP_AES_EncryptCbcNonBlocking()
750 dcpPacket->destinationBufferAddress = (uint32_t)plaintext; in DCP_AES_DecryptCbcNonBlocking()
1010 dcpPacket->destinationBufferAddress = 0; in dcp_hash_update_non_blocking()
Dfsl_dcp.h142 uint32_t destinationBufferAddress; member