Lines Matching refs:ctx
78 * @param ctx Indicates the pointer to the verify context.
91 * @param ctx Indicates the verify context.
102 OH_Crypto_ErrCode OH_CryptoVerify_Init(OH_CryptoVerify *ctx, OH_CryptoPubKey *pubKey);
107 * @param ctx Indicates the verify context.
118 OH_Crypto_ErrCode OH_CryptoVerify_Update(OH_CryptoVerify *ctx, Crypto_DataBlob *in);
123 * @param ctx Indicates the verify context.
131 bool OH_CryptoVerify_Final(OH_CryptoVerify *ctx, Crypto_DataBlob *in, Crypto_DataBlob *signData);
136 * @param ctx Indicates the verify context.
146 OH_Crypto_ErrCode OH_CryptoVerify_Recover(OH_CryptoVerify *ctx, Crypto_DataBlob *signData,
152 * @param ctx Indicates the verify context.
156 const char *OH_CryptoVerify_GetAlgoName(OH_CryptoVerify *ctx);
161 * @param ctx Indicates the verify context.
171 OH_Crypto_ErrCode OH_CryptoVerify_SetParam(OH_CryptoVerify *ctx, CryptoSignature_ParamType type,
177 * @param ctx Indicates the verify context.
187 OH_Crypto_ErrCode OH_CryptoVerify_GetParam(OH_CryptoVerify *ctx, CryptoSignature_ParamType type,
193 * @param ctx Indicates the verify context.
196 void OH_CryptoVerify_Destroy(OH_CryptoVerify *ctx);