Fix logging for EMSK in EapAuthenticator.

This CL fixes logging in EapAuthenticator for the EapSuccess case to
correctly log the EMSK. Previously, the MSK was being labeled as the
EMSK.

Bug: 162965419
Test: atest FrameworksIkeTests
Change-Id: I04a9e1f5f6e521b0fffdfeffc120c21e81f77f5a
Merged-In: I04a9e1f5f6e521b0fffdfeffc120c21e81f77f5a
(cherry picked from commit 7983d4af365263bdcd1943e184660541ba003390)
1 file changed
tree: 60f7575a9dd2b096b672143acbcb0398950df2c8
  1. apex/
  2. api/
  3. src/
  4. tests/
  5. Android.bp
  6. jarjar-rules-shared.txt
  7. OWNERS
  8. PREUPLOAD.cfg
  9. README.md
  10. TEST_MAPPING
README.md

IKEv2 Library for Android

Introduction

This IKEv2 library is an in-process client library implementing the IKEv2 protocol as well as extensions necessary for the support of IWLAN. It is designed to work in a non-privileged fashion on top of the Android IPsec API surface.