/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-convert-binary-data-to-asym-key-pair-ndk.md | 27 2. 调用[OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym_k… 43 ret = OH_CryptoAsymKeyGenerator_Create("RSA1024|PRIMES_2", &ctx); 79 2. 调用[OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym_k… 93 ret = OH_CryptoAsymKeyGenerator_Create("ECC256", &ctx); 133 2. 调用[OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym_k… 148 ret = OH_CryptoAsymKeyGenerator_Create("SM2_256", &ctx);
|
H A D | crypto-generate-asym-key-pair-randomly-ndk.md | 18 1. 调用[OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym_k… 35 ret = OH_CryptoAsymKeyGenerator_Create("RSA1024|PRIMES_2", &ctx); 70 1. 调用[OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym_k… 87 ret = OH_CryptoAsymKeyGenerator_Create("SM2_256", &ctx);
|
H A D | crypto-convert-string-data-to-asym-key-pair-ndk.md | 26 1. 调用[OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym_k… 44 ret = OH_CryptoAsymKeyGenerator_Create("RSA1024", &ctx);
|
H A D | crypto-convert-compressed-or-uncompressed-ECC-pubkey-ndk.md | 13 2. 调用[OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym_k… 28 ret = OH_CryptoAsymKeyGenerator_Create("ECC_BrainPoolP256r1", &generator);
|
H A D | crypto-ecdsa-sign-sig-verify-ndk.md | 73 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"ECC256", &keyCtx);
|
H A D | crypto-sm2-sign-sig-verify-pkcs1-ndk.md | 75 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"SM2_256", &keyCtx);
|
H A D | crypto-rsa-sign-sig-verify-recover-pkcs1-ndk.md | 85 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"RSA2048", &keyCtx);
|
H A D | crypto-rsa-sign-sig-verify-pkcs1-by-segment-ndk.md | 90 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"RSA2048", &keyCtx);
|
H A D | crypto-rsa-sign-sig-verify-pkcs1-ndk.md | 93 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"RSA2048", &keyCtx);
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/native/ |
H A D | native_asym_key_test.cpp | 60 OH_Crypto_ErrCode ret = OH_CryptoAsymKeyGenerator_Create("DSA2048", &generator); 83 OH_Crypto_ErrCode res = OH_CryptoAsymKeyGenerator_Create("RSA512", &generator); 123 OH_Crypto_ErrCode ret = OH_CryptoAsymKeyGenerator_Create("RSA768", &generator); 145 ret = OH_CryptoAsymKeyGenerator_Create("RSA512|PRIMES_2", &ctx); 186 ret = OH_CryptoAsymKeyGenerator_Create("Ed25519", &ctx);
|
H A D | native_signature_test.cpp | 50 OH_Crypto_ErrCode res = OH_CryptoAsymKeyGenerator_Create("RSA2048|PRIMES_2", &generator); 133 ASSERT_EQ(OH_CryptoAsymKeyGenerator_Create((const char *)"ECC256", &keyCtx), CRYPTO_SUCCESS);
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-generate-asym-key-pair-randomly-ndk.md | 18 1. Use [OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym… 35 ret = OH_CryptoAsymKeyGenerator_Create("RSA1024|PRIMES_2", &ctx); 70 1. Use [OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym… 87 ret = OH_CryptoAsymKeyGenerator_Create("SM2_256", &ctx);
|
H A D | crypto-convert-binary-data-to-asym-key-pair-ndk.md | 27 2. Use [OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym… 43 ret = OH_CryptoAsymKeyGenerator_Create("RSA1024|PRIMES_2", &ctx); 79 2. Use [OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym… 93 ret = OH_CryptoAsymKeyGenerator_Create("ECC256", &ctx); 133 2. Use [OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym… 148 ret = OH_CryptoAsymKeyGenerator_Create("SM2_256", &ctx);
|
H A D | crypto-convert-string-data-to-asym-key-pair-ndk.md | 26 1. Use [OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym… 44 ret = OH_CryptoAsymKeyGenerator_Create("RSA1024", &ctx);
|
H A D | crypto-convert-compressed-or-uncompressed-ECC-pubkey-ndk.md | 13 2. Use [OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym… 29 ret = OH_CryptoAsymKeyGenerator_Create("ECC_BrainPoolP256r1", &generator);
|
H A D | crypto-ecdsa-sign-sig-verify-ndk.md | 73 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"ECC256", &keyCtx);
|
H A D | crypto-sm2-sign-sig-verify-pkcs1-ndk.md | 76 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"SM2_256", &keyCtx);
|
H A D | crypto-rsa-sign-sig-verify-recover-pkcs1-ndk.md | 85 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"RSA2048", &keyCtx);
|
H A D | crypto-rsa-sign-sig-verify-pkcs1-by-segment-ndk.md | 91 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"RSA2048", &keyCtx);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | _crypto_asym_key_api.md | 42 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoAsymKeyGenerator_Create](#… 202 ### OH_CryptoAsymKeyGenerator_Create() 205 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Create (const char *algoName, OH_CryptoAsymKeyGenerator…
|
H A D | crypto__asym__key_8h.md | 41 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoAsymKeyGenerator_Create](_…
|
/ohos5.0/base/security/crypto_framework/interfaces/kits/native/include/ |
H A D | crypto_asym_key.h | 162 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Create(const char *algoName, OH_CryptoAsymKeyGenerator …
|
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | _crypto_asym_key_api.md | 42 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoAsymKeyGenerator_Create](#… 202 ### OH_CryptoAsymKeyGenerator_Create() 205 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Create (const char *algoName, OH_CryptoAsymKeyGenerator…
|
H A D | crypto__asym__key_8h.md | 41 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoAsymKeyGenerator_Create](_…
|
/ohos5.0/base/security/crypto_framework/frameworks/native/src/ |
H A D | asym_key.c | 66 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Create(const char *algoName, OH_CryptoAsymKeyGenerator … in OH_CryptoAsymKeyGenerator_Create() function
|