Searched refs:kDCP_OtpKey (Results 1 – 2 of 2) sorted by relevance
320 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()
116 kDCP_OtpKey = 4U, /*!< DCP OTP key. */ enumerator