Check a signed MIME part against a signature. More...
Functions | |
int | pgp_gpgme_verify_one (struct Body *b, struct State *state, const char *tempfile) |
Check a signed MIME part against a signature - Implements CryptModuleSpecs::verify_one() -. | |
int | smime_gpgme_verify_one (struct Body *b, struct State *state, const char *tempfile) |
Check a signed MIME part against a signature - Implements CryptModuleSpecs::verify_one() -. | |
int | pgp_class_verify_one (struct Body *b, struct State *state, const char *tempfile) |
Check a signed MIME part against a signature - Implements CryptModuleSpecs::verify_one() -. | |
int | smime_class_verify_one (struct Body *b, struct State *state, const char *tempfile) |
Check a signed MIME part against a signature - Implements CryptModuleSpecs::verify_one() -. | |
Check a signed MIME part against a signature.
0 | Success |
-1 | Error |
Check a signed MIME part against a signature - Implements CryptModuleSpecs::verify_one() -.
Definition at line 1706 of file crypt_gpgme.c.
Check a signed MIME part against a signature - Implements CryptModuleSpecs::verify_one() -.
Definition at line 1714 of file crypt_gpgme.c.
Check a signed MIME part against a signature - Implements CryptModuleSpecs::verify_one() -.
Definition at line 898 of file pgp.c.
Check a signed MIME part against a signature - Implements CryptModuleSpecs::verify_one() -.
Definition at line 1706 of file smime.c.