Update tests for synced changes to Conscrypt

Mostly this is minor implementation changes or renamed classes.

Remove SSLSessionTest#test_getId because getSession() in Conscrypt returns
a wrapper around the underlying BoringSSL object, which we think is a valid
implementation but doesn't match the expectations of the test (which expects
it to match the properties of an existing SSLSession more closely).  In
practice, nobody is likely to ever use this API, so it doesn't really matter.

Test: cts -m CtsLibcoreTestCases
Test: cts -m CtsLibcoreOkHttpTestCases
Test: cts -m CtsLibcoreWycheproofConscryptTestCases
Change-Id: I5a62e60141a4e68d5719bf1b71186d423378f78a
2 files changed