Decrypt an encrypted MIME part. More...
Functions | |
int | pgp_gpgme_decrypt_mime (FILE *fp_in, FILE **fp_out, struct Body *b, struct Body **cur) |
Implements CryptModuleSpecs::decrypt_mime() -. More... | |
int | smime_gpgme_decrypt_mime (FILE *fp_in, FILE **fp_out, struct Body *b, struct Body **cur) |
Implements CryptModuleSpecs::decrypt_mime() -. More... | |
int | pgp_class_decrypt_mime (FILE *fp_in, FILE **fp_out, struct Body *b, struct Body **cur) |
Implements CryptModuleSpecs::decrypt_mime() -. More... | |
int | smime_class_decrypt_mime (FILE *fp_in, FILE **fp_out, struct Body *b, struct Body **cur) |
Implements CryptModuleSpecs::decrypt_mime() -. More... | |
Decrypt an encrypted MIME part.
[in] | fp_in | File containing the encrypted part |
[out] | fp_out | File containing the decrypted part |
[in] | b | Body of the email |
[out] | cur | Body containing the decrypted part |
0 | Success |
-1 | Failure |
Implements CryptModuleSpecs::decrypt_mime() -.
Definition at line 1853 of file crypt_gpgme.c.
Implements CryptModuleSpecs::decrypt_mime() -.
Definition at line 1950 of file crypt_gpgme.c.
Implements CryptModuleSpecs::decrypt_mime() -.
Definition at line 1164 of file pgp.c.
Implements CryptModuleSpecs::decrypt_mime() -.
Definition at line 2108 of file smime.c.