Home
last modified time | relevance | path

Searched refs:OH_CryptoAsymKeyGenerator (Results 1 - 1 of 1) sorted by relevance

/interface/sdk_c/CryptoArchitectureKit/
H A Dcrypto_asym_key.h148 typedef struct OH_CryptoAsymKeyGenerator OH_CryptoAsymKeyGenerator; typedef
162 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Create(const char *algoName, OH_CryptoAsymKeyGenerator **ctx);
176 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Generate(OH_CryptoAsymKeyGenerator *ctx, OH_CryptoKeyPair **keyCtx);
193 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Convert(OH_CryptoAsymKeyGenerator *ctx, Crypto_EncodingType type,
203 const char *OH_CryptoAsymKeyGenerator_GetAlgoName(OH_CryptoAsymKeyGenerator *ctx);
211 void OH_CryptoAsymKeyGenerator_Destroy(OH_CryptoAsymKeyGenerator *ctx);

Completed in 1 milliseconds