Searched defs:enable_encryption (Results 1 - 3 of 3) sorted by relevance

/system/tpm/trunks/
H A Dhmac_session_impl.cc47 bool enable_encryption) {
50 enable_encryption, &hmac_delegate_);
53 TPM_RC HmacSessionImpl::StartUnboundSession(bool enable_encryption) { argument
58 return StartBoundSession(TPM_RH_NULL, "", enable_encryption);
44 StartBoundSession( TPMI_DH_ENTITY bind_entity, const std::string& bind_authorization_value, bool enable_encryption) argument
H A Dpolicy_session_impl.cc58 bool enable_encryption) {
66 enable_encryption, &hmac_delegate_);
69 TPM_RC PolicySessionImpl::StartUnboundSession(bool enable_encryption) { argument
72 return StartBoundSession(TPM_RH_NULL, "", enable_encryption);
55 StartBoundSession( TPMI_DH_ENTITY bind_entity, const std::string& bind_authorization_value, bool enable_encryption) argument
H A Dsession_manager_impl.cc78 bool enable_encryption,
137 bind_authorization_value, enable_encryption);
74 StartSession( TPM_SE session_type, TPMI_DH_ENTITY bind_entity, const std::string& bind_authorization_value, bool enable_encryption, HmacAuthorizationDelegate* delegate) argument

Completed in 22 milliseconds