Searched refs:ConstructKeyParamSet (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/adapter/huks/src/ |
H A D | softbus_rsa_encrypt.c | 35 static int32_t ConstructKeyParamSet(struct HksParamSet **paramSet, const struct HksParam *params, u… 62 …if (ConstructKeyParamSet(¶mSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in IsRsaKeyPairExist() 78 static int32_t ConstructKeyParamSet(struct HksParamSet **paramSet, const struct HksParam *params, u… in ConstructKeyParamSet() function 102 …if (ConstructKeyParamSet(¶mSet, g_generateParams, sizeof(g_generateParams) / sizeof(struct Hks… in GenerateRsaKeyPair() 137 …if (ConstructKeyParamSet(¶mSet, publicKeyParams, sizeof(publicKeyParams) / sizeof(struct HksPa… in SoftBusGetPublicKey() 338 …if (ConstructKeyParamSet(¶mSet, g_decryptParams, sizeof(g_decryptParams) / sizeof(struct HksPa… in SoftBusRsaDecrypt()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/adapter/unittest/ |
H A D | dsoftbus_rsa_crypto_test.cpp | 281 static int32_t ConstructKeyParamSet(struct HksParamSet **paramSet, const struct HksParam *params, u… in ConstructKeyParamSet() function 324 …ret = ConstructKeyParamSet(&encryptParamSet, g_encryptParams, sizeof(g_encryptParams) / sizeof(str… 333 …ret = ConstructKeyParamSet(&decryptParamSet, g_decryptParams, sizeof(g_decryptParams) / sizeof(str…
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_huks_utils.c | 381 static int32_t ConstructKeyParamSet(struct HksParamSet **paramSet, const struct HksParam *params, u… in ConstructKeyParamSet() function 409 …if (ConstructKeyParamSet(¶mSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in GenerateCeKeyByHuks() 435 …if (ConstructKeyParamSet(¶mSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in GenerateDeKeyByHuks() 461 …if (ConstructKeyParamSet(¶mSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in DeleteDeKeyByHuks() 487 …if (ConstructKeyParamSet(¶mSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in DeleteCeKeyByHuks()
|