Home
last modified time | relevance | path

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

/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/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/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/cups/
Dohos-add-openssl.patch39 +static X509 *http_create_credential(http_credential_t *credential);
850 + http_credential_t *cred; // Current credential
1388 + * 'http_create_credential()' - Create a single credential in the internal format.
1393 + http_credential_t *credential) // I - Credential
1399 + if (!credential)
1402 + if ((bio = BIO_new_mem_buf(credential->data, credential->datalen)) == NULL)
1414 + * 'http_default_path()' - Get the default credential store path.
/third_party/curl/
Dbackport-CVE-2023-27535-pre1.patch137 /* we prefer a credential match, but this is at least a connection
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_account_appAccount.js43 credential: paramMock.paramStringMock, property
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DREADME-WPS260 The internal credential generation can be disabled with
338 credential.
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DREADME-WPS260 The internal credential generation can be disabled with
338 credential.
/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/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
/third_party/skia/third_party/externals/microhttpd/src/datadir/
Dspdy-draft.txt1430 credential (either missing or invalid), it must reply with a
/third_party/node/deps/npm/changelogs/
DCHANGELOG-2.md2019 1. In some cases, npm was leaking sensitive credential information into the
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md1416 …//github.com/nodejs/node/commit/e93dd4dad6)] - **process**: move POSIX credential accessors into n…
DCHANGELOG_V10.md2407 …ithub.com/nodejs/node/commit/fcf059a667)] - **test**: add test unknown credential error of process…
/third_party/gstreamer/gstplugins_base/
DChangeLog46259 rtsp: add boxed types for new authentication credential API