Home
last modified time | relevance | path

Searched refs:GetAssertionResponse (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DWebAuthnTokenManager.java361 public static class GetAssertionResponse { class in WebAuthnTokenManager
368 public GetAssertionResponse( in GetAssertionResponse() method in WebAuthnTokenManager.GetAssertionResponse
397 private static GeckoResult<GetAssertionResponse> getAssertion( in getAssertion()
455 final GeckoResult<GetAssertionResponse> result = new GeckoResult<>(); in getAssertion()
500 new WebAuthnTokenManager.GetAssertionResponse( in getAssertion()
518 private static GeckoResult<GetAssertionResponse> webAuthnGetAssertion( in webAuthnGetAssertion()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DWebAuthnTokenManager.java350 public static class GetAssertionResponse { class in WebAuthnTokenManager
357 public GetAssertionResponse(final byte[] clientDataJson, final byte[] keyHandle, in GetAssertionResponse() method in WebAuthnTokenManager.GetAssertionResponse
384 public static GeckoResult<GetAssertionResponse> getAssertion(final byte[] challenge, in getAssertion()
444 final GeckoResult<GetAssertionResponse> result = new GeckoResult<>(); in getAssertion()
469 result.complete(new WebAuthnTokenManager.GetAssertionResponse( in getAssertion()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DWebAuthnTokenManager.java350 public static class GetAssertionResponse { class in WebAuthnTokenManager
357 public GetAssertionResponse(final byte[] clientDataJson, final byte[] keyHandle, in GetAssertionResponse() method in WebAuthnTokenManager.GetAssertionResponse
384 public static GeckoResult<GetAssertionResponse> getAssertion(final byte[] challenge, in getAssertion()
444 final GeckoResult<GetAssertionResponse> result = new GeckoResult<>(); in getAssertion()
469 result.complete(new WebAuthnTokenManager.GetAssertionResponse( in getAssertion()
/dports/www/firefox/firefox-99.0/dom/webauthn/
H A DAndroidWebAuthnTokenManager.cpp39 aData.IsInstanceOf<java::WebAuthnTokenManager::GetAssertionResponse>()); in Java2Native()
40 java::WebAuthnTokenManager::GetAssertionResponse::LocalRef response(aData); in Java2Native()
423 const java::WebAuthnTokenManager::GetAssertionResponse::LocalRef& in AndroidWebAuthnResult()
H A DAndroidWebAuthnTokenManager.h41 const java::WebAuthnTokenManager::GetAssertionResponse::LocalRef&
/dports/security/p5-Net-SAML/zxid-1.42/sg/
H A Dliberty-idwsf-idp-v1.0.sg39 GetAssertionResponse -> %idp:GetAssertionResponseType
H A Dwsf-soap11.sg291 idp:GetAssertionResponse?
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/cros_system_api/dbus/u2f/
H A Du2f_interface.proto83 message GetAssertionResponse { message
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/webauth/
H A DAuthenticatorImpl.java131 PublicKeyCredentialRequestOptions options, GetAssertionResponse callback) { in getAssertion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/cros_system_api/dbus/u2f/
H A Du2f_interface.proto97 message GetAssertionResponse { message
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/cros/
H A Dauthenticator.cc222 u2f::GetAssertionResponse resp; in OnGetAssertionResp()
/dports/security/p5-Net-SAML/zxid-1.42/c/
H A Dzx-e-dec.c819 if (!x->GetAssertionResponse) in zx_DEC_ELEM_e_Body()
820 x->GetAssertionResponse = (struct zx_idp_GetAssertionResponse_s*)el; in zx_DEC_ELEM_e_Body()
H A Dzx-e-data.h220 struct zx_idp_GetAssertionResponse_s* GetAssertionResponse; /* {0,1} nada */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/cros/
H A Dauthenticator.cc248 u2f::GetAssertionResponse resp; in OnGetAssertionResp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/mojom/webauthn/
H A Dauthenticator.mojom374 // |GetAssertionResponse| will be set if and only if status == SUCCESS.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/mojom/webauthn/
H A Dauthenticator.mojom480 // |GetAssertionResponse| will be set if and only if status == SUCCESS.