Searched refs:byteReverse (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_md5.c | 68 static void byteReverse (unsigned char *buf, unsigned longs){ in byteReverse() function 218 byteReverse(ctx->in, 16); in MD5Update() 228 byteReverse(ctx->in, 16); in MD5Update() 262 byteReverse(ctx->in, 16); in MD5Final() 271 byteReverse(ctx->in, 14); in MD5Final() 277 byteReverse((unsigned char *)ctx->buf, 4); in MD5Final()
|
| /sqlite-3.40.0/test/ |
| H A D | threadtest3.c | 157 static void byteReverse (unsigned char *buf, unsigned longs){ in byteReverse() function 307 byteReverse(ctx->u.in, 16); in MD5Update() 317 byteReverse(ctx->u.in, 16); in MD5Update() 351 byteReverse(ctx->u.in, 16); in MD5Final() 360 byteReverse(ctx->u.in, 14); in MD5Final() 367 byteReverse((unsigned char *)ctx->buf, 4); in MD5Final()
|