Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dcp/
Dfsl_dcp.c320 if ((kDCP_OtpKey == handle->keySlot) || (kDCP_OtpUniqueKey == handle->keySlot)) in DCP_AES_SetKey()
440 if (handle->keySlot == kDCP_OtpKey) in DCP_AES_EncryptEcbNonBlocking()
537 if (handle->keySlot == kDCP_OtpKey) in DCP_AES_DecryptEcbNonBlocking()
643 if (handle->keySlot == kDCP_OtpKey) in DCP_AES_EncryptCbcNonBlocking()
753 if (handle->keySlot == kDCP_OtpKey) in DCP_AES_DecryptCbcNonBlocking()
Dfsl_dcp.h116 kDCP_OtpKey = 4U, /*!< DCP OTP key. */ enumerator