Home
last modified time | relevance | path

Searched refs:OH_CryptoAsymKeyGenerator_Create (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-convert-binary-data-to-asym-key-pair-ndk.md27 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 Dcrypto-generate-asym-key-pair-randomly-ndk.md18 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 Dcrypto-convert-string-data-to-asym-key-pair-ndk.md26 1. 调用[OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym_k…
44 ret = OH_CryptoAsymKeyGenerator_Create("RSA1024", &ctx);
H A Dcrypto-convert-compressed-or-uncompressed-ECC-pubkey-ndk.md13 2. 调用[OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym_k…
28 ret = OH_CryptoAsymKeyGenerator_Create("ECC_BrainPoolP256r1", &generator);
H A Dcrypto-ecdsa-sign-sig-verify-ndk.md73 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"ECC256", &keyCtx);
H A Dcrypto-sm2-sign-sig-verify-pkcs1-ndk.md75 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"SM2_256", &keyCtx);
H A Dcrypto-rsa-sign-sig-verify-recover-pkcs1-ndk.md85 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"RSA2048", &keyCtx);
H A Dcrypto-rsa-sign-sig-verify-pkcs1-by-segment-ndk.md90 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"RSA2048", &keyCtx);
H A Dcrypto-rsa-sign-sig-verify-pkcs1-ndk.md93 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"RSA2048", &keyCtx);
/ohos5.0/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_asym_key_test.cpp60 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 Dnative_signature_test.cpp50 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 Dcrypto-generate-asym-key-pair-randomly-ndk.md18 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 Dcrypto-convert-binary-data-to-asym-key-pair-ndk.md27 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 Dcrypto-convert-string-data-to-asym-key-pair-ndk.md26 1. Use [OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym…
44 ret = OH_CryptoAsymKeyGenerator_Create("RSA1024", &ctx);
H A Dcrypto-convert-compressed-or-uncompressed-ECC-pubkey-ndk.md13 2. Use [OH_CryptoAsymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_asym…
29 ret = OH_CryptoAsymKeyGenerator_Create("ECC_BrainPoolP256r1", &generator);
H A Dcrypto-ecdsa-sign-sig-verify-ndk.md73 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"ECC256", &keyCtx);
H A Dcrypto-sm2-sign-sig-verify-pkcs1-ndk.md76 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"SM2_256", &keyCtx);
H A Dcrypto-rsa-sign-sig-verify-recover-pkcs1-ndk.md85 ret = OH_CryptoAsymKeyGenerator_Create((const char *)"RSA2048", &keyCtx);
H A Dcrypto-rsa-sign-sig-verify-pkcs1-by-segment-ndk.md91 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.md42 | [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 Dcrypto__asym__key_8h.md41 | [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 Dcrypto_asym_key.h162 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.md42 | [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 Dcrypto__asym__key_8h.md41 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoAsymKeyGenerator_Create](_…
/ohos5.0/base/security/crypto_framework/frameworks/native/src/
H A Dasym_key.c66 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Create(const char *algoName, OH_CryptoAsymKeyGenerator … in OH_CryptoAsymKeyGenerator_Create() function

12