HomeSort by relevance Sort by last modified time
    Searched refs:sha_ctx (Results 1 - 2 of 2) sorted by null

  /device/htc/common/updater/
firmware.c 111 SHA_CTX sha_ctx; local
112 SHA_init(&sha_ctx);
127 SHA_update(&sha_ctx, buffer, read);
136 const uint8_t* sha1 = SHA_final(&sha_ctx);
  /bootable/recovery/applypatch/
applypatch.c 203 SHA_CTX sha_ctx; local
204 SHA_init(&sha_ctx);
235 SHA_update(&sha_ctx, p, read);
241 SHA_CTX temp_ctx;
242 memcpy(&temp_ctx, &sha_ctx, sizeof(SHA_CTX));
285 const uint8_t* sha_final = SHA_final(&sha_ctx);
671 SHA_CTX ctx;

Completed in 101 milliseconds