Searched refs:keyExistparams (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_huks_utils.c | 405 struct HksParam keyExistparams[] = { in GenerateCeKeyByHuks() local 409 …if (ConstructKeyParamSet(¶mSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in GenerateCeKeyByHuks() 432 struct HksParam keyExistparams[] = { in GenerateDeKeyByHuks() local 435 …if (ConstructKeyParamSet(¶mSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in GenerateDeKeyByHuks() 458 struct HksParam keyExistparams[] = { in DeleteDeKeyByHuks() local 461 …if (ConstructKeyParamSet(¶mSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in DeleteDeKeyByHuks() 483 struct HksParam keyExistparams[] = { in DeleteCeKeyByHuks() local 487 …if (ConstructKeyParamSet(¶mSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in DeleteCeKeyByHuks()
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/huks/src/ |
H A D | softbus_rsa_encrypt.c | 59 struct HksParam keyExistparams[] = { in IsRsaKeyPairExist() local 62 …if (ConstructKeyParamSet(¶mSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in IsRsaKeyPairExist()
|