Home
last modified time | relevance | path

Searched refs:Unexpected (Results 1 – 4 of 4) sorted by relevance

/system/teeui/libteeui/include/teeui/
Dgeneric_operation.h74 if (!hmacKey_) return ResponseCode::Unexpected; in init()
108 return ResponseCode::Unexpected; in init()
260 error_ = ResponseCode::Unexpected; in signConfirmation()
Dcommon_message_types.h50 Unexpected = 7u, enumerator
/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp99 uint32_t(TeeuiRc::Unexpected) == uint32_t(ResponseCode::Unexpected) && in convertRc()
410 return ResponseCode::Unexpected; in promptUserConfirmation()
/system/security/keystore2/apc_compat/
Dapc_compat.cpp55 case ResponseCode::Unexpected: in responseCode2Compat()