Home
last modified time | relevance | path

Searched refs:get_slot_info (Results 1 – 25 of 25) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/prov/pkcs11/
H A Dp11_slot.cpp19 SlotInfo Slot::get_slot_info() const in get_slot_info() function in Botan::PKCS11::Slot
H A Dp11_types.h106 SlotInfo get_slot_info() const;
/dports/security/botan2/Botan-2.18.2/src/lib/prov/pkcs11/
H A Dp11_slot.cpp19 SlotInfo Slot::get_slot_info() const in get_slot_info() function in Botan::PKCS11::Slot
H A Dp11_types.h106 SlotInfo get_slot_info() const;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/prov/pkcs11/
H A Dp11_slot.cpp19 SlotInfo Slot::get_slot_info() const in get_slot_info() function in Botan::PKCS11::Slot
H A Dp11_types.h106 SlotInfo get_slot_info() const;
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/ssh-store/
H A Dgkm-ssh-module.c252 module_class->get_slot_info = gkm_ssh_module_real_get_slot_info; in gkm_ssh_module_class_init()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/gkm/
H A Dgkm-module.h54 const CK_SLOT_INFO* (*get_slot_info) (GkmModule *self); member
H A Dgkm-module.c732 klass->get_slot_info = gkm_module_real_get_slot_info; in gkm_module_class_init()
1031 g_return_val_if_fail (klass->get_slot_info, CKR_GENERAL_ERROR); in gkm_module_C_GetSlotInfo()
1033 original = (klass->get_slot_info) (self); in gkm_module_C_GetSlotInfo()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/gnome2-store/
H A Dgkm-gnome2-module.c334 module_class->get_slot_info = gkm_gnome2_module_real_get_slot_info; in gkm_gnome2_module_class_init()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/secret-store/
H A Dgkm-secret-module.c491 module_class->get_slot_info = gkm_secret_module_real_get_slot_info; in gkm_secret_module_class_init()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_pkcs11_high_level.cpp240 SlotInfo info = slot.get_slot_info(); in test_get_slot_info()
274 slot.get_slot_info(); in test_slot_invalid_id()
1121 SlotInfo info = slot.get_slot_info(); in test_ecdsa_sign_verify_core()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_pkcs11_high_level.cpp240 SlotInfo info = slot.get_slot_info(); in test_get_slot_info()
274 slot.get_slot_info(); in test_slot_invalid_id()
1121 SlotInfo info = slot.get_slot_info(); in test_ecdsa_sign_verify_core()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/xdg-store/
H A Dgkm-xdg-module.c582 module_class->get_slot_info = gkm_xdg_module_real_get_slot_info; in gkm_xdg_module_class_init()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/api_ref/
H A Dpkcs11.rst248 .. cpp:function:: SlotInfo get_slot_info() const
284 Botan::PKCS11::SlotInfo slot_info = slot.get_slot_info();
/dports/security/botan2/Botan-2.18.2/doc/api_ref/
H A Dpkcs11.rst248 .. cpp:function:: SlotInfo get_slot_info() const
284 Botan::PKCS11::SlotInfo slot_info = slot.get_slot_info();
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/api_ref/
H A Dpkcs11.rst248 .. cpp:function:: SlotInfo get_slot_info() const
284 Botan::PKCS11::SlotInfo slot_info = slot.get_slot_info();
/dports/www/firefox/firefox-99.0/third_party/rust/pkcs11/src/
H A Dtests.rs174 let res = ctx.get_slot_info(slot); in ctx_get_slot_infos()
H A Dlib.rs356 pub fn get_slot_info(&self, slot_id: CK_SLOT_ID) -> Result<CK_SLOT_INFO, Error> { in get_slot_info() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/pkcs11/src/
H A Dtests.rs174 let res = ctx.get_slot_info(slot); in ctx_get_slot_infos()
H A Dlib.rs356 pub fn get_slot_info(&self, slot_id: CK_SLOT_ID) -> Result<CK_SLOT_INFO, Error> { in get_slot_info() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/pkcs11/src/
H A Dtests.rs174 let res = ctx.get_slot_info(slot); in ctx_get_slot_infos()
H A Dlib.rs356 pub fn get_slot_info(&self, slot_id: CK_SLOT_ID) -> Result<CK_SLOT_INFO, Error> { in get_slot_info() method
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/pkcs11/src/
H A Dtests.rs174 let res = ctx.get_slot_info(slot); in ctx_get_slot_infos()
H A Dlib.rs353 pub fn get_slot_info(&self, slot_id: CK_SLOT_ID) -> Result<CK_SLOT_INFO, Error> { in get_slot_info() method