Home
last modified time | relevance | path

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

/system/tpm/trunks/
Derror_codes.h64 const TPM_RC SAPI_RC_NO_ENCRYPT_PARAM = kSapiErrorBase + 7; variable
Derror_codes.cc161 case trunks::SAPI_RC_NO_ENCRYPT_PARAM: return "SAPI_RC_NO_ENCRYPT_PARAM"; in GetErrorStringInternal()