Re: [PATCH v3 04/14] PGPLIB: Basic packet parser

2024-09-12 Thread Jarkko Sakkinen
On Wed Sep 11, 2024 at 3:29 PM EEST, Roberto Sassu wrote: > From: David Howells > > Provide a simple parser that extracts the packets from a PGP packet blob > and passes the desirous ones to the given processor function: > > struct pgp_parse_context { > u64 types_of_interest; >

[PATCH v3 04/14] PGPLIB: Basic packet parser

2024-09-11 Thread Roberto Sassu
From: David Howells Provide a simple parser that extracts the packets from a PGP packet blob and passes the desirous ones to the given processor function: struct pgp_parse_context { u64 types_of_interest; int (*process_packet)(struct pgp_parse_context *con