Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dcp/
Dfsl_dcp.c351 if (kDCP_PayloadKey != handle->keySlot) in DCP_AES_SetKey()
450 else if (handle->keySlot == kDCP_PayloadKey) in DCP_AES_EncryptEcbNonBlocking()
547 else if (handle->keySlot == kDCP_PayloadKey) in DCP_AES_DecryptEcbNonBlocking()
655 else if (handle->keySlot == kDCP_PayloadKey) in DCP_AES_EncryptCbcNonBlocking()
765 else if (handle->keySlot == kDCP_PayloadKey) in DCP_AES_DecryptCbcNonBlocking()
Dfsl_dcp.h118 kDCP_PayloadKey = 6U, /*!< DCP payload key. */ enumerator