Home
last modified time | relevance | path

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

/optee_os/core/lib/zlib/
H A Dinflate.c1345 unsigned long dictid; local
1356 dictid = adler32(0L, Z_NULL, 0);
1357 dictid = adler32(dictid, dictionary, dictLength);
1358 if (dictid != state->check)