Home
last modified time | relevance | path

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 Dlnn_huks_utils.c405 struct HksParam keyExistparams[] = { in GenerateCeKeyByHuks() local
409 …if (ConstructKeyParamSet(&paramSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in GenerateCeKeyByHuks()
432 struct HksParam keyExistparams[] = { in GenerateDeKeyByHuks() local
435 …if (ConstructKeyParamSet(&paramSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in GenerateDeKeyByHuks()
458 struct HksParam keyExistparams[] = { in DeleteDeKeyByHuks() local
461 …if (ConstructKeyParamSet(&paramSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in DeleteDeKeyByHuks()
483 struct HksParam keyExistparams[] = { in DeleteCeKeyByHuks() local
487 …if (ConstructKeyParamSet(&paramSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in DeleteCeKeyByHuks()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/huks/src/
H A Dsoftbus_rsa_encrypt.c59 struct HksParam keyExistparams[] = { in IsRsaKeyPairExist() local
62 …if (ConstructKeyParamSet(&paramSet, keyExistparams, sizeof(keyExistparams) / sizeof(struct HksPara… in IsRsaKeyPairExist()