PGP encrypt an email. More...
Collaboration diagram for pgp_encrypt_message():Functions | |
| struct Body * | pgp_gpgme_encrypt_message (struct Body *b, char *keylist, bool sign, const struct AddressList *from) |
| PGP encrypt an email - Implements CryptModuleSpecs::pgp_encrypt_message() -. | |
| struct Body * | pgp_class_encrypt_message (struct Body *b, char *keylist, bool sign, const struct AddressList *from) |
| PGP encrypt an email - Implements CryptModuleSpecs::pgp_encrypt_message() -. | |
PGP encrypt an email.
| b | Body of email to encrypt |
| keylist | List of keys, or fingerprints (space separated) |
| sign | If true, sign the message too |
| from | From line, to choose the key to sign |
| ptr | Encrypted Body |
| NULL | Error |
Encrypt the mail body to all the given keys.
| struct Body * pgp_gpgme_encrypt_message | ( | struct Body * | b, |
| char * | keylist, | ||
| bool | sign, | ||
| const struct AddressList * | from ) |
PGP encrypt an email - Implements CryptModuleSpecs::pgp_encrypt_message() -.
Definition at line 1043 of file crypt_gpgme.c.
Here is the call graph for this function:
Here is the caller graph for this function:| struct Body * pgp_class_encrypt_message | ( | struct Body * | b, |
| char * | keylist, | ||
| bool | sign, | ||
| const struct AddressList * | from ) |
PGP encrypt an email - Implements CryptModuleSpecs::pgp_encrypt_message() -.
Definition at line 1587 of file pgp.c.
Here is the call graph for this function: