Prototype for a Pgp Function. More...
Collaboration diagram for Pgp Function API:Functions | |
| static int | op_exit (struct PgpData *pd, const struct KeyEvent *event) |
| Exit this menu - Implements pgp_function_t -. | |
| static int | op_generic_select_entry (struct PgpData *pd, const struct KeyEvent *event) |
| Select the current entry - Implements pgp_function_t -. | |
| static int | op_verify_key (struct PgpData *pd, const struct KeyEvent *event) |
| Verify a PGP public key - Implements pgp_function_t -. | |
| static int | op_view_id (struct PgpData *pd, const struct KeyEvent *event) |
| View the key's user id - Implements pgp_function_t -. | |
Prototype for a Pgp Function.
| menu | Menu |
| event | Event to process |
| enum | FunctionRetval |
Exit this menu - Implements pgp_function_t -.
Definition at line 53 of file pgp_functions.c.
Select the current entry - Implements pgp_function_t -.
Definition at line 62 of file pgp_functions.c.
Here is the call graph for this function:Verify a PGP public key - Implements pgp_function_t -.
Definition at line 122 of file pgp_functions.c.
Here is the call graph for this function:View the key's user id - Implements pgp_function_t -.
Definition at line 193 of file pgp_functions.c.
Here is the call graph for this function: