mirror of
https://github.com/ipxe/ipxe
synced 2026-01-26 01:15:54 +03:00
[crypto] Remove userptr_t from CMS verification and decryption
Simplify the CMS code by assuming that all content is fully accessible via pointer dereferences. This avoids the need to use fragment loops for calculating digests and decrypting (or reencrypting) data. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -14,7 +14,6 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#include <ipxe/crypto.h>
|
||||
#include <ipxe/x509.h>
|
||||
#include <ipxe/refcnt.h>
|
||||
#include <ipxe/uaccess.h>
|
||||
|
||||
struct image;
|
||||
struct cms_message;
|
||||
|
||||
Reference in New Issue
Block a user