Home | History | Annotate | Download | only in tools

Lines Matching defs:empty

79     uint8_t empty[AVB_SIGNATURE_SIZE];
80 memset(empty, 0, sizeof(empty));
81 request.mutable_token()->set_signature(empty, sizeof(empty));
117 // Substitute an empty hash
118 uint8_t empty[AVB_DEVICE_DATA_SIZE];
119 memset(empty, 0, sizeof(empty));
121 request.set_device_data(empty, sizeof(empty));