Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify/src/init/
Dhap_crl_manager.cpp80 int32_t hasUsed = static_cast<int>(sizeof(numOfCrl)); in ParseCrls() local
81 crlsBuffer.SetPosition(hasUsed); in ParseCrls()
83 while (numOfCrl && hasUsed <= crlsBuffer.GetCapacity()) { in ParseCrls()
89 hasUsed += static_cast<int>(sizeof(crlLen)); in ParseCrls()
90 … X509_CRL* crl = HapCertVerifyOpensslUtils::GetX509CrlFromDerBuffer(crlsBuffer, hasUsed, crlLen); in ParseCrls()
108 hasUsed += crlLen; in ParseCrls()
109 crlsBuffer.SetPosition(hasUsed); in ParseCrls()