Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tpm2/structures.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (h TPMHandle) KnownName() *TPM2BName {
case TPMHTTransient:
// The Name of a sequence object is an Empty Buffer
// See part 1: Architecture, section 32.4.5
if h == TPMIDHSavedSequence {
if h == TPMIDHSavedSequence || h == TPMIDHSavedTransientClear {
return &TPM2BName{
Buffer: []byte{},
}
Expand Down