Re: [android-kernel] The anomaly of hmac_sha1 performance testing on Android

2016-12-01 Thread Naresh Mehta
On Tue, Nov 22, 2016 at 4:01 AM, Winter wrote: > > > I gradually increase the input size, the execution time increases in a > linear way. But when the size reaches a point (197 * 160B in this figure). > The performance suddenly becomes better. The same thing happens in testing > AES_CBC. So why i

Re: [android-kernel] Android init process modification

2012-08-09 Thread Naresh Mehta
On Fri, Aug 3, 2012 at 2:04 PM, Terence Yeong wrote: > // START OF MY EDIT IN PSEUDOCODE > fputs("Press enter to start test tool\n", stdout); > if (user input received) > { >execve("./system/bin/test_tool", NULL, NULL); > } > // END OF MY EDIT Where is your get