Home
last modified time | relevance | path

Searched refs:OH_CryptoSymKeyGenerator_Create (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-generate-sym-key-randomly-ndk.md17 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 Dcrypto-convert-binary-data-to-sym-key-ndk.md17 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 Dcrypto-3des-sym-encrypt-decrypt-ecb-ndk.md17 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key…
67 ret = OH_CryptoSymKeyGenerator_Create("3DES192", &genCtx);
H A Dcrypto-aes-sym-encrypt-decrypt-ecb-ndk.md17 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key…
57 ret = OH_CryptoSymKeyGenerator_Create("AES128", &genCtx);
H A Dcrypto-sm4-sym-encrypt-decrypt-ecb-ndk.md14 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key…
67 ret = OH_CryptoSymKeyGenerator_Create("SM4_128", &genCtx);
H A Dcrypto-aes-sym-encrypt-decrypt-cbc-ndk.md17 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key…
61 ret = OH_CryptoSymKeyGenerator_Create("AES128", &genCtx);
H A Dcrypto-sm4-sym-encrypt-decrypt-cbc-ndk.md14 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key…
69 ret = OH_CryptoSymKeyGenerator_Create("SM4_128", &genCtx);
H A Dcrypto-aes-sym-encrypt-decrypt-ccm-ndk.md17 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key…
81 ret = OH_CryptoSymKeyGenerator_Create("AES128", &genCtx);
H A Dcrypto-aes-sym-encrypt-decrypt-gcm-ndk.md17 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key…
84 ret = OH_CryptoSymKeyGenerator_Create("AES128", &genCtx);
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm-ndk.md15 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key…
80 ret = OH_CryptoSymKeyGenerator_Create("SM4_128", &genCtx);
H A Dcrypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md17 1. 调用[OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_key…
96 ret = OH_CryptoSymKeyGenerator_Create("AES128", &genCtx);
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md15 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.md33 | [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 Dcrypto__sym__key_8h.md32 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoSymKeyGenerator_Create](_c…
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-generate-sym-key-randomly-ndk.md17 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 Dcrypto-convert-binary-data-to-sym-key-ndk.md17 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 Dcrypto-3des-sym-encrypt-decrypt-ecb-ndk.md17 1. Use [OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_k…
67 ret = OH_CryptoSymKeyGenerator_Create("3DES192", &genCtx);
H A Dcrypto-aes-sym-encrypt-decrypt-ecb-ndk.md17 1. Use [OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_k…
57 ret = OH_CryptoSymKeyGenerator_Create("AES128", &genCtx);
H A Dcrypto-sm4-sym-encrypt-decrypt-cbc-ndk.md14 1. Use [OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_k…
69 ret = OH_CryptoSymKeyGenerator_Create("SM4_128", &genCtx);
H A Dcrypto-sm4-sym-encrypt-decrypt-ecb-ndk.md14 1. Use [OH_CryptoSymKeyGenerator_Create](../../reference/apis-crypto-architecture-kit/_crypto_sym_k…
67 ret = OH_CryptoSymKeyGenerator_Create("SM4_128", &genCtx);
H A Dcrypto-aes-sym-encrypt-decrypt-cbc-ndk.md17 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 Dnative_sym_key_test.cpp54 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.md33 | [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 Dcrypto_sym_key.h71 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Create(const char *algoName, OH_CryptoSymKeyGenerator **…
/ohos5.0/base/security/crypto_framework/frameworks/native/src/
H A Dsym_key.c45 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Create(const char *algoName, OH_CryptoSymKeyGenerator **… in OH_CryptoSymKeyGenerator_Create() function

12