Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dshathree.c433 static void SHA3Update( in SHA3Update() function
477 SHA3Update(p, &c1, 1); in SHA3Final()
481 SHA3Update(p, &c2, 1); in SHA3Final()
483 SHA3Update(p, &c3, 1); in SHA3Final()
546 SHA3Update(p, (unsigned char*)zBuf, n); in hash_step_vformat()
631 SHA3Update(&cx,(unsigned char*)z,n); in sha3QueryFunc()
636 SHA3Update(&cx,(const unsigned char*)"R",1); in sha3QueryFunc()
654 SHA3Update(&cx, x, 9); in sha3QueryFunc()
668 SHA3Update(&cx,x,9); in sha3QueryFunc()
675 SHA3Update(&cx, z2, n2); in sha3QueryFunc()
[all …]
/sqlite-3.40.0/tool/
H A Dmksourceid.c419 static void SHA3Update( in SHA3Update() function
462 SHA3Update(p, &c1, 1); in SHA3Final()
466 SHA3Update(p, &c2, 1); in SHA3Final()
468 SHA3Update(p, &c3, 1); in SHA3Final()
513 SHA3Update(&ctx, (unsigned char*)zBuf, (unsigned)n); in sha3sum_file()
794 SHA3Update(&ctx, (unsigned char*)zLine, (unsigned)strlen(zLine)); in main()