Home
last modified time | relevance | path

Searched refs:OH_CryptoAsymKeyGenerator_Generate (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-generate-asym-key-pair-randomly-ndk.md20 2. 调用[OH_CryptoAsymKeyGenerator_Generate](../../reference/apis-crypto-architecture-kit/_crypto_asym…
42 ret = OH_CryptoAsymKeyGenerator_Generate(ctx, &keyPair);
72 2. 调用[OH_CryptoAsymKeyGenerator_Generate](../../reference/apis-crypto-architecture-kit/_crypto_asym…
93 ret = OH_CryptoAsymKeyGenerator_Generate(ctx, &dupKeyPair);
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-generate-asym-key-pair-randomly-ndk.md20 2. Use [OH_CryptoAsymKeyGenerator_Generate](../../reference/apis-crypto-architecture-kit/_crypto_as…
42 ret = OH_CryptoAsymKeyGenerator_Generate(ctx, &keyPair);
72 2. Use [OH_CryptoAsymKeyGenerator_Generate](../../reference/apis-crypto-architecture-kit/_crypto_as…
93 ret = OH_CryptoAsymKeyGenerator_Generate(ctx, &dupKeyPair);
/ohos5.0/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_asym_key_test.cpp62 ret = OH_CryptoAsymKeyGenerator_Generate(generator, &keyCtx);
125 ret = OH_CryptoAsymKeyGenerator_Generate(generator, &keyCtx);
148 ret = OH_CryptoAsymKeyGenerator_Generate(ctx, &keyPair);
189 ret = OH_CryptoAsymKeyGenerator_Generate(ctx, &keyPair);
H A Dnative_signature_test.cpp53 res = OH_CryptoAsymKeyGenerator_Generate(generator, &keyPair);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-crypto-architecture-kit/
H A D_crypto_asym_key_api.md43 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoAsymKeyGenerator_Generate]…
255 ### OH_CryptoAsymKeyGenerator_Generate()
258 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Generate (OH_CryptoAsymKeyGenerator *ctx, OH_CryptoKeyP…
H A Dcrypto__asym__key_8h.md42 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoAsymKeyGenerator_Generate]…
/ohos5.0/base/security/crypto_framework/interfaces/kits/native/include/
H A Dcrypto_asym_key.h176 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Generate(OH_CryptoAsymKeyGenerator *ctx, OH_CryptoKeyPa…
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/
H A D_crypto_asym_key_api.md43 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoAsymKeyGenerator_Generate]…
255 ### OH_CryptoAsymKeyGenerator_Generate()
258 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Generate (OH_CryptoAsymKeyGenerator *ctx, OH_CryptoKeyP…
H A Dcrypto__asym__key_8h.md42 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoAsymKeyGenerator_Generate]…
/ohos5.0/base/security/crypto_framework/frameworks/native/src/
H A Dasym_key.c75 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Generate(OH_CryptoAsymKeyGenerator *ctx, OH_CryptoKeyPa… in OH_CryptoAsymKeyGenerator_Generate() function