HomeSort by relevance Sort by last modified time
    Searched refs:HmacSessionTest (Results 1 - 2 of 2) sorted by null

  /system/tpm/trunks/
hmac_session_test.cc 37 class HmacSessionTest : public testing::Test {
39 HmacSessionTest() {}
40 ~HmacSessionTest() override {}
57 TEST_F(HmacSessionTest, GetDelegateUninitialized) {
64 TEST_F(HmacSessionTest, GetDelegateSuccess) {
69 TEST_F(HmacSessionTest, StartBoundSessionSuccess) {
78 TEST_F(HmacSessionTest, StartBoundSessionFailure) {
87 TEST_F(HmacSessionTest, EntityAuthorizationForwardingTest) {
96 TEST_F(HmacSessionTest, FutureAuthorizationForwardingTest) {
hmac_session_impl.h 75 friend class HmacSessionTest;

Completed in 251 milliseconds