OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 84 milliseconds