| 594 | } |
| 595 | |
| 596 | unsigned int Service::getAuthBlock(const unsigned char** bytes) |
| 597 | { |
| 598 | *bytes = svc_auth_block.hasData() ? svc_auth_block.begin() : NULL; |
| 599 | return svc_auth_block.getCount(); |
| 600 | } |
| 601 | |
| 602 | void Service::fillDpb(ClumpletWriter& dpb) |
| 603 | { |
no test coverage detected