Home
last modified time | relevance | path

Searched refs:GKM_SERIALIZABLE (Results 1 – 7 of 7) sorted by relevance

/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/gnome2-store/
H A Dtest-gnome2-private-key.c90 if (!gkm_serializable_load (GKM_SERIALIZABLE (test->key), login, test->key_data)) in setup()
117 if (gkm_serializable_load (GKM_SERIALIZABLE (key), NULL, test->key_data)) in test_load_private_key()
121 if (!gkm_serializable_load (GKM_SERIALIZABLE (key), login, test->key_data)) in test_load_private_key()
137 data = gkm_serializable_save (GKM_SERIALIZABLE (test->key), NULL); in test_save_private_key()
145 data = gkm_serializable_save (GKM_SERIALIZABLE (test->key), login); in test_save_private_key()
H A Dgkm-gnome2-storage.c555 if (gkm_serializable_load (GKM_SERIALIZABLE (object), self->login, bytes)) in data_file_entry_added()
650 if (!gkm_serializable_load (GKM_SERIALIZABLE (object), old_login, bytes)) { in relock_object()
661 bytes = gkm_serializable_save (GKM_SERIALIZABLE (object), new_login); in relock_object()
1146 data = gkm_serializable_save (GKM_SERIALIZABLE (object), is_private ? self->login : NULL); in gkm_gnome2_storage_create()
H A Dtest-gnome2-storage.c109 if (!gkm_serializable_load (GKM_SERIALIZABLE (test->new_object), NULL, bytes)) in setup_module()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/gkm/
H A Dgkm-serializable.h31 #define GKM_SERIALIZABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GKM_TYPE_SERIALIZ… macro
H A Dtest-certificate.c82 if (!gkm_serializable_load (GKM_SERIALIZABLE (certificate), NULL, data)) in create_certificate_object()
H A Dgkm-certificate.c146 ret = gkm_serializable_load (GKM_SERIALIZABLE (cert), NULL, bytes); in factory_create_certificate()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/xdg-store/
H A Dgkm-xdg-module.c255 if (gkm_serializable_load (GKM_SERIALIZABLE (object), NULL, bytes)) { in file_load()
464 bytes = gkm_serializable_save (GKM_SERIALIZABLE (object), NULL); in gkm_xdg_module_real_store_token_object()