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

/system/core/libmincrypt/
H A Dsha.c147 void SHA_update(SHA_CTX* ctx, const void* data, int len) { function
175 SHA_update(ctx, (uint8_t*)"\x80", 1);
177 SHA_update(ctx, (uint8_t*)"\0", 1);
181 SHA_update(ctx, &tmp, 1);
245 void SHA_update(SHA_CTX *ctx, const void *data, int len) { function
264 SHA_update(ctx, (uint8_t*)"\x80", 1);
266 SHA_update(ctx, (uint8_t*)"\0", 1);
270 SHA_update(ctx, &tmp, 1);
301 SHA_update(&ctx, data, len);

Completed in 20 milliseconds