You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TpmFormatOneError::Hash => write!(f,"hash algorithm not supported or not appropriate ({})",self.argument_number()),
65
-
TpmFormatOneError::Value => write!(f,"value is out of range or is not correct for the context ({})",self.argument_number()),
66
-
TpmFormatOneError::Hierarchy => write!(f,"hierarchy is not enabled or is not correct for the use ({})",self.argument_number()),
67
-
TpmFormatOneError::KeySize => write!(f,"key size is not supported ({})",self.argument_number()),
68
-
TpmFormatOneError::Mgf => write!(f,"mask generation function not supported ({})",self.argument_number()),
69
-
TpmFormatOneError::Mode => write!(f,"mode of operation not supported ({})",self.argument_number()),
70
-
TpmFormatOneError::Type => write!(f,"the type of the value is not appropriate for the use ({})",self.argument_number()),
71
-
TpmFormatOneError::Handle => write!(f,"the handle is not correct for the use ({})",self.argument_number()),
72
-
TpmFormatOneError::Kdf => write!(f,"unsupported key derivation function or function not appropriate for use ({})",self.argument_number()),
73
-
TpmFormatOneError::Range => write!(f,"value was out of allowed range ({})",self.argument_number()),
74
-
TpmFormatOneError::AuthFail => write!(f,"the authorization HMAC check failed and DA counter incremented ({})",self.argument_number()),
75
-
TpmFormatOneError::Nonce => write!(f,"invalid nonce size or nonce value mismatch ({})",self.argument_number()),
76
-
TpmFormatOneError::Pp => write!(f,"authorization requires assertion of PP ({})",self.argument_number()),
77
-
TpmFormatOneError::Scheme => write!(f,"unsupported or incompatible scheme ({})",self.argument_number()),
78
-
TpmFormatOneError::Size => write!(f,"structure is the wrong size ({})",self.argument_number()),
79
-
TpmFormatOneError::Symmetric => write!(f,"unsupported symmetric algorithm or key size, or not appropriate for instance ({})",self.argument_number()),
80
-
TpmFormatOneError::Tag => write!(f,"incorrect structure tag ({})",self.argument_number()),
81
-
TpmFormatOneError::Selector => write!(f,"union selector is incorrect ({})",self.argument_number()),
82
-
TpmFormatOneError::Insufficient => write!(f,"the TPM was unable to unmarshal a value because there were not enough octets in the input buffer ({})",self.argument_number()),
83
-
TpmFormatOneError::Signature => write!(f,"the signature is not valid ({})",self.argument_number()),
84
-
TpmFormatOneError::Key => write!(f,"key fields are not compatible with the selected use ({})",self.argument_number()),
TpmFormatOneError::ReservedBits => write!(f,"reserved bits not set to zero as required ({})",self.argument_number()),
89
-
TpmFormatOneError::BadAuth => write!(f,"authorization failure without DA implications ({})",self.argument_number()),
90
-
TpmFormatOneError::Expired => write!(f,"the policy has expired ({})",self.argument_number()),
91
-
TpmFormatOneError::PolicyCc => write!(f,"the command Code in the policy is not the command Code of the command or the command code in a policy command references a command that is not implemented ({})",self.argument_number()),
92
-
TpmFormatOneError::Binding => write!(f,"public and sensitive portions of an object are not cryptographically bound ({})",self.argument_number()),
93
-
TpmFormatOneError::Curve => write!(f,"curve not supported ({})",self.argument_number()),
94
-
TpmFormatOneError::EccPoint => write!(f,"point is not on the required curve ({})",self.argument_number()),
62
+
TpmFormatOneError::Asymmetric => write!(f,"Asymmetric algorithm not supported or not correct ({}).",self.argument_number()),
TpmFormatOneError::Hash => write!(f,"Hash algorithm not supported or not appropriate ({}).",self.argument_number()),
65
+
TpmFormatOneError::Value => write!(f,"Value is out of range or is not correct for the context ({}).",self.argument_number()),
66
+
TpmFormatOneError::Hierarchy => write!(f,"Hierarchy is not enabled or is not correct for the use ({}).",self.argument_number()),
67
+
TpmFormatOneError::KeySize => write!(f,"Key size is not supported ({}).",self.argument_number()),
68
+
TpmFormatOneError::Mgf => write!(f,"Mask generation function not supported ({}).",self.argument_number()),
69
+
TpmFormatOneError::Mode => write!(f,"Mode of operation not supported ({}).",self.argument_number()),
70
+
TpmFormatOneError::Type => write!(f,"The type of the value is not appropriate for the use ({}).",self.argument_number()),
71
+
TpmFormatOneError::Handle => write!(f,"The handle is not correct for the use ({}).",self.argument_number()),
72
+
TpmFormatOneError::Kdf => write!(f,"Unsupported key derivation function or function not appropriate for use ({}).",self.argument_number()),
73
+
TpmFormatOneError::Range => write!(f,"Value was out of allowed range ({}).",self.argument_number()),
74
+
TpmFormatOneError::AuthFail => write!(f,"The authorization HMAC check failed and DA counter incremented ({}).",self.argument_number()),
75
+
TpmFormatOneError::Nonce => write!(f,"Invalid nonce size or nonce value mismatch ({}).",self.argument_number()),
76
+
TpmFormatOneError::Pp => write!(f,"Authorization requires assertion of PP ({}).",self.argument_number()),
77
+
TpmFormatOneError::Scheme => write!(f,"Unsupported or incompatible scheme ({}).",self.argument_number()),
78
+
TpmFormatOneError::Size => write!(f,"Structure is the wrong size ({}).",self.argument_number()),
79
+
TpmFormatOneError::Symmetric => write!(f,"Unsupported symmetric algorithm or key size, or not appropriate for instance ({}).",self.argument_number()),
80
+
TpmFormatOneError::Tag => write!(f,"Incorrect structure tag ({}).",self.argument_number()),
81
+
TpmFormatOneError::Selector => write!(f,"Union selector is incorrect ({}).",self.argument_number()),
82
+
TpmFormatOneError::Insufficient => write!(f,"The TPM was unable to unmarshal a value because there were not enough octets in the input buffer ({}).",self.argument_number()),
83
+
TpmFormatOneError::Signature => write!(f,"The signature is not valid ({}).",self.argument_number()),
84
+
TpmFormatOneError::Key => write!(f,"Key fields are not compatible with the selected use ({}).",self.argument_number()),
TpmFormatOneError::ReservedBits => write!(f,"Reserved bits not set to zero as required ({}).",self.argument_number()),
89
+
TpmFormatOneError::BadAuth => write!(f,"Authorization failure without DA implications ({}).",self.argument_number()),
90
+
TpmFormatOneError::Expired => write!(f,"The policy has expired ({}).",self.argument_number()),
91
+
TpmFormatOneError::PolicyCc => write!(f,"The `commandCode` in the policy is not the `commandCode` of the command or the command code in a policy command references a command that is not implemented ({}).",self.argument_number()),
92
+
TpmFormatOneError::Binding => write!(f,"Public and sensitive portions of an object are not cryptographically bound ({}).",self.argument_number()),
93
+
TpmFormatOneError::Curve => write!(f,"Curve not supported ({}).",self.argument_number()),
94
+
TpmFormatOneError::EccPoint => write!(f,"Point is not on the required curve ({}).",self.argument_number()),
0 commit comments