Decrypt an encrypted MIME part. More...
Collaboration diagram for decrypt_mime():Functions | |
| int | pgp_gpgme_decrypt_mime (FILE *fp_in, FILE **fp_out, struct Body *b, struct Body **b_dec) |
| Decrypt an encrypted MIME part - Implements CryptModuleSpecs::decrypt_mime() -. | |
| int | smime_gpgme_decrypt_mime (FILE *fp_in, FILE **fp_out, struct Body *b, struct Body **b_dec) |
| Decrypt an encrypted MIME part - Implements CryptModuleSpecs::decrypt_mime() -. | |
| int | pgp_class_decrypt_mime (FILE *fp_in, FILE **fp_out, struct Body *b, struct Body **b_dec) |
| Decrypt an encrypted MIME part - Implements CryptModuleSpecs::decrypt_mime() -. | |
| int | smime_class_decrypt_mime (FILE *fp_in, FILE **fp_out, struct Body *b, struct Body **b_dec) |
| Decrypt an encrypted MIME part - Implements CryptModuleSpecs::decrypt_mime() -. | |
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] | b_dec | Body containing the decrypted part |
| 0 | Success |
| -1 | Failure |
Decrypt an encrypted MIME part - Implements CryptModuleSpecs::decrypt_mime() -.
Definition at line 1894 of file crypt_gpgme.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int smime_gpgme_decrypt_mime | ( | FILE * | fp_in, |
| FILE ** | fp_out, | ||
| struct Body * | b, | ||
| struct Body ** | b_dec ) |
Decrypt an encrypted MIME part - Implements CryptModuleSpecs::decrypt_mime() -.
Definition at line 1991 of file crypt_gpgme.c.
Here is the call graph for this function:Decrypt an encrypted MIME part - Implements CryptModuleSpecs::decrypt_mime() -.
Definition at line 1162 of file pgp.c.
Here is the call graph for this function:| int smime_class_decrypt_mime | ( | FILE * | fp_in, |
| FILE ** | fp_out, | ||
| struct Body * | b, | ||
| struct Body ** | b_dec ) |
Decrypt an encrypted MIME part - Implements CryptModuleSpecs::decrypt_mime() -.
Definition at line 1920 of file smime.c.
Here is the call graph for this function: