Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify.c270 unsigned char *digInAttr = NULL; in CalcCmpContHash() local
272 rc = PKCS7_GetDigestInSignerAuthAttr((SignerInfo *)signer, &digInAttr, &digInAttrLen); in CalcCmpContHash()
281 if (memcmp(hash, digInAttr, digInAttrLen) != 0) { in CalcCmpContHash()