Lines Matching full:sha_ctx
180 SHA_CTX sha_ctx;181 SHA1_Init(&sha_ctx);210 SHA1_Update(&sha_ctx, p, read);217 SHA_CTX temp_ctx;218 memcpy(&temp_ctx, &sha_ctx, sizeof(SHA_CTX));254 SHA1_Final(file->sha1, &sha_ctx);776 SHA_CTX ctx;