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 D | mock-gnome2-module.c | 103 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 D | mock-ssh-module.c | 102 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 D | mock-module.c | 85 rv = gkm_module_C_OpenSession (pkcs11_module, 1, flags, NULL, NULL, &handle); in mock_module_open_session()
|
H A D | gkm-module.h | 192 CK_RV gkm_module_C_OpenSession (GkmModule *self,
|
H A D | test-credential.c | 334 …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 D | gkm-module-ep.h | 251 rv = gkm_module_C_OpenSession (pkcs11_module, id, flags, user_data, callback, handle); in gkm_C_OpenSession()
|
H A D | gkm-module.c | 1145 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 D | mock-xdg-module.c | 188 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 D | mock-secret-module.c | 133 rv = gkm_module_C_OpenSession (module, 1, flags, NULL, NULL, &handle); in test_secret_module_open_session()
|