summaryrefslogtreecommitdiffstats
path: root/src/tests/pccrc_test.c
Commit message (Collapse)AuthorAgeFilesLines
* [peerdist] Remove userptr_t from PeerDist content information parsingMichael Brown2025-04-291-4/+2Star
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [crypto] Simplify internal HMAC APIMichael Brown2022-10-101-6/+3Star
| | | | | | | | | | | | Simplify the internal HMAC API so that the key is provided only at the point of calling hmac_init(), and the (potentially reduced) key is stored as part of the context for later use by hmac_final(). This simplifies the calling code, and avoids the need for callers such as TLS to allocate a potentially variable length block in order to retain a copy of the unmodified key. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [peerdist] Include trimmed range within content information blockMichael Brown2015-07-281-33/+55
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [peerdist] Add support for decoding PeerDist Content InformationMichael Brown2015-04-131-0/+507
Signed-off-by: Michael Brown <mcb30@ipxe.org>