History log of /frameworks/base/tools/obbtool/pbkdf2gen.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6bf52c4271bd0483174fe3755caedb778693791e 24-Apr-2015 Adam Langley <agl@google.com> frameworks/base: switch to using NativeConstants.

NativeCrypto is a conscrypt class that contained several OpenSSL
constants. NativeConstants is the new class that contains the same
thing, but the latter is automatically generated and thus won't drift
from the C headers.

Bug: 20521989

Change-Id: I45c7b9a6844a06e3ffd09be692ebf733e1ebbbcc
/frameworks/base/tools/obbtool/pbkdf2gen.cpp
3b1abba6bbc895d63da3e82e9b158c01bd12eddd 14-Oct-2010 Kenny Root <kroot@google.com> 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
/frameworks/base/tools/obbtool/pbkdf2gen.cpp