Searched refs:OH_CryptoAsymKeyGenerator_Generate (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-generate-asym-key-pair-randomly-ndk.md | 20 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 D | crypto-generate-asym-key-pair-randomly-ndk.md | 20 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 D | native_asym_key_test.cpp | 62 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 D | native_signature_test.cpp | 53 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.md | 43 | [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 D | crypto__asym__key_8h.md | 42 | [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 D | crypto_asym_key.h | 176 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.md | 43 | [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 D | crypto__asym__key_8h.md | 42 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoAsymKeyGenerator_Generate]…
|
/ohos5.0/base/security/crypto_framework/frameworks/native/src/ |
H A D | asym_key.c | 75 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Generate(OH_CryptoAsymKeyGenerator *ctx, OH_CryptoKeyPa… in OH_CryptoAsymKeyGenerator_Generate() function
|