Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/key/
H A Dasy_key_generator.c135 static bool IsDsaCommParamsSpecValid(HcfDsaCommParamsSpec *paramsSpec) in IsDsaCommParamsSpecValid() function
154 if (!IsDsaCommParamsSpecValid(&(paramsSpec->base))) { in IsDsaPubKeySpecValid()
166 if (!IsDsaCommParamsSpecValid(&(paramsSpec->base))) { in IsDsaKeyPairSpecValid()
185 ret = IsDsaCommParamsSpecValid((HcfDsaCommParamsSpec *)paramsSpec); in IsDsaParamsSpecValid()