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