Searched refs:enable_encryption (Results 1 – 12 of 12) sorted by relevance
/system/tpm/trunks/ |
D | hmac_session_impl.cc | 47 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()
|
D | mock_hmac_session.h | 37 bool enable_encryption)); 38 MOCK_METHOD1(StartUnboundSession, TPM_RC(bool enable_encryption));
|
D | hmac_session.h | 47 bool enable_encryption) = 0; 52 virtual TPM_RC StartUnboundSession(bool enable_encryption) = 0;
|
D | hmac_session_impl.h | 59 bool enable_encryption) override; 60 TPM_RC StartUnboundSession(bool enable_encryption) override;
|
D | mock_policy_session.h | 38 bool enable_encryption)); 39 MOCK_METHOD1(StartUnboundSession, TPM_RC(bool enable_encryption));
|
D | policy_session.h | 48 bool enable_encryption) = 0; 53 virtual TPM_RC StartUnboundSession(bool enable_encryption) = 0;
|
D | policy_session_impl.cc | 58 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()
|
D | policy_session_impl.h | 56 bool enable_encryption) override; 57 TPM_RC StartUnboundSession(bool enable_encryption) override;
|
D | trunks_factory_for_test.cc | 404 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()
|
D | session_manager.h | 63 bool enable_encryption,
|
D | session_manager_impl.h | 45 bool enable_encryption,
|
D | session_manager_impl.cc | 77 bool enable_encryption, in StartSession() argument 136 bind_authorization_value, enable_encryption); in StartSession()
|