Lines Matching refs:KEY_NOT_FOUND
1304 Some(KsError::Rc(ResponseCode::KEY_NOT_FOUND)) => Ok(false), in key_exists()
1384 Some(KsError::Rc(ResponseCode::KEY_NOT_FOUND)) => Ok(None), in load_super_key()
1893 row.map_or_else(|| Err(KsError::Rc(ResponseCode::KEY_NOT_FOUND)), Ok)? in load_key_entry_id()
1953 row.map_or_else(|| Err(KsError::Rc(ResponseCode::KEY_NOT_FOUND)), Ok)?; in load_access_tuple()
1980 row.map_or_else(|| Err(KsError::Rc(ResponseCode::KEY_NOT_FOUND)), Ok)?; in load_access_tuple()
3433 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_insert_and_load_full_keyentry_domain_app()
3504 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_insert_and_load_certificate_entry_domain_app()
3561 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_insert_and_load_full_keyentry_domain_selinux()
3609 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_insert_and_load_full_keyentry_domain_key_id()
3710 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_insert_and_load_full_keyentry_from_grant()
3794 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_insert_and_load_full_keyentry_from_grant_by_key_id()
3862 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_migrate_key_app_to_app()
3931 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_migrate_key_app_to_selinux()
4105 Some(&KsError::Rc(ResponseCode::KEY_NOT_FOUND)), in test_upgrade_0_to_1()