修改告警

Signed-off-by: lcc <lichaochen@huawei.com>
This commit is contained in:
lcc 2024-11-11 14:28:34 +08:00
parent 4ddf6eaa39
commit dad5d2646a

View File

@ -75,7 +75,7 @@ typedef struct OH_CryptoVerify OH_CryptoVerify;
* @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 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.
* {@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.