We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea0d87 commit b3eb462Copy full SHA for b3eb462
tss-esapi/src/structures/parameters.rs
@@ -25,6 +25,11 @@ impl SymmetricCipherParameters {
25
symmetric_definition_object,
26
}
27
28
+
29
+ /// Returns the [SymmetricDefinitionObject].
30
+ pub const fn symmetric_definition_object(&self) -> SymmetricDefinitionObject {
31
+ self.symmetric_definition_object
32
+ }
33
34
35
impl TryFrom<TPMS_SYMCIPHER_PARMS> for SymmetricCipherParameters {
0 commit comments