Home
last modified time | relevance | path

Searched refs:PerformRSAEncrpytAndDecrpyt (Results 1 – 2 of 2) sorted by relevance

/system/tpm/trunks/
Dtrunks_client_test.h110 bool PerformRSAEncrpytAndDecrpyt(TPM_HANDLE key_handle,
Dtrunks_client_test.cc163 return PerformRSAEncrpytAndDecrpyt(scoped_key.get(), in DecryptTest()
194 return PerformRSAEncrpytAndDecrpyt(scoped_key.get(), key_authorization, in ImportTest()
236 return PerformRSAEncrpytAndDecrpyt(scoped_key.get(), key_authorization, in AuthChangeTest()
957 bool TrunksClientTest::PerformRSAEncrpytAndDecrpyt( in PerformRSAEncrpytAndDecrpyt() function in trunks::TrunksClientTest