Home
last modified time | relevance | path

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

12

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtsp.c693 GstRTSPAuthCredential **credential; in GST_START_TEST() local
707 credential = credentials; in GST_START_TEST()
708 fail_unless_equals_int ((*credential)->scheme, GST_RTSP_AUTH_BASIC); in GST_START_TEST()
709 param = (*credential)->params; in GST_START_TEST()
711 credential++; in GST_START_TEST()
712 fail_unless (*credential == NULL); in GST_START_TEST()
730 credential = credentials; in GST_START_TEST()
731 fail_unless_equals_int ((*credential)->scheme, GST_RTSP_AUTH_BASIC); in GST_START_TEST()
732 param = (*credential)->params; in GST_START_TEST()
734 credential++; in GST_START_TEST()
[all …]
/third_party/grpc/src/csharp/Grpc.Auth/
DGoogleAuthInterceptors.cs43 public static AsyncAuthInterceptor FromCredential(ITokenAccess credential) in FromCredential() argument
45 if (credential is ITokenAccessWithHeaders credentialWithHeaders) in FromCredential()
52 …var accessToken = await credential.GetAccessTokenForRequestAsync(context.ServiceUrl, CancellationT… in FromCredential()
63 public static AsyncAuthInterceptor FromCredential(ITokenAccessWithHeaders credential) in FromCredential() argument
67 …AccessTokenWithHeaders tokenAndHeaders = await credential.GetAccessTokenWithHeadersForRequestAsync… in FromCredential()
DGoogleGrpcCredentials.cs64 public static CallCredentials ToCallCredentials(this ITokenAccess credential) in ToCallCredentials() argument
66 … return CallCredentials.FromInterceptor(GoogleAuthInterceptors.FromCredential(credential)); in ToCallCredentials()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-HS2034 network block or credential. If a credential is picked (based on ANQP
40 whenever needed based on ANQP information and the credential.
48 will internally determine which network or credential is going to be
104 # credential block
106 # Each credential used for automatic network selection is configured as a set
110 # credential fields:
112 # temporary: Whether this credential is temporary and not to be saved
119 # network (based on either an enabled network block or a credential)
194 # points support authentication with this credential. This is an
197 # pre-configured with the credential since the NAI Realm information
[all …]
DREADME-WPS49 an Enrollee to enroll new network credential or as a Registrar to
218 processing the credential attributes and updating wpa_supplicant
DChangeLog23 * fixed Hotspot 2.0 credential selection based on roaming consortium
300 * Interworking: add credential realm to EAP-TLS identity
730 * added a new cred block parameter 'temporary' to allow credential
850 - credential configuration and automatic network selections based on
851 credential match with ANQP information
872 credential for P2P use cases
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-HS2034 network block or credential. If a credential is picked (based on ANQP
40 whenever needed based on ANQP information and the credential.
48 will internally determine which network or credential is going to be
104 # credential block
106 # Each credential used for automatic network selection is configured as a set
110 # credential fields:
112 # temporary: Whether this credential is temporary and not to be saved
119 # network (based on either an enabled network block or a credential)
194 # points support authentication with this credential. This is an
197 # pre-configured with the credential since the NAI Realm information
[all …]
DREADME-WPS49 an Enrollee to enroll new network credential or as a Registrar to
218 processing the credential attributes and updating wpa_supplicant
DChangeLog76 * fixed Hotspot 2.0 credential selection based on roaming consortium
353 * Interworking: add credential realm to EAP-TLS identity
783 * added a new cred block parameter 'temporary' to allow credential
903 - credential configuration and automatic network selections based on
904 credential match with ANQP information
925 credential for P2P use cases
/third_party/grpc/examples/python/auth/
DREADME.md9 1. Server SSL credential setup
10 2. Client SSL credential setup
14 Also, the guide talks about gRPC specific credential types.
/third_party/node/lib/internal/crypto/
Dcipher.js96 function createCipherBase(cipher, credential, options, decipher, iv) { argument
101 this[kHandle].init(cipher, credential, authTagLength);
103 this[kHandle].initiv(cipher, credential, iv, authTagLength);
/third_party/libwebsockets/plugins/deaddrop/
DREADME.md13 |basic-auth|Path to basic auth credential file so wss can also be protected|
79 the wss serving also depend on having a valid basic auth credential.
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspmessage.c1507 gst_rtsp_auth_credential_free (GstRTSPAuthCredential * credential) in gst_rtsp_auth_credential_free() argument
1511 if (credential == NULL) in gst_rtsp_auth_credential_free()
1514 for (p = credential->params; p != NULL && *p != NULL; ++p) in gst_rtsp_auth_credential_free()
1517 g_free (credential->params); in gst_rtsp_auth_credential_free()
1518 g_free (credential->authorization); in gst_rtsp_auth_credential_free()
1519 g_free (credential); in gst_rtsp_auth_credential_free()
/third_party/curl/tests/data/
Dtest208130 Automatic referrer credential and anchor stripping check
/third_party/grpc/tools/internal_ci/helper_scripts/
Dprepare_build_windows.bat26 @rem 2. make fetching default GCE credential by oauth2client work
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs368 …ITokenAccess credential = (await GoogleCredential.GetApplicationDefaultAsync()).CreateScoped(new[]… in RunOAuth2AuthTokenAsync()
369 string oauth2Token = await credential.GetAccessTokenForRequestAsync(); in RunOAuth2AuthTokenAsync()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_account_appAccount.js43 credential: paramMock.paramStringMock, property
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DREADME-WPS260 The internal credential generation can be disabled with
338 credential.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DREADME-WPS260 The internal credential generation can be disabled with
338 credential.
/third_party/libnl/
DChangeLog138 o Add support for credential passing over netlink sockets (API BREAK)
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c6295 GstRTSPAuthCredential **credentials, **credential; in gst_rtspsrc_parse_auth_hdr() local
6307 credential = credentials; in gst_rtspsrc_parse_auth_hdr()
6308 while (*credential) { in gst_rtspsrc_parse_auth_hdr()
6309 if ((*credential)->scheme == GST_RTSP_AUTH_BASIC) { in gst_rtspsrc_parse_auth_hdr()
6311 } else if ((*credential)->scheme == GST_RTSP_AUTH_DIGEST) { in gst_rtspsrc_parse_auth_hdr()
6312 GstRTSPAuthParam **param = (*credential)->params; in gst_rtspsrc_parse_auth_hdr()
6329 credential++; in gst_rtspsrc_parse_auth_hdr()
/third_party/grpc/doc/
Dinterop-test-descriptions.md656 wishes to use service account credential instead of JWT credential. For testing
/third_party/libwebsockets/
Dchangelog629 - ESP32 4 x WLAN credential slots may be configured
/third_party/typescript/lib/
Dlib.dom.d.ts1315 credential?: string | RTCOAuthCredential; property
3739 store(credential: Credential): Promise<Credential>;
14843 readonly credential: ScopedCredential; property
16455 readonly credential: ScopedCredential; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts1295 credential?: string | RTCOAuthCredential; property
3719 store(credential: Credential): Promise<Credential>;
14823 readonly credential: ScopedCredential; property
16435 readonly credential: ScopedCredential; property

12