Source release 19.2.0
This commit is contained in:
@@ -43,6 +43,14 @@ struct OEMCrypto_Renewal_Response_Fuzz {
|
||||
// structure.
|
||||
};
|
||||
|
||||
struct OEMCrypto_Release_Response_Fuzz {
|
||||
oemcrypto_core_message::ODK_ReleaseRequest core_request;
|
||||
int64_t seconds_since_license_received;
|
||||
int64_t seconds_since_first_decrypt;
|
||||
// license_release_response is of variable length and not included in this
|
||||
// structure.
|
||||
};
|
||||
|
||||
struct OEMCrypto_Request_Fuzz {
|
||||
// We would like to fuzz computed signature_length, input core_message_length
|
||||
// that ODK parses and actual message buffer to the request APIs.
|
||||
|
||||
Reference in New Issue
Block a user