History log of /system/keymaster/km_openssl/iso18033kdf.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fb9b2a455f205710553bbec8944fc9d77b94c80b 21-Dec-2017 Shawn Willden <swillden@google.com> Remove libkeymaster_staging.

Everything in libkeymaster_staging needs to be portable, so in
libkeymaster_portable. Some fixes were needed to make it build
without STL.

Test: CTS & VTS
Change-Id: Ida09c962d893594e22d896e213b0d776c6b6b108
/system/keymaster/km_openssl/iso18033kdf.cpp
f54cc93ccf57a94f9a2c660dbf3e06494adf178d 11-May-2017 Janis Danisevskis <jdanis@google.com> Reorganize keymaster directories

Keymaster files have been reorganized into the following directories
- android_keymaster
The core android keymaster logic including some utilities that have
no special libray dependencies
- km_openssl
Openssl based implementation primitives of android keymaster. These
primitives can be used to implemented an openssl based software
implementation of AndroidKeymaster.
- legacy_support
Primitives implemented in terms of older keymaster hal version.
These primitives can be used to implement AndroidKeymaster in terms
of keymaster 0 or 1 hals. They are used to provide wrappers around
old keymaster hals, filling in missing features with software
implementations.
- contexts
Implementations of various contexts from pure software to legacy
hal hybrids.
- key_blob_utils
Support code for formatting keymaster key blobs including support
for legacy android keymaster blob formats.

Test: VtsHalKeymasterV3_0TargetTest
Bug: 67358942
Change-Id: Ia8eacd301a5c5fa5f5f625caafcec5d07e168249
/system/keymaster/km_openssl/iso18033kdf.cpp