Lines Matching refs:ctx
154 * @param ctx Indicates the pointer to asymmetric key generator context.
162 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Create(const char *algoName, OH_CryptoAsymKeyGenerator **ctx);
167 * @param ctx Indicates the asymmetric key generator context.
176 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Generate(OH_CryptoAsymKeyGenerator *ctx, OH_CryptoKeyPair **keyCtx);
181 * @param ctx Indicates the asymmetric key generator context.
193 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Convert(OH_CryptoAsymKeyGenerator *ctx, Crypto_EncodingType type,
199 * @param ctx Indicates the asymmetric key generator context.
203 const char *OH_CryptoAsymKeyGenerator_GetAlgoName(OH_CryptoAsymKeyGenerator *ctx);
208 * @param ctx Indicates the asymmetric key generator context.
211 void OH_CryptoAsymKeyGenerator_Destroy(OH_CryptoAsymKeyGenerator *ctx);