Lines Matching refs:ctx
63 * @param ctx Indicates the pointer to the symmetric key generator context.
71 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Create(const char *algoName, OH_CryptoSymKeyGenerator **ctx);
76 * @param ctx Indicates the Symmetric key generator context.
85 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Generate(OH_CryptoSymKeyGenerator *ctx, OH_CryptoSymKey **keyCtx);
90 * @param ctx Indicates the symmetric key generator context.
100 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Convert(OH_CryptoSymKeyGenerator *ctx,
106 * @param ctx Indicates the symmetric key generator context.
110 const char *OH_CryptoSymKeyGenerator_GetAlgoName(OH_CryptoSymKeyGenerator *ctx);
115 * @param ctx Indicates the symmetric key generator context.
118 void OH_CryptoSymKeyGenerator_Destroy(OH_CryptoSymKeyGenerator *ctx);