Lines Matching refs:ctx
56 * @param ctx Indicates the pointer to the md context.
64 OH_Crypto_ErrCode OH_CryptoDigest_Create(const char *algoName, OH_CryptoDigest **ctx);
69 * @param ctx Indicates the digest context.
79 OH_Crypto_ErrCode OH_CryptoDigest_Update(OH_CryptoDigest *ctx, Crypto_DataBlob *in);
84 * @param ctx Indicates the digest context.
94 OH_Crypto_ErrCode OH_CryptoDigest_Final(OH_CryptoDigest *ctx, Crypto_DataBlob *out);
99 * @param ctx Indicates the digest context.
107 uint32_t OH_CryptoDigest_GetLength(OH_CryptoDigest *ctx);
112 * @param ctx Indicates the digest context.
116 const char *OH_CryptoDigest_GetAlgoName(OH_CryptoDigest *ctx);
121 * @param ctx Indicates the digest context.
129 void OH_DigestCrypto_Destroy(OH_CryptoDigest *ctx);