Home
last modified time | relevance | path

Searched refs:g_decryptParams (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/keystore_adapter/src/
H A Dkeystore_adapter_impl.cpp112 struct HksParam g_decryptParams[] = { variable
203 …ohResult = InitParamSet(&decryptParamSet, g_decryptParams, sizeof(g_decryptParams) / sizeof(HksPar… in DecryptKey()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_ce_update_test.cpp262 static const struct HksParam g_decryptParams[] = { variable
521 …ret = BuildParamSet(g_decryptParams, g_validParam[i], HKS_ARRAY_SIZE(g_decryptParams), &decryptPar…
561 …ret = BuildParamSet(g_decryptParams, g_invalidParam[i], HKS_ARRAY_SIZE(g_decryptParams), &decryptP…
606 …ret = BuildParamSet(g_decryptParams, g_validParam[i], HKS_ARRAY_SIZE(g_decryptParams), &decryptPar…
657 …ret = BuildParamSet(g_decryptParams, g_invalidParam[i], HKS_ARRAY_SIZE(g_decryptParams), &decryptP…
H A Dhks_backup_test.cpp98 static const struct HksParam g_decryptParams[] = { variable
230 ret = BuildParamSet(g_decryptParams, HKS_ARRAY_SIZE(g_decryptParams), &paramSet2);
281 ret = BuildParamSet(g_decryptParams, HKS_ARRAY_SIZE(g_decryptParams), &paramSet2);
H A Dhks_change_storage_level_test.cpp74 static struct HksParam g_decryptParams[] = { variable
295 … ret = InitParamSet(&decryptParamSet, g_decryptParams, sizeof(g_decryptParams) / sizeof(HksParam));
/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/
H A Dhuks-encryption-decryption-ndk.md122 static struct OH_Huks_Param g_decryptParams[] = {
242 …ohResult = InitParamSet(&decryptParamSet, g_decryptParams, sizeof(g_decryptParams) / sizeof(OH_Huk…
/ohos5.0/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Ddsoftbus_rsa_crypto_test.cpp52 static struct HksParam g_decryptParams[] = { variable
333 …ret = ConstructKeyParamSet(&decryptParamSet, g_decryptParams, sizeof(g_decryptParams) / sizeof(str…
/ohos5.0/foundation/communication/dsoftbus/core/adapter/huks/src/
H A Dsoftbus_rsa_encrypt.c45 static struct HksParam g_decryptParams[] = { variable
338 …if (ConstructKeyParamSet(&paramSet, g_decryptParams, sizeof(g_decryptParams) / sizeof(struct HksPa… in SoftBusRsaDecrypt()
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/
H A Dhuks-encryption-decryption-ndk.md122 static struct OH_Huks_Param g_decryptParams[] = {
242 …ohResult = InitParamSet(&decryptParamSet, g_decryptParams, sizeof(g_decryptParams) / sizeof(OH_Huk…
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_huks_utils.c149 static struct HksParam g_decryptParams[] = { variable
339 if (InitParamSetByHuks(&g_decryptParamSet, g_decryptParams, in LnnInitHuksInterface()
340 sizeof(g_decryptParams) / sizeof(struct HksParam)) != SOFTBUS_OK) { in LnnInitHuksInterface()