HomeSort by relevance Sort by last modified time
    Searched refs:m_pByteContext (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_checksum.cpp 129 : m_pSAXReader(NULL), m_pByteContext(NULL) {}
135 m_pByteContext = FX_Alloc(uint8_t, 128);
136 CRYPT_SHA1Start(m_pByteContext);
169 if (m_pByteContext) {
172 CRYPT_SHA1Finish(m_pByteContext, digest);
177 FX_Free(m_pByteContext);
178 m_pByteContext = NULL;
185 if (m_pByteContext != NULL) {
186 CRYPT_SHA1Update(m_pByteContext, bsText.GetPtr(), bsText.GetLength());
xfa_checksum.h 63 uint8_t* m_pByteContext;

Completed in 535 milliseconds