Lines Matching refs:ctx
117 * @param ctx Indicates the pointer to the symmetric key cipher context.
125 OH_Crypto_ErrCode OH_CryptoSymCipher_Create(const char *algoName, OH_CryptoSymCipher **ctx);
130 * @param ctx Indicates the symmetric key cipher context.
143 OH_Crypto_ErrCode OH_CryptoSymCipher_Init(OH_CryptoSymCipher *ctx, Crypto_CipherMode mod,
149 * @param ctx Indicates the symmetric key cipher context.
161 OH_Crypto_ErrCode OH_CryptoSymCipher_Update(OH_CryptoSymCipher *ctx, Crypto_DataBlob *in, Crypto_DataBlob *out);
166 * @param ctx Indicates the symmetric key cipher context.
178 OH_Crypto_ErrCode OH_CryptoSymCipher_Final(OH_CryptoSymCipher *ctx, Crypto_DataBlob *in, Crypto_DataBlob *out);
183 * @param ctx Indicates the symmetric key context.
187 const char *OH_CryptoSymCipher_GetAlgoName(OH_CryptoSymCipher *ctx);
192 * @param ctx Indicates the symmetric key context.
195 void OH_CryptoSymCipher_Destroy(OH_CryptoSymCipher *ctx);