Home
last modified time | relevance | path

Searched refs:digInAttrLen (Results 1 - 1 of 1) sorted by relevance

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

Completed in 3 milliseconds