Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/
H A 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 …]
H A Dauthorization.rs84 KsResponseCode::VALUE_CORRUPTED => ResponseCode::VALUE_CORRUPTED.0, in map_or_log_err()
H A 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()
H A Dservice.rs173 .ok_or(Error::Rc(ResponseCode::VALUE_CORRUPTED)) in get_key_entry()
H A Dkey_parameter.rs462 .map_err(|_| KeystoreError::Rc(ResponseCode::VALUE_CORRUPTED))
/aosp12/system/security/keystore2/aidl/android/security/authorization/
H A DResponseCode.aidl50 VALUE_CORRUPTED = 8, enumConstant
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
H A DResponseCode.aidl43 VALUE_CORRUPTED = 8, enumConstant
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
H A DResponseCode.aidl46 VALUE_CORRUPTED = 8, enumConstant
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
H A DResponseCode.aidl43 VALUE_CORRUPTED = 8, enumConstant
/aosp12/system/security/keystore/include/keystore/
H A Dkeystore.h38 VALUE_CORRUPTED = 8, enumerator
/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyStore2.java339 case ResponseCode.VALUE_CORRUPTED: in getKeyStoreException()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51783 Landroid/security/KeyStore;->VALUE_CORRUPTED:I