Home | History | Annotate | Download | only in applypatch

Lines Matching full:sha_ctx

224     SHA_CTX sha_ctx;
225 SHA_init(&sha_ctx);
256 SHA_update(&sha_ctx, p, read);
262 SHA_CTX temp_ctx;
263 memcpy(&temp_ctx, &sha_ctx, sizeof(SHA_CTX));
306 const uint8_t* sha_final = SHA_final(&sha_ctx);
823 SHA_CTX ctx;