Lines Matching refs:KEY_NOT_FOUND
1251 Some(KsError::Rc(ResponseCode::KEY_NOT_FOUND)) => Ok(false), in key_exists()
1331 Some(KsError::Rc(ResponseCode::KEY_NOT_FOUND)) => Ok(None), in load_super_key()
1744 row.map_or_else(|| Err(KsError::Rc(ResponseCode::KEY_NOT_FOUND)), Ok)? in store_signed_attestation_certificate_chain()
2363 row.map_or_else(|| Err(KsError::Rc(ResponseCode::KEY_NOT_FOUND)), Ok)? in load_key_entry_id()
2423 row.map_or_else(|| Err(KsError::Rc(ResponseCode::KEY_NOT_FOUND)), Ok)?; in load_access_tuple()
2450 row.map_or_else(|| Err(KsError::Rc(ResponseCode::KEY_NOT_FOUND)), Ok)?; in load_access_tuple()
3928 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_insert_and_load_full_keyentry_domain_app()
3999 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_insert_and_load_certificate_entry_domain_app()
4056 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_insert_and_load_full_keyentry_domain_selinux()
4104 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_insert_and_load_full_keyentry_domain_key_id()
4205 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_insert_and_load_full_keyentry_from_grant()
4289 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4357 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_migrate_key_app_to_app()
4426 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_migrate_key_app_to_selinux()
4602 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_upgrade_0_to_1()