Searched refs:GRG_KEY (Results 1 – 13 of 13) sorted by relevance
/dports/security/libgringotts/libgringotts-1.2.1/src/ |
H A D | libgringotts.h | 116 typedef struct _grg_key *GRG_KEY; typedef 163 GRG_KEY grg_key_gen (const unsigned char *pwd, const int pwd_len); 164 GRG_KEY grg_key_clone (const GRG_KEY src); 165 int grg_key_compare (const GRG_KEY k1, const GRG_KEY k2); 166 void grg_key_free (const GRG_CTX gctx, GRG_KEY key); 171 int grg_decrypt_file (const GRG_CTX gctx, const GRG_KEY keystruct, 174 int grg_encrypt_file (const GRG_CTX gctx, const GRG_KEY keystruct, 181 int grg_decrypt_file_direct (const GRG_CTX gctx, const GRG_KEY keystruct, 184 int grg_encrypt_file_direct (const GRG_CTX gctx, const GRG_KEY keystruct, 192 int grg_decrypt_mem (const GRG_CTX gctx, const GRG_KEY keystruct, [all …]
|
H A D | libgrg_structs.c | 197 GRG_KEY 200 GRG_KEY key; in grg_key_gen() 211 key = (GRG_KEY) malloc (sizeof (struct _grg_key)); in grg_key_gen() 230 GRG_KEY 231 grg_key_clone (const GRG_KEY src) in grg_key_clone() 233 GRG_KEY clone = (GRG_KEY) malloc (sizeof (struct _grg_key)); in grg_key_clone() 242 grg_key_compare (const GRG_KEY k1, const GRG_KEY k2) in grg_key_compare() 254 grg_key_free (const GRG_CTX gctx, GRG_KEY key) in grg_key_free()
|
H A D | libgrg_crypt.c | 214 select_key (const GRG_CTX gctx, const GRG_KEY keystruct, int *dim) in select_key() 238 decrypt_mem (const GRG_CTX gctx, const GRG_KEY keystruct, const void *mem, in decrypt_mem() 386 grg_encrypt_mem (const GRG_CTX gctx, const GRG_KEY keystruct, void **mem, in grg_encrypt_mem() 657 grg_decrypt_file_direct (const GRG_CTX gctx, const GRG_KEY keystruct, in grg_decrypt_file_direct() 693 grg_decrypt_file (const GRG_CTX gctx, const GRG_KEY keystruct, in grg_decrypt_file() 711 grg_encrypt_file_direct (const GRG_CTX gctx, const GRG_KEY keystruct, in grg_encrypt_file_direct() 745 grg_encrypt_file (const GRG_CTX gctx, const GRG_KEY keystruct, in grg_encrypt_file() 797 grg_decrypt_mem (const GRG_CTX gctx, const GRG_KEY keystruct, const void *mem, in grg_decrypt_mem()
|
H A D | test.c | 51 static GRG_KEY key; 128 GRG_KEY key2 = grg_key_gen ("password", -1); in test5() 129 GRG_KEY key3 = grg_key_clone (key); in test5()
|
/dports/security/gringotts/gringotts-1.2.10/src/ |
H A D | grg_pwd.h | 28 GRG_KEY grg_new_pwd_dialog (GtkWidget * parent, gboolean *cancelled); 30 GRG_KEY grg_ask_pwd_dialog (GtkWidget * parent, gboolean *cancelled); 32 GRG_KEY grg_get_cmdline_key (void);
|
H A D | grg_pwd.c | 106 static GRG_KEY 113 GRG_KEY key; in read_pwd_file() 150 static GRG_KEY 156 GRG_KEY key = NULL; in read_pwd_disk() 306 GRG_KEY 312 GRG_KEY key = NULL; in grg_new_pwd_dialog() 551 GRG_KEY 556 GRG_KEY key = NULL; in grg_ask_pwd_dialog() 709 GRG_KEY 713 GRG_KEY ret = NULL; in grg_get_cmdline_key()
|
H A D | grg_entries.h | 95 gint grg_entries_save (gchar * file, GRG_KEY key, GtkWidget * parent); 102 gint grg_load_wrapper (gchar ** txt, GRG_KEY key, const gint fd,
|
H A D | grg_entries.c | 487 grg_entries_save (gchar * file, GRG_KEY key, GtkWidget * parent) in grg_entries_save() 648 grg_load_wrapper (gchar ** txt, GRG_KEY key, const gint fd, in grg_load_wrapper()
|
H A D | grg_popt.c | 47 GRG_KEY key; in dump_content()
|
H A D | gringotts.c | 95 static GRG_KEY key; 602 GRG_KEY tmpkey; in load_file() 937 GRG_KEY tmpkey; in do_new() 1239 GRG_KEY tmpkey, verkey; in chpwd()
|
/dports/deskutils/osmo/osmo-0.4.4/src/ |
H A D | backup.c | 154 GRG_KEY keyholder; in create_backup_file() 364 GRG_KEY keyholder; in backup_restore()
|
H A D | gui.h | 654 GRG_KEY keyholder;
|
H A D | notes_items.c | 394 GRG_KEY keyholder; in notes_add_entry_action_cb()
|