HomeSort by relevance Sort by last modified time
    Searched defs:StartBoundSession (Results 1 - 2 of 2) sorted by null

  /system/tpm/trunks/
hmac_session_impl.cc 44 TPM_RC HmacSessionImpl::StartBoundSession(
56 // We can therefore simply call StartBoundSession with TPM_RH_NULL as the
58 return StartBoundSession(TPM_RH_NULL, "", enable_encryption);
policy_session_impl.cc 57 TPM_RC PolicySessionImpl::StartBoundSession(
74 return StartBoundSession(TPM_RH_NULL, "", enable_encryption);

Completed in 167 milliseconds