PGP/Smime functions. More...
#include "config.h"#include <stddef.h>#include "gui/lib.h"#include "key/lib.h"#include "menu/lib.h"#include "ncrypt/lib.h"
Include dependency graph for functions.c:Go to the source code of this file.
Functions | |
| void | pgp_init_keys (struct SubMenu *sm_generic) |
| Initialise the PGP Keybindings - Implements ::init_keys_api. | |
Variables | |
| static const struct MenuFuncOp | OpPgp [] |
| Functions for the Pgp Menu. | |
| static const struct MenuFuncOp | OpSmime [] |
| Functions for the Smime Menu. | |
| static const struct MenuOpSeq | PgpDefaultBindings [] |
| Key bindings for the Pgp Menu. | |
| static const struct MenuOpSeq | SmimeDefaultBindings [] |
| Key bindings for the Smime Menu. | |
PGP/Smime 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 functions.c.
| void pgp_init_keys | ( | struct SubMenu * | sm_generic | ) |
Initialise the PGP Keybindings - Implements ::init_keys_api.
Definition at line 89 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Functions for the Pgp Menu.
Definition at line 44 of file functions.c.
|
static |
Functions for the Smime Menu.
Definition at line 54 of file functions.c.
|
static |
Key bindings for the Pgp Menu.
Definition at line 66 of file functions.c.
|
static |
Key bindings for the Smime Menu.
Definition at line 76 of file functions.c.