Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp16 FX_BOOL MD5ComputeID( FX_LPCVOID buf, FX_DWORD dwSize, FX_BYTE ID[16] ) in MD5ComputeID() function
414 MD5ComputeID(pIccParam->pProfileData, pIccParam->dwProfileSize, ID); in CreateProfile()
425 MD5ComputeID(text.GetBuffer(0), text.GetLength(), ID); in CreateProfile()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h288 FX_BOOL MD5ComputeID(FX_LPCVOID buf, FX_DWORD dwSize, FX_BYTE ID[16]);