/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-generate-sym-key-randomly-ndk.md | 17 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 33 OH_Crypto_ErrCode ret = OH_CryptoSymKeyGenerator_Create("AES256", &ctx); 57 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 73 OH_Crypto_ErrCode ret = OH_CryptoSymKeyGenerator_Create("SM4_128", &ctx);
|
H A D | crypto-convert-binary-data-to-sym-key-ndk.md | 17 2. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 38 ret = OH_CryptoSymKeyGenerator_Create(algName, &ctx); 64 2. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 86 ret = OH_CryptoSymKeyGenerator_Create(algName, &ctx);
|
H A D | crypto-3des-sym-encrypt-decrypt-ecb-ndk.md | 17 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 67 ret = OH_CryptoSymKeyGenerator_Create("3DES192", &genCtx);
|
H A D | crypto-aes-sym-encrypt-decrypt-ecb-ndk.md | 17 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 57 ret = OH_CryptoSymKeyGenerator_Create("AES128", &genCtx);
|
H A D | crypto-sm4-sym-encrypt-decrypt-ecb-ndk.md | 14 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 67 ret = OH_CryptoSymKeyGenerator_Create("SM4_128", &genCtx);
|
H A D | crypto-aes-sym-encrypt-decrypt-cbc-ndk.md | 17 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 61 ret = OH_CryptoSymKeyGenerator_Create("AES128", &genCtx);
|
H A D | crypto-sm4-sym-encrypt-decrypt-cbc-ndk.md | 14 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 69 ret = OH_CryptoSymKeyGenerator_Create("SM4_128", &genCtx);
|
H A D | crypto-aes-sym-encrypt-decrypt-ccm-ndk.md | 17 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 81 ret = OH_CryptoSymKeyGenerator_Create("AES128", &genCtx);
|
H A D | crypto-aes-sym-encrypt-decrypt-gcm-ndk.md | 17 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 84 ret = OH_CryptoSymKeyGenerator_Create("AES128", &genCtx);
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-ndk.md | 15 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 80 ret = OH_CryptoSymKeyGenerator_Create("SM4_128", &genCtx);
|
H A D | crypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 17 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 96 ret = OH_CryptoSymKeyGenerator_Create("AES128", &genCtx);
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 15 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key… 94 ret = OH_CryptoSymKeyGenerator_Create("SM4_128", &genCtx);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | _crypto_sym_key_api.md | 33 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoSymKeyGenerator_Create](#o… 186 ### OH_CryptoSymKeyGenerator_Create() 189 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Create (const char *algoName, OH_CryptoSymKeyGenerator *…
|
H A D | crypto__sym__key_8h.md | 32 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoSymKeyGenerator_Create](_c…
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-generate-sym-key-randomly-ndk.md | 17 1. Use [OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_k… 34 OH_Crypto_ErrCode ret = OH_CryptoSymKeyGenerator_Create("AES256", &ctx); 58 1. Use [OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_k… 75 OH_Crypto_ErrCode ret = OH_CryptoSymKeyGenerator_Create("SM4_128", &ctx);
|
H A D | crypto-convert-binary-data-to-sym-key-ndk.md | 17 2. Use [OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_k… 38 ret = OH_CryptoSymKeyGenerator_Create(algName, &ctx); 64 2. Use [OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_k… 86 ret = OH_CryptoSymKeyGenerator_Create(algName, &ctx);
|
H A D | crypto-3des-sym-encrypt-decrypt-ecb-ndk.md | 17 1. Use [OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_k… 67 ret = OH_CryptoSymKeyGenerator_Create("3DES192", &genCtx);
|
H A D | crypto-aes-sym-encrypt-decrypt-ecb-ndk.md | 17 1. Use [OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_k… 57 ret = OH_CryptoSymKeyGenerator_Create("AES128", &genCtx);
|
H A D | crypto-sm4-sym-encrypt-decrypt-cbc-ndk.md | 14 1. Use [OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_k… 69 ret = OH_CryptoSymKeyGenerator_Create("SM4_128", &genCtx);
|
H A D | crypto-sm4-sym-encrypt-decrypt-ecb-ndk.md | 14 1. Use [OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_k… 67 ret = OH_CryptoSymKeyGenerator_Create("SM4_128", &genCtx);
|
H A D | crypto-aes-sym-encrypt-decrypt-cbc-ndk.md | 17 1. Use [OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_k… 61 ret = OH_CryptoSymKeyGenerator_Create("AES128", &genCtx);
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/native/ |
H A D | native_sym_key_test.cpp | 54 OH_Crypto_ErrCode ret = OH_CryptoSymKeyGenerator_Create("AES128", &ctx); 70 OH_Crypto_ErrCode ret = OH_CryptoSymKeyGenerator_Create("AES128", &ctx);
|
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | _crypto_sym_key_api.md | 33 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoSymKeyGenerator_Create](#o… 186 ### OH_CryptoSymKeyGenerator_Create() 189 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Create (const char *algoName, OH_CryptoSymKeyGenerator *…
|
/ohos5.0/base/security/crypto_framework/interfaces/kits/native/include/ |
H A D | crypto_sym_key.h | 71 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Create(const char *algoName, OH_CryptoSymKeyGenerator **…
|
/ohos5.0/base/security/crypto_framework/frameworks/native/src/ |
H A D | sym_key.c | 45 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Create(const char *algoName, OH_CryptoSymKeyGenerator **… in OH_CryptoSymKeyGenerator_Create() function
|