Manage a PGP or S/MIME encrypted MIME part. More...
Functions | |
| int | pgp_gpgme_encrypted_handler (struct Body *b, struct State *state) |
| Manage a PGP or S/MIME encrypted MIME part - Implements CryptModuleSpecs::encrypted_handler() -. | |
| int | pgp_class_encrypted_handler (struct Body *b, struct State *state) |
| Manage a PGP or S/MIME encrypted MIME part - Implements CryptModuleSpecs::encrypted_handler() -. | |
Manage a PGP or S/MIME encrypted MIME part.
| 0 | Success |
| -1 | Error |
Manage a PGP or S/MIME encrypted MIME part - Implements CryptModuleSpecs::encrypted_handler() -.
This handler is passed the application/octet-stream directly. The caller must propagate b->goodsig to its parent.
Definition at line 2779 of file crypt_gpgme.c.
Manage a PGP or S/MIME encrypted MIME part - Implements CryptModuleSpecs::encrypted_handler() -.
Definition at line 1251 of file pgp.c.