HomeSort by: relevance | last modified time | path
    Searched defs:update_keys (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
crypt.h 48 static int update_keys(unsigned long* pkeys, const z_crc_t* pcrc_32_tab, int c) { function
69 update_keys(pkeys,pcrc_32_tab,(int)*passwd);
75 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
78 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), (Byte)t^(c))
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
crypt.h 48 static int update_keys(unsigned long* pkeys, const z_crc_t* pcrc_32_tab, int c) { function
69 update_keys(pkeys,pcrc_32_tab,(int)*passwd);
75 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
78 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), (Byte)t^(c))
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
crypt.h 49 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) function
72 update_keys(pkeys,pcrc_32_tab,(int)*passwd);
78 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
81 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), (Byte)t^(c))
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
crypt.h 49 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) function
72 update_keys(pkeys,pcrc_32_tab,(int)*passwd);
78 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
81 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), (Byte)t^(c))
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
crypt.h 49 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) function
72 update_keys(pkeys,pcrc_32_tab,(int)*passwd);
78 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
81 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), (Byte)t^(c))

Completed in 26 milliseconds