Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dsha1.c152 static void hash_step( in hash_step() function
190 hash_step(p, (unsigned char*)zBuf, n); in hash_step_vformat()
210 hash_step(p, (const unsigned char *)"\200", 1); in hash_finish()
212 hash_step(p, (const unsigned char *)"\0", 1); in hash_finish()
250 hash_step(&cx, sqlite3_value_blob(argv[0]), nByte); in sha1Func()
310 hash_step(&cx,(unsigned char*)z,n); in sha1QueryFunc()
314 hash_step(&cx,(const unsigned char*)"R",1); in sha1QueryFunc()
332 hash_step(&cx, x, 9); in sha1QueryFunc()
346 hash_step(&cx,x,9); in sha1QueryFunc()
353 hash_step(&cx, z2, n2); in sha1QueryFunc()
[all …]
/sqlite-3.40.0/tool/
H A Ddbhash.c203 hash_step((const unsigned char *)"\200", 1); in hash_finish()
205 hash_step((const unsigned char *)"\0", 1); in hash_finish()
298 hash_step((const unsigned char*)"0",1); in hash_one_query()
312 hash_step((const unsigned char*)"1",1); in hash_one_query()
313 hash_step(x,8); in hash_one_query()
329 hash_step((const unsigned char*)"2",1); in hash_one_query()
330 hash_step(x,8); in hash_one_query()
339 hash_step((const unsigned char*)"3", 1); in hash_one_query()
340 hash_step(z, n); in hash_one_query()
349 hash_step((const unsigned char*)"4", 1); in hash_one_query()
[all …]