Searched refs:psshIdentifier (Results 1 – 1 of 1) sorted by relevance
47 const char psshIdentifier[4] = {'p', 's', 's', 'h'}; in ParsePssh() local48 if (memcmp(&initData[readPosition], psshIdentifier, sizeof(psshIdentifier)) != 0) { in ParsePssh()51 readPosition += sizeof(psshIdentifier); in ParsePssh()