Home
last modified time | relevance | path

Searched refs:enable_encryption (Results 1 – 12 of 12) sorted by relevance

/system/tpm/trunks/
Dhmac_session_impl.cc47 bool enable_encryption) { in StartBoundSession() argument
50 enable_encryption, &hmac_delegate_); in StartBoundSession()
53 TPM_RC HmacSessionImpl::StartUnboundSession(bool enable_encryption) { in StartUnboundSession() argument
58 return StartBoundSession(TPM_RH_NULL, "", enable_encryption); in StartUnboundSession()
Dmock_hmac_session.h37 bool enable_encryption));
38 MOCK_METHOD1(StartUnboundSession, TPM_RC(bool enable_encryption));
Dhmac_session.h47 bool enable_encryption) = 0;
52 virtual TPM_RC StartUnboundSession(bool enable_encryption) = 0;
Dhmac_session_impl.h59 bool enable_encryption) override;
60 TPM_RC StartUnboundSession(bool enable_encryption) override;
Dmock_policy_session.h38 bool enable_encryption));
39 MOCK_METHOD1(StartUnboundSession, TPM_RC(bool enable_encryption));
Dpolicy_session.h48 bool enable_encryption) = 0;
53 virtual TPM_RC StartUnboundSession(bool enable_encryption) = 0;
Dpolicy_session_impl.cc58 bool enable_encryption) { in StartBoundSession() argument
66 enable_encryption, &hmac_delegate_); in StartBoundSession()
69 TPM_RC PolicySessionImpl::StartUnboundSession(bool enable_encryption) { in StartUnboundSession() argument
72 return StartBoundSession(TPM_RH_NULL, "", enable_encryption); in StartUnboundSession()
Dpolicy_session_impl.h56 bool enable_encryption) override;
57 TPM_RC StartUnboundSession(bool enable_encryption) override;
Dtrunks_factory_for_test.cc404 bool enable_encryption, in StartSession() argument
407 bind_authorization_value, enable_encryption, in StartSession()
427 bool enable_encryption) override { in StartBoundSession() argument
429 enable_encryption); in StartBoundSession()
432 TPM_RC StartUnboundSession(bool enable_encryption) override { in StartUnboundSession() argument
433 return target_->StartUnboundSession(enable_encryption); in StartUnboundSession()
460 bool enable_encryption) override { in StartBoundSession() argument
462 enable_encryption); in StartBoundSession()
465 TPM_RC StartUnboundSession(bool enable_encryption) override { in StartUnboundSession() argument
466 return target_->StartUnboundSession(enable_encryption); in StartUnboundSession()
Dsession_manager.h63 bool enable_encryption,
Dsession_manager_impl.h45 bool enable_encryption,
Dsession_manager_impl.cc77 bool enable_encryption, in StartSession() argument
136 bind_authorization_value, enable_encryption); in StartSession()