Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dcrypt.h112 # define update_keys zp_update_keys macro
136 #define zencode(c,t) (t=decrypt_byte(__G), update_keys(c), t^(c))
139 #define zdecode(c) update_keys(__G__ c ^= decrypt_byte(__G))
142 int update_keys OF((__GPRO__ int c));
166 (encrypted? update_keys(__G__ getc(G.in)^decrypt_byte(__G)) : getc(G.in))
H A Dcryptf.c136 int update_keys(__G__ c)
163 update_keys(__G__ (int)*passwd);
H A Dcrypt.c133 int update_keys(__G__ c)
160 update_keys(__G__ (int)*passwd);