Update headers for deprecated functions
Bug: 295956275 Change-Id: Ic2711e4671a1e8ffcf9220fcd1de4471fa6b2ec3
This commit is contained in:
@@ -4682,6 +4682,9 @@ OEMCryptoResult OEMCrypto_UpdateUsageEntry(
|
|||||||
* already InactiveUsed or InactiveUnused, then this function does not change
|
* already InactiveUsed or InactiveUnused, then this function does not change
|
||||||
* the entry or its state.
|
* 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] session: handle for the session to be used.
|
||||||
* @param[in] pst: pointer to memory containing Provider Session Token.
|
* @param[in] pst: pointer to memory containing Provider Session Token.
|
||||||
* @param[in] pst_length: length of the pst, in bytes.
|
* @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
|
* Devices that do not implement a Session Usage Table may return
|
||||||
* OEMCrypto_ERROR_NOT_IMPLEMENTED.
|
* 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] session: handle for the session to be used.
|
||||||
* @param[in] pst: pointer to memory containing Provider Session Token.
|
* @param[in] pst: pointer to memory containing Provider Session Token.
|
||||||
* @param[in] pst_length: length of the pst, in bytes.
|
* @param[in] pst_length: length of the pst, in bytes.
|
||||||
|
|||||||
Reference in New Issue
Block a user