Searched refs:ota_md5_update (Results 1 – 3 of 3) sorted by relevance
125 void ota_md5_update(ota_md5_context *ctx, const unsigned char *input, unsigned int ilen);
62 void ota_md5_update(ota_md5_context *ctx, const unsigned char *input, unsigned int ilen) in ota_md5_update() function
48 ota_md5_update(&ctx->md5_ctx, buf, len); in ota_hash_update()
Completed in 4 milliseconds