replicant-frameworks_native/libs/utils/tests
Kenny Root 95a6889312 OBB: use PBKDF2 for key generation.
Switch to using PBKDF2 for the key generation for OBBs. Any previously
generated OBBs will stop being read correctly. A small pbkdf2gen program
is available to allow generation of appropriate keys with the salts.

Bug: 3059950
Change-Id: If4305c989fd692fd1150eb270dbf751e09c37295
2010-10-13 18:25:33 -07:00
..
Android.mk Replace epoll() with poll() and rename PollLoop to Looper. 2010-09-14 01:59:45 -07:00
Looper_test.cpp Switch Looper back to using poll() instead of epoll(). 2010-10-07 13:26:39 -07:00
ObbFile_test.cpp OBB: use PBKDF2 for key generation. 2010-10-13 18:25:33 -07:00
String8_test.cpp Fix String8::operator+ 2010-08-06 09:00:10 -07:00
TestHelpers.h