Searched refs:SHA1Update (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | mesa-sha1.h | 47 SHA1Update(ctx, (const unsigned char *)data, size); in _mesa_sha1_update()
|
/hardware/google/gfxstream/guest/mesa/src/util/sha1/ |
D | sha1.h | 30 void SHA1Update(SHA1_CTX *, const uint8_t *, size_t);
|
D | sha1.c | 125 SHA1Update(SHA1_CTX *context, const uint8_t *data, size_t len) in SHA1Update() function 157 SHA1Update(context, (uint8_t *)"\200", 1); in SHA1Pad() 159 SHA1Update(context, (uint8_t *)"\0", 1); in SHA1Pad() 160 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */ in SHA1Pad()
|