Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dcrypt.h50 (*(pkeys + 0)) = CRC32((*(pkeys + 0)), c); in update_keys()
51 (*(pkeys + 1)) += (*(pkeys + 0)) & 0xff; in update_keys()
52 (*(pkeys + 1)) = (*(pkeys + 1)) * 134775813L + 1; in update_keys()
55 (*(pkeys + 2)) = CRC32((*(pkeys + 2)), keyshift); in update_keys()
66 *(pkeys + 0) = 305419896L; in init_keys()
67 *(pkeys + 1) = 591751049L; in init_keys()
68 *(pkeys + 2) = 878082192L; in init_keys()
75 #define zdecode(pkeys, pcrc_32_tab, c) \ argument
76 (update_keys(pkeys, pcrc_32_tab, c ^= decrypt_byte(pkeys, pcrc_32_tab)))
79 (t = decrypt_byte(pkeys, pcrc_32_tab), update_keys(pkeys, pcrc_32_tab, c), t ^ (c))
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dcrypt.h50 (*(pkeys+0)) = CRC32((*(pkeys+0)), c); in update_keys()
51 (*(pkeys+1)) += (*(pkeys+0)) & 0xff; in update_keys()
52 (*(pkeys+1)) = (*(pkeys+1)) * 134775813L + 1; in update_keys()
55 (*(pkeys+2)) = CRC32((*(pkeys+2)), keyshift); in update_keys()
67 *(pkeys+0) = 305419896L; in init_keys()
68 *(pkeys+1) = 591751049L; in init_keys()
69 *(pkeys+2) = 878082192L; in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
[all …]

Completed in 5 milliseconds