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

/system/core/libmincrypt/
H A Dsha.c90 SHA_update,
107 void SHA_update(SHA_CTX* ctx, const void* data, int len) { function
128 SHA_update(ctx, (uint8_t*)"\x80", 1);
130 SHA_update(ctx, (uint8_t*)"\0", 1);
134 SHA_update(ctx, &tmp, 1);
152 SHA_update(&ctx, data, len);

Completed in 51 milliseconds