Keystore 2.0: Minor update to pregenerated keymint rust bindings.

Test: N/A
Change-Id: I2e2441b5b87e315ce102b54be784014a10441c4a
diff --git a/keystore2/src/android_hardware_keymint.rs b/keystore2/src/android_hardware_keymint.rs
index eca1208..deb9f7b 100644
--- a/keystore2/src/android_hardware_keymint.rs
+++ b/keystore2/src/android_hardware_keymint.rs
@@ -260,7 +260,7 @@
           pub const UNSUPPORTED_EC_CURVE: ErrorCode = -61;
           pub const KEY_REQUIRES_UPGRADE: ErrorCode = -62;
           pub const ATTESTATION_CHALLENGE_MISSING: ErrorCode = -63;
-          pub const KEYMASTER_NOT_CONFIGURED: ErrorCode = -64;
+          pub const KEYMINT_NOT_CONFIGURED: ErrorCode = -64;
           pub const ATTESTATION_APPLICATION_ID_MISSING: ErrorCode = -65;
           pub const CANNOT_ATTEST_IDS: ErrorCode = -66;
           pub const ROLLBACK_RESISTANCE_UNAVAILABLE: ErrorCode = -67;
@@ -1243,6 +1243,7 @@
           pub const GENERATED: KeyOrigin = 0;
           pub const DERIVED: KeyOrigin = 1;
           pub const IMPORTED: KeyOrigin = 2;
+          pub const RESERVED: KeyOrigin = 3;
           pub const SECURELY_IMPORTED: KeyOrigin = 4;
           pub(crate) mod mangled { pub use super::KeyOrigin as _7_android_8_hardware_7_keymint_9_KeyOrigin; }
         }