Home
last modified time | relevance | path

Searched refs:VALUE_CORRUPTED (Results 1 – 10 of 10) sorted by relevance

/system/security/keystore2/aidl/android/security/authorization/
DResponseCode.aidl50 VALUE_CORRUPTED = 8, enumConstant
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DResponseCode.aidl43 VALUE_CORRUPTED = 8, enumConstant
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DResponseCode.aidl43 VALUE_CORRUPTED = 8, enumConstant
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DResponseCode.aidl46 VALUE_CORRUPTED = 8, enumConstant
/system/security/keystore/include/keystore/
Dkeystore.h38 VALUE_CORRUPTED = 8, enumerator
/system/security/keystore2/src/
Dlegacy_blob.rs325 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in new_from_stream()
386 Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in new_from_stream()
389 _ => Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)).context(format!( in new_from_stream()
474 .ok_or(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in read_key_parameters()
487 .ok_or(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in read_key_parameters()
537 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in read_key_parameters()
568 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)).context(concat!( in read_characteristics_file()
1040 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)).context( in load_by_uid_alias()
1065 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)).context( in load_by_uid_alias()
1077 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in load_by_uid_alias()
[all …]
Dauthorization.rs84 KsResponseCode::VALUE_CORRUPTED => ResponseCode::VALUE_CORRUPTED.0, in map_or_log_err()
Dsuper_key.rs462 (iv, tag) => Err(Error::Rc(ResponseCode::VALUE_CORRUPTED)).context(format!( in unwrap_key_with_key()
481 Err(Error::Rc(ResponseCode::VALUE_CORRUPTED)).context(format!( in unwrap_key_with_key()
635 return Err(Error::Rc(ResponseCode::VALUE_CORRUPTED)).context(format!( in extract_super_key_from_key_entry()
654 Err(Error::Rc(ResponseCode::VALUE_CORRUPTED)) in extract_super_key_from_key_entry()
Dservice.rs173 .ok_or(Error::Rc(ResponseCode::VALUE_CORRUPTED)) in get_key_entry()
Dkey_parameter.rs462 .map_err(|_| KeystoreError::Rc(ResponseCode::VALUE_CORRUPTED))