Home
last modified time | relevance | path

Searched refs:LOCKED (Results 1 – 9 of 9) sorted by relevance

/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DResponseCode.aidl38 LOCKED = 2, enumConstant
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DResponseCode.aidl38 LOCKED = 2, enumConstant
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DResponseCode.aidl27 LOCKED = 2, enumConstant
/system/security/keystore/include/keystore/
Dkeystore.h32 LOCKED = STATE_LOCKED, // 2 enumerator
/system/security/keystore2/src/
Derror.rs301 for rc in ResponseCode::LOCKED.0..ResponseCode::BACKEND_BUSY.0 { in keystore_error_test()
374 assert_eq!(Ok(ResponseCode::LOCKED), map_or_log_err(nested_ok(ResponseCode::LOCKED), Ok)); in keystore_error_test()
Dmaintenance.rs95 Err(Error::Rc(ResponseCode::LOCKED)) in on_user_password_changed()
Dsuper_key.rs442 .ok_or(Error::Rc(ResponseCode::LOCKED)) in unwrap_key_if_required()
697 Err(Error::Rc(ResponseCode::LOCKED)).context("In super_encrypt. Device is locked.") in super_encrypt_on_key_init()
786 .ok_or(Error::Rc(ResponseCode::LOCKED)) in handle_super_encryption_on_key_init()
Dlegacy_migrator.rs481 return Err(Error::Rc(ResponseCode::LOCKED)).context(concat!( in check_and_migrate()
Dlegacy_blob.rs1025 return Err(KsError::Rc(ResponseCode::LOCKED)).context(format!( in load_by_uid_alias()
1353 Some(&error::Error::Rc(ResponseCode::LOCKED)) in test_legacy_blobs()