Home
last modified time | relevance | path

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

12

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/authenticator-0.2.6/src/
H A Dcapi.rs10 use U2FManager;
36 pub extern "C" fn rust_u2f_mgr_new() -> *mut U2FManager { in rust_u2f_mgr_new()
37 if let Ok(mgr) = U2FManager::new() { in rust_u2f_mgr_new()
45 pub unsafe extern "C" fn rust_u2f_mgr_free(mgr: *mut U2FManager) { in rust_u2f_mgr_free() argument
159 mgr: *mut U2FManager, in rust_u2f_mgr_register() argument
213 mgr: *mut U2FManager, in rust_u2f_mgr_sign() argument
265 pub unsafe extern "C" fn rust_u2f_mgr_cancel(mgr: *mut U2FManager) { in rust_u2f_mgr_cancel() argument
H A Dmanager.rs34 pub struct U2FManager { struct
39 impl U2FManager { impl
184 impl Drop for U2FManager { implementation
H A Dlib.rs61 pub use manager::U2FManager;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/webauthn/u2f-hid-rs/src/
H A Dcapi.rs10 use U2FManager;
36 pub extern "C" fn rust_u2f_mgr_new() -> *mut U2FManager { in rust_u2f_mgr_new()
37 if let Ok(mgr) = U2FManager::new() { in rust_u2f_mgr_new()
45 pub unsafe extern "C" fn rust_u2f_mgr_free(mgr: *mut U2FManager) { in rust_u2f_mgr_free() argument
159 mgr: *mut U2FManager, in rust_u2f_mgr_register() argument
213 mgr: *mut U2FManager, in rust_u2f_mgr_sign() argument
265 pub unsafe extern "C" fn rust_u2f_mgr_cancel(mgr: *mut U2FManager) -> u64 { in rust_u2f_mgr_cancel()
H A Dmanager.rs34 pub struct U2FManager { struct
39 impl U2FManager { impl
187 impl Drop for U2FManager { implementation
H A Dlib.rs46 pub use manager::U2FManager;
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/authenticator/src/
H A Dcapi.rs10 use U2FManager;
39 pub extern "C" fn rust_u2f_mgr_new() -> *mut U2FManager { in rust_u2f_mgr_new()
40 if let Ok(mgr) = U2FManager::new() { in rust_u2f_mgr_new()
52 pub unsafe extern "C" fn rust_u2f_mgr_free(mgr: *mut U2FManager) { in rust_u2f_mgr_free() argument
203 mgr: *mut U2FManager, in rust_u2f_mgr_register() argument
260 mgr: *mut U2FManager, in rust_u2f_mgr_sign() argument
315 pub unsafe extern "C" fn rust_u2f_mgr_cancel(mgr: *mut U2FManager) { in rust_u2f_mgr_cancel() argument
H A Dmanager.rs34 pub struct U2FManager { struct
39 impl U2FManager { argument
184 impl Drop for U2FManager { implementation
H A Dlib.rs66 pub use manager::U2FManager;
/dports/security/nextcloud-twofactor_u2f/twofactor_u2f/lib/Listener/
H A DStateChangeRegistryUpdater.php19 use OCA\TwoFactorU2F\Service\U2FManager; alias
29 /** @var U2FManager */
35 …public function __construct(IRegistry $providerRegistry, U2FManager $manager, U2FProvider $provide…
/dports/security/nextcloud-twofactor_u2f/twofactor_u2f/lib/Controller/
H A DSettingsController.php19 use OCA\TwoFactorU2F\Service\U2FManager; alias
27 /** @var U2FManager */
33 …public function __construct(string $appName, IRequest $request, U2FManager $manager, IUserSession …
/dports/www/firefox/firefox-99.0/third_party/rust/authenticator/src/
H A Dmanager.rs38 pub struct U2FManager { struct
43 impl U2FManager { impl
113 impl AuthenticatorTransport for U2FManager { implementation
193 impl Drop for U2FManager { implementation
H A Dlib.rs71 pub use crate::manager::U2FManager;
H A Dauthenticatorservice.rs81 match crate::U2FManager::new() { in add_u2f_usb_hid_platform_transports()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/authenticator/src/
H A Dmanager.rs38 pub struct U2FManager { struct
43 impl U2FManager { implementation
113 impl AuthenticatorTransport for U2FManager { implementation
193 impl Drop for U2FManager { implementation
H A Dlib.rs71 pub use crate::manager::U2FManager;
H A Dauthenticatorservice.rs81 match crate::U2FManager::new() { in add_u2f_usb_hid_platform_transports()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/authenticator/src/
H A Dmanager.rs38 pub struct U2FManager { struct
43 impl U2FManager { argument
113 impl AuthenticatorTransport for U2FManager { implementation
193 impl Drop for U2FManager { implementation
H A Dlib.rs71 pub use crate::manager::U2FManager;
/dports/security/nextcloud-twofactor_u2f/twofactor_u2f/lib/Provider/
H A DU2FProvider.php18 use OCA\TwoFactorU2F\Service\U2FManager; alias
38 /** @var U2FManager */
51 U2FManager $manager,
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/authenticator-0.2.6/examples/
H A Dmain.rs8 use authenticator::{AuthenticatorTransports, KeyHandle, RegisterFlags, SignFlags, U2FManager};
60 let manager = U2FManager::new().unwrap(); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/authenticator/examples/
H A Dmain.rs8 use authenticator::{AuthenticatorTransports, KeyHandle, RegisterFlags, SignFlags, U2FManager};
60 let manager = U2FManager::new().unwrap(); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/webauthn/u2f-hid-rs/examples/
H A Dmain.rs12 use u2fhid::{AuthenticatorTransports, KeyHandle, RegisterFlags, SignFlags, U2FManager};
59 let manager = U2FManager::new().unwrap(); in main()
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/lib/Listener/
H A DStateChangeRegistryUpdater.php50 /** @var U2FManager */
/dports/security/nextcloud-twofactor_u2f/twofactor_u2f/lib/Service/
H A DU2FManager.php32 class U2FManager { class

12