File tree Expand file tree Collapse file tree
specifications/device-identity-provisioning Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ spdm-key = spdm-key-map / tagged-spdm-key-map
2+
3+ tagged-spdm-key-map = #6.572(spdm-key-map) ; speculative because IANA registry is still pending
4+
5+ $key-attributes-type = tagged-oid-type
6+
7+ ; TODO: OCP will assign few attributes types but the field is not restricted to those
8+
9+ spdm-key-dict = {
10+ &(id: 0) => uint
11+ &(attrib: 1) => [+ key-attributes-type]
12+ }
13+
14+ spdm-key-map = {
15+ &(key: 0) => [+ spdm-key-map]
16+ }
17+
Original file line number Diff line number Diff line change 1+ / tagged-spdm-key-map / 572( {
2+ / key / 0 : [
3+ {
4+ / id / 0 : 0,
5+ / attrib / 1: [
6+ / tagged-oid-type / 111(h'6086480186F84D010F046301')
7+ ]
8+ },
9+ {
10+ / id / 0 : 1,
11+ / attrib / 1: [
12+ / tagged-oid-type / 111(h'6086480186F84D010F046301')
13+ ]
14+ }
15+ ]
16+ } )
You can’t perform that action at this time.
0 commit comments