Home
last modified time | relevance | path

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

/system/keymint/boringssl/src/
Derr.rs23 pub(crate) fn map_openssl_err(err: &openssl::error::Error) -> ErrorCode { in map_openssl_err()
54 fn translate_evp_error(reason: i32) -> ErrorCode { in translate_evp_error()
72 fn translate_asn1_error(reason: i32) -> ErrorCode { in translate_asn1_error()
79 fn translate_cipher_error(reason: i32) -> ErrorCode { in translate_cipher_error()
94 fn translate_pkcs8_error(reason: i32) -> ErrorCode { in translate_pkcs8_error()
109 fn translate_x509v3_error(reason: i32) -> ErrorCode { in translate_x509v3_error()
116 fn translate_rsa_error(reason: i32) -> ErrorCode { in translate_rsa_error()
Dlib.rs52 pub(crate) fn map_openssl_errstack(errs: &openssl::error::ErrorStack) -> ErrorCode { in map_openssl_errstack()
64 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.rs41 pub enum ErrorCode { enum
Dlegacy.rs248 pub fn deserialize_trusty_rsp_error_code(rsp: &[u8]) -> Result<ErrorCode, Error> { in deserialize_trusty_rsp_error_code()
260 rc: ErrorCode, in serialize_trusty_error_rsp()
271 rc: ErrorCode, in serialize_trusty_secure_error_rsp()
Dtypes.rs55 ErrorCode, enumerator
Dkeymint.rs189 pub enum ErrorCode { enum
/system/secretkeeper/core/src/ta/
Dbootloader.rs155 pub 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/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dnearby_extension.proto176 enum ErrorCode { enum
/system/incremental_delivery/incfs/include/
Dincfs.h183 using ErrorCode = IncFsErrorCode; variable
/system/authgraph/wire/src/
Dlib.rs233 pub enum ErrorCode { enum
/system/authgraph/boringssl/src/
Dec.rs331 err_code: ErrorCode, in nist_pkey_from_cose()
/system/security/keystore2/src/
Doperation.rs168 ErrorCode(SerializedError), enumerator
/system/authgraph/core/src/
Dkey.rs1025 err_code: ErrorCode, in check_cose_key_params()