Searched refs:TPM_RC_INITIALIZE (Results 1 - 4 of 4) sorted by relevance

/system/tpm/trunks/
H A Derror_codes.cc39 case trunks::TPM_RC_INITIALIZE:
40 return "TPM_RC_INITIALIZE";
H A Dtpm_utility_impl.cc86 // Ignore TPM_RC_INITIALIZE, that means it was already started.
87 if (result && result != TPM_RC_INITIALIZE) {
129 if (return_code && return_code != TPM_RC_INITIALIZE) {
H A Dtpm_utility_test.cc153 .WillRepeatedly(Return(TPM_RC_INITIALIZE));
H A Dtpm_generated.h651 constexpr TPM_RC TPM_RC_INITIALIZE = RC_VER1 + 0x000; member in namespace:trunks

Completed in 92 milliseconds