告警清理

Signed-off-by: lcc <lichaochen@huawei.com>
This commit is contained in:
lcc 2024-11-11 16:55:19 +08:00
parent fde4ce5a2f
commit ce584c9a1d

View File

@ -75,7 +75,7 @@ typedef struct OH_CryptoVerify OH_CryptoVerify;
* @brief Create a verify context according to the given algorithm name. * @brief Create a verify context according to the given algorithm name.
* *
* @param algoName Indicates the algorithm name for generating the verify context. Example RSA1024|PKCS1|SHA256. * @param algoName Indicates the algorithm name for generating the verify context. Example RSA1024|PKCS1|SHA256.
* @param ctx Indicates the pointer to the verify context. * @param verify Indicates the pointer to the verify context.
* @return {@link OH_Crypto_ErrCode#CRYPTO_SUCCESS} 0 - If the operation is successful. * @return {@link OH_Crypto_ErrCode#CRYPTO_SUCCESS} 0 - If the operation is successful.
* {@link OH_Crypto_ErrCode#CRYPTO_INVALID_PARAMS} 401 - If parameter is invalid. * {@link OH_Crypto_ErrCode#CRYPTO_INVALID_PARAMS} 401 - If parameter is invalid.
* {@link OH_Crypto_ErrCode#CRYPTO_NOT_SUPPORTED} 801 - If the operation is not supported. * {@link OH_Crypto_ErrCode#CRYPTO_NOT_SUPPORTED} 801 - If the operation is not supported.