Home
last modified time | relevance | path

Searched refs:gkm_module_C_OpenSession (Results 1 – 9 of 9) sorted by relevance

/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/gnome2-store/
H A Dmock-gnome2-module.c103 rv = gkm_module_C_OpenSession (module, 1, flags, NULL, NULL, &handle); in mock_gnome2_module_open_session()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/ssh-store/
H A Dmock-ssh-module.c102 rv = gkm_module_C_OpenSession (module, 1, flags, NULL, NULL, &handle); in test_ssh_module_open_session()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/gkm/
H A Dmock-module.c85 rv = gkm_module_C_OpenSession (pkcs11_module, 1, flags, NULL, NULL, &handle); in mock_module_open_session()
H A Dgkm-module.h192 CK_RV gkm_module_C_OpenSession (GkmModule *self,
H A Dtest-credential.c334 …rv = gkm_module_C_OpenSession (test->module, 1, CKF_SERIAL_SESSION | CKF_G_APPLICATION_SESSION, &a… in test_value_is_inaccessible_to_applications()
H A Dgkm-module-ep.h251 rv = gkm_module_C_OpenSession (pkcs11_module, id, flags, user_data, callback, handle); in gkm_C_OpenSession()
H A Dgkm-module.c1145 gkm_module_C_OpenSession (GkmModule *self, CK_SLOT_ID id, CK_FLAGS flags, CK_VOID_PTR user_data, in gkm_module_C_OpenSession() function
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/xdg-store/
H A Dmock-xdg-module.c188 rv = gkm_module_C_OpenSession (module, 1, flags, NULL, NULL, &handle); in mock_xdg_module_open_session()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/secret-store/
H A Dmock-secret-module.c133 rv = gkm_module_C_OpenSession (module, 1, flags, NULL, NULL, &handle); in test_secret_module_open_session()