Searched defs:hs2 (Results 1 - 3 of 3) sorted by relevance

/external/dropbear/
H A Dcommon-kex.c227 hash_state hs2; local
230 memcpy(&hs2, hs, sizeof(hash_state));
231 sha1_process(&hs2, &X, 1);
232 sha1_process(&hs2, ses.session_id, SHA1_HASH_SIZE);
233 sha1_done(&hs2, out);
236 memcpy(&hs2, hs, sizeof(hash_state));
237 sha1_process(&hs2, out, SHA1_HASH_SIZE);
238 sha1_done(&hs2, k2);
/external/ppp/pppd/
H A Dmd4.c65 #define hs2 9 macro
174 hh(D , A , B , C , 8 , hs2);
178 hh(D , A , B , C , 10 , hs2);
182 hh(D , A , B , C , 9 , hs2);
186 hh(D , A , B , C , 11 , hs2);
/external/libvorbis/lib/
H A Dvorbisfile.c2147 int n1,n2,i,ret,hs1,hs2; local
2165 hs2=ov_halfrate_p(vf2);
2169 n2=vorbis_info_blocksize(vi2,0)>>(1+hs2);

Completed in 127 milliseconds