Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 25 of 62) sorted by relevance

123

/hardware/interfaces/security/secretkeeper/default/src/
Dstore.rs29 fn store(&mut self, key: &[u8], val: &[u8]) -> Result<(), Error> { in store() argument
35 fn get(&self, key: &[u8]) -> Result<Option<Vec<u8>>, Error> { in get() argument
40 fn delete(&mut self, key: &[u8]) -> Result<(), Error> { in delete() argument
45 fn delete_all(&mut self) -> Result<(), Error> { in delete_all() argument
/hardware/interfaces/security/keymint/aidl/default/ta/
Dsoft.rs30 fn root_kek(&self, _context: &[u8]) -> Result<crypto::OpaqueOr<crypto::hmac::Key>, Error> { in root_kek() argument
34 fn kak(&self) -> Result<crypto::OpaqueOr<crypto::aes::Key>, Error> { in kak() argument
39 fn unique_id_hbk(&self, _ckdf: &dyn crypto::Ckdf) -> Result<crypto::hmac::Key, Error> { in unique_id_hbk() argument
61 fn derive_bytes(&self, context: &[u8], output_len: usize) -> Result<Vec<u8>, Error> { in derive_bytes() argument
Drpc.rs32 fn derive_bytes(&self, context: &[u8], output_len: usize) -> Result<Vec<u8>, Error>; in derive_bytes() argument
51 ) -> Result<Vec<u8>, Error> { in derive_bytes_from_hbk() argument
55 fn get_dice_info(&self, _test_mode: rpc::TestMode) -> Result<DiceInfo, Error> { in get_dice_info() argument
75 ) -> Result<Vec<u8>, Error> { in sign_data() argument
133 ) -> Result<(DiceInfo, ec::Key), Error> { in generate_dice_artifacts() argument
Dattest.rs412 fn signing_key(&self, key_type: SigningKeyType) -> Result<KeyMaterial, Error> { in signing_key() argument
419 fn cert_chain(&self, key_type: SigningKeyType) -> Result<Vec<keymint::Certificate>, Error> { in cert_chain() argument
/hardware/interfaces/security/secretkeeper/aidl/vts/
Dsecretkeeper_test_client.rs158 fn secret_management_request(&mut self, req_data: &[u8]) -> Result<Vec<u8>, Error> { in secret_management_request() argument
170 ) -> Result<Vec<u8>, Error> { in secret_management_request_custom_aad() argument
198 fn store(&mut self, id: &Id, secret: &Secret) -> Result<(), Error> { in store() argument
216 fn get(&mut self, id: &Id) -> Result<Secret, Error> { in get() argument
225 ) -> Result<Secret, Error> { in get_update_policy() argument
254 enum Error { enum
262 impl From<secretkeeper_client::Error> for Error { implementation
268 impl From<SecretkeeperError> for Error { implementation
274 impl From<coset::CoseError> for Error { implementation
280 impl From<binder::Status> for Error { implementation
[all …]
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_error.h4 enum class Error : int32_t { enum
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DError.aidl23 enum Error { enum
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
DError.aidl37 enum Error { enum
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
DError.aidl36 enum Error { enum
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
DError.aidl36 enum Error { enum
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DError.aidl36 enum Error { enum
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DError.aidl37 enum Error { enum
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
DError.aidl36 enum Error { enum
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/2/android/hardware/biometrics/fingerprint/
DError.aidl36 enum Error { enum
/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
DError.aidl23 enum Error { enum
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/3/android/hardware/biometrics/fingerprint/
DError.aidl37 enum Error { enum
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/4/android/hardware/biometrics/fingerprint/
DError.aidl37 enum Error { enum
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/
DError.cpp30 Error::Error(int protocol) : MessageDefinition<nlmsgerr>("nlmsg", { in Error() function in android::nl::protocols::base::Error
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
DError.aidl37 enum Error { enum
/hardware/interfaces/security/authgraph/aidl/android/hardware/security/authgraph/
DError.aidl26 enum Error { enum
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/1/android/hardware/security/authgraph/
DError.aidl37 enum Error { enum
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/current/android/hardware/security/authgraph/
DError.aidl37 enum Error { enum
/hardware/interfaces/security/keymint/support/include/remote_prov/
Dremote_prov_utils.h114 static JsonOutput Error(std::string error) { return {"", std::move(error)}; } in Error() function
/hardware/qcom/display/msm8996/sdm/include/utils/
Dsys.h84 const char * Error() { return ::dlerror(); } in Error() function
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dcbor.h49 enum class Error : uint32_t { enum

123