Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/key/
H A Dasy_key_generator.c200 static bool IsDhCommParamsSpecValid(HcfDhCommParamsSpec *paramsSpec) in IsDhCommParamsSpecValid() function
215 if (!IsDhCommParamsSpecValid(&(paramsSpec->base))) { in IsDhPriKeySpecValid()
227 if (!IsDhCommParamsSpecValid(&(paramsSpec->base))) { in IsDhPubKeySpecValid()
239 if (!IsDhCommParamsSpecValid(&(paramsSpec->base))) { in IsDhKeyPairSpecValid()
258 ret = IsDhCommParamsSpecValid((HcfDhCommParamsSpec *)paramsSpec); in IsDhParamsSpecValid()