Update headers for deprecated functions

Bug: 295956275
Change-Id: Ic2711e4671a1e8ffcf9220fcd1de4471fa6b2ec3
This commit is contained in:
Vicky Min
2023-12-12 22:30:33 +00:00
committed by Robert Shih
parent 6c5b9aa271
commit a6de51a3b4

View File

@@ -4682,6 +4682,9 @@ OEMCryptoResult OEMCrypto_UpdateUsageEntry(
* already InactiveUsed or InactiveUnused, then this function does not change
* the entry or its state.
*
* This API is deprecated in OEMCrypto v19, but will not be removed until
* OEMCrypto v22 to maintain backwards compatibility.
*
* @param[in] session: handle for the session to be used.
* @param[in] pst: pointer to memory containing Provider Session Token.
* @param[in] pst_length: length of the pst, in bytes.
@@ -4777,6 +4780,9 @@ OEMCryptoResult OEMCrypto_DeactivateUsageEntry(OEMCrypto_SESSION session,
* Devices that do not implement a Session Usage Table may return
* OEMCrypto_ERROR_NOT_IMPLEMENTED.
*
* This API is deprecated in OEMCrypto v19, but will not be removed until
* OEMCrypto v22 to maintain backwards compatibility.
*
* @param[in] session: handle for the session to be used.
* @param[in] pst: pointer to memory containing Provider Session Token.
* @param[in] pst_length: length of the pst, in bytes.