Wrapper around crypto functions. More...
Go to the source code of this file.
Wrapper around crypto functions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file cryptglue.h.
struct Body * crypt_pgp_encrypt_message | ( | struct Email * | e, |
struct Body * | b, | ||
char * | keylist, | ||
int | sign, | ||
const struct AddressList * | from | ||
) |
Wrapper for CryptModuleSpecs::pgp_encrypt_message()
Definition at line 337 of file cryptglue.c.
char * crypt_pgp_find_keys | ( | struct AddressList * | al, |
bool | oppenc_mode | ||
) |
Wrapper for CryptModuleSpecs::find_keys()
Definition at line 315 of file cryptglue.c.
void crypt_pgp_invoke_import | ( | const char * | fname | ) |
Wrapper for CryptModuleSpecs::pgp_invoke_import()
Definition at line 363 of file cryptglue.c.
void crypt_pgp_set_sender | ( | const char * | sender | ) |
Wrapper for CryptModuleSpecs::set_sender()
Definition at line 403 of file cryptglue.c.
Wrapper for CryptModuleSpecs::sign_message()
Definition at line 326 of file cryptglue.c.
struct Body * crypt_pgp_traditional_encryptsign | ( | struct Body * | b, |
SecurityFlags | flags, | ||
char * | keylist | ||
) |
Wrapper for CryptModuleSpecs::pgp_traditional_encryptsign()
Definition at line 293 of file cryptglue.c.
bool crypt_pgp_valid_passphrase | ( | void | ) |
Wrapper for CryptModuleSpecs::valid_passphrase()
Definition at line 199 of file cryptglue.c.
Wrapper for CryptModuleSpecs::verify_one()
Definition at line 372 of file cryptglue.c.
void crypt_pgp_void_passphrase | ( | void | ) |
Wrapper for CryptModuleSpecs::void_passphrase()
Definition at line 190 of file cryptglue.c.
Wrapper for CryptModuleSpecs::smime_build_smime_entity()
Definition at line 496 of file cryptglue.c.
char * crypt_smime_find_keys | ( | struct AddressList * | al, |
bool | oppenc_mode | ||
) |
Wrapper for CryptModuleSpecs::find_keys()
Definition at line 474 of file cryptglue.c.
void crypt_smime_invoke_import | ( | const char * | infile, |
const char * | mailbox | ||
) |
Wrapper for CryptModuleSpecs::smime_invoke_import()
Definition at line 507 of file cryptglue.c.
void crypt_smime_set_sender | ( | const char * | sender | ) |
Wrapper for CryptModuleSpecs::set_sender()
Definition at line 538 of file cryptglue.c.
Wrapper for CryptModuleSpecs::sign_message()
Definition at line 485 of file cryptglue.c.
bool crypt_smime_valid_passphrase | ( | void | ) |
Wrapper for CryptModuleSpecs::valid_passphrase()
Definition at line 421 of file cryptglue.c.
Wrapper for CryptModuleSpecs::verify_one()
Definition at line 516 of file cryptglue.c.
void crypt_smime_void_passphrase | ( | void | ) |
Wrapper for CryptModuleSpecs::void_passphrase()
Definition at line 412 of file cryptglue.c.