Check a signed MIME part against a signature. More...
Functions | |
int | pgp_gpgme_verify_one (struct Body *sigbdy, struct State *state, const char *tempfile) |
Implements CryptModuleSpecs::verify_one() -. More... | |
int | smime_gpgme_verify_one (struct Body *sigbdy, struct State *state, const char *tempfile) |
Implements CryptModuleSpecs::verify_one() -. More... | |
int | pgp_class_verify_one (struct Body *sigbdy, struct State *state, const char *tempfile) |
Implements CryptModuleSpecs::verify_one() -. More... | |
int | smime_class_verify_one (struct Body *sigbdy, struct State *state, const char *tempfile) |
Implements CryptModuleSpecs::verify_one() -. More... | |
Check a signed MIME part against a signature.
sigbdy | Body of the signed mail |
state | State of text being processed |
tempf | File containing the key |
0 | Success |
-1 | Error |
Implements CryptModuleSpecs::verify_one() -.
Definition at line 1668 of file crypt_gpgme.c.
Implements CryptModuleSpecs::verify_one() -.
Definition at line 1676 of file crypt_gpgme.c.
Implements CryptModuleSpecs::verify_one() -.
Definition at line 900 of file pgp.c.
Implements CryptModuleSpecs::verify_one() -.
Definition at line 1756 of file smime.c.