Home
last modified time | relevance | path

Searched defs:ErrorCode (Results 1 – 14 of 14) sorted by relevance

/system/keymint/boringssl/src/
Derr.rs9 pub(crate) fn map_openssl_err(err: &openssl::error::Error) -> ErrorCode { in map_openssl_err()
41 fn translate_evp_error(reason: i32) -> ErrorCode { in translate_evp_error()
59 fn translate_asn1_error(reason: i32) -> ErrorCode { in translate_asn1_error()
66 fn translate_cipher_error(reason: i32) -> ErrorCode { in translate_cipher_error()
81 fn translate_pkcs8_error(reason: i32) -> ErrorCode { in translate_pkcs8_error()
96 fn translate_x509v3_error(reason: i32) -> ErrorCode { in translate_x509v3_error()
103 fn translate_rsa_error(reason: i32) -> ErrorCode { in translate_rsa_error()
Dlib.rs36 pub(crate) fn map_openssl_errstack(errs: &openssl::error::ErrorStack) -> ErrorCode { in map_openssl_errstack()
48 fn map_openssl_err(_err: &openssl::error::Error) -> ErrorCode { in map_openssl_err()
/system/core/fs_mgr/libfiemap/include/libfiemap/
Dfiemap_status.h29 enum class ErrorCode : int32_t { enum
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dreturn.h30 enum class ErrorCode : int32_t { enum
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Derror_codes.h24 enum ErrorCode : uint32_t { enum
/system/unwinding/libunwindstack/include/unwindstack/
DError.h30 enum ErrorCode : uint8_t { enum
/system/keymint/wire/src/
Drpc.rs27 pub enum ErrorCode { enum
Dlegacy.rs234 pub fn deserialize_trusty_rsp_error_code(rsp: &[u8]) -> Result<ErrorCode, Error> { in deserialize_trusty_rsp_error_code()
246 rc: ErrorCode, in serialize_trusty_error_rsp()
257 rc: ErrorCode, in serialize_trusty_secure_error_rsp()
Dkeymint.rs168 pub enum ErrorCode { enum
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dnearby_extension.proto109 enum ErrorCode { enum
/system/extras/simpleperf/
Dcmd_report_sample.proto91 enum ErrorCode { enum
/system/update_engine/common/
Derror_code.h25 enum class ErrorCode : int { enum
/system/incremental_delivery/incfs/include/
Dincfs.h183 using ErrorCode = IncFsErrorCode; variable
/system/security/keystore2/src/
Doperation.rs165 ErrorCode(ErrorCode), enumerator