Searched defs:enable_encryption (Results 1 - 3 of 3) sorted by relevance
/system/tpm/trunks/ |
H A D | hmac_session_impl.cc | 47 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 D | policy_session_impl.cc | 58 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 D | session_manager_impl.cc | 77 bool enable_encryption, 136 bind_authorization_value, enable_encryption); 73 StartSession( TPM_SE session_type, TPMI_DH_ENTITY bind_entity, const std::string& bind_authorization_value, bool enable_encryption, HmacAuthorizationDelegate* delegate) argument
|
Completed in 52 milliseconds