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

/system/core/libmincrypt/
H A Dsha256.c116 SHA256_update,
136 void SHA256_update(SHA256_CTX* ctx, const void* data, int len) { function
157 SHA256_update(ctx, (uint8_t*)"\x80", 1);
159 SHA256_update(ctx, (uint8_t*)"\0", 1);
163 SHA256_update(ctx, &tmp, 1);
181 SHA256_update(&ctx, data, len);

Completed in 116 milliseconds