mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 08:54:55 +00:00
Merge "Drop minimum RKP challenge size to 16 bytes"
This commit is contained in:
@@ -335,7 +335,7 @@ interface IRemotelyProvisionedComponent {
|
||||
* UdsCerts,
|
||||
* DiceCertChain,
|
||||
* SignedData<[
|
||||
* challenge: bstr .size (32..64), ; Provided by the method parameters
|
||||
* challenge: bstr .size (16..64), ; Provided by the method parameters
|
||||
* bstr .cbor T,
|
||||
* ]>,
|
||||
* ]
|
||||
|
||||
@@ -134,7 +134,7 @@ parcelable ProtectedData {
|
||||
* ]
|
||||
*
|
||||
* SignedMacAad = [
|
||||
* challenge : bstr .size (32..64), ; Size between 32 - 64
|
||||
* challenge : bstr .size (16..64), ; Size between 16 - 64
|
||||
* ; bytes inclusive
|
||||
* VerifiedDeviceInfo,
|
||||
* tag: bstr ; This is the tag from COSE_Mac0 of
|
||||
|
||||
Reference in New Issue
Block a user