/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/ |
H A D | devices.c | 149 lws_wifi_creds_t creds; in init_plat_devices() 151 memset(&creds, 0, sizeof(creds)); in init_plat_devices() 153 lws_strncpy(creds.ssid, "xxx", sizeof(creds.ssid)); in init_plat_devices() 154 lws_strncpy(creds.passphrase, "yyy", sizeof(creds.passphrase)); in init_plat_devices() 155 lws_dll2_add_tail(&creds.list, &netdevs->owner_creds); in init_plat_devices() 158 lwsl_err("%s: failed to write bootstrap creds\n", in init_plat_devices()
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
H A D | devices.c | 130 lws_wifi_creds_t creds; in init_plat_devices() 132 memset(&creds, 0, sizeof(creds)); in init_plat_devices() 134 lws_strncpy(creds.ssid, "xxx", sizeof(creds.ssid)); in init_plat_devices() 135 lws_strncpy(creds.passphrase, "xxx", sizeof(creds.passphrase)); in init_plat_devices() 136 lws_dll2_add_tail(&creds.list, &netdevs->owner_creds); in init_plat_devices() 139 lwsl_err("%s: failed to write bootstrap creds\n", in init_plat_devices()
|
/third_party/curl/tests/libtest/ |
H A D | stub_gssapi.c | 65 char creds[MAX_CREDS_LENGTH]; member 97 const char *creds = NULL; in gss_init_sec_context() local 116 creds = getenv("CURL_STUB_GSS_CREDS"); in gss_init_sec_context() 117 if(!creds || strlen(creds) >= MAX_CREDS_LENGTH) { in gss_init_sec_context() 123 if(ctx && strcmp(ctx->creds, creds)) { in gss_init_sec_context() 192 if(strstr(creds, "KRB5")) in gss_init_sec_context() 195 if(strstr(creds, "NTLM")) in gss_init_sec_context() 208 strcpy(ctx->creds, cred in gss_init_sec_context() [all...] |
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/ |
H A D | devices.c | 192 lws_wifi_creds_t creds; in init_plat_devices() 194 memset(&creds, 0, sizeof(creds)); in init_plat_devices() 196 lws_strncpy(creds.ssid, "xxx", sizeof(creds.ssid)); in init_plat_devices() 197 lws_strncpy(creds.passphrase, "yyy", sizeof(creds.passphrase)); in init_plat_devices() 198 lws_dll2_add_tail(&creds.list, &netdevs->owner_creds); in init_plat_devices() 201 lwsl_err("%s: failed to write bootstrap creds\n", in init_plat_devices()
|
/third_party/node/deps/npm/lib/commands/ |
H A D | profile.js | 265 const creds = this.npm.config.getCredentialsByURI(this.npm.config.get('registry')) 268 if (creds.token) { 269 auth.token = creds.token 270 } else if (creds.username) { 271 auth.basic = { username: creds.username, password: creds.password } 272 } else if (creds.auth) { 273 const basic = Buffer.from(creds.auth, 'base64').toString().split(':', 2)
|
H A D | token.js | 161 const creds = this.npm.config.getCredentialsByURI(conf.registry) 162 if (creds.token) { 163 conf.auth = { token: creds.token } 164 } else if (creds.username) { 167 username: creds.username, 168 password: creds.password, 171 } else if (creds.auth) { 172 const auth = Buffer.from(creds.auth, 'base64').toString().split(':', 2)
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | pstream-util.c | 61 void pa_pstream_send_tagstruct_with_creds(pa_pstream *p, pa_tagstruct *t, const pa_creds *creds) { in pa_pstream_send_tagstruct_with_creds() argument 62 if (creds) { in pa_pstream_send_tagstruct_with_creds() 67 a.creds = *creds; in pa_pstream_send_tagstruct_with_creds() 99 void pa_pstream_send_tagstruct_with_creds(pa_pstream *p, pa_tagstruct *t, const pa_creds *creds) { in pa_pstream_send_tagstruct_with_creds() argument
|
H A D | pstream-util.h | 26 #include <pulsecore/creds.h> 29 void pa_pstream_send_tagstruct_with_creds(pa_pstream *p, pa_tagstruct *t, const pa_creds *creds);
|
H A D | iochannel.c | 461 ancil_data->creds.gid = u.cmcred_gid; in pa_iochannel_read_with_ancil_data() 462 ancil_data->creds.uid = u.cmcred_uid; in pa_iochannel_read_with_ancil_data() 464 ancil_data->creds.gid = u.gid; in pa_iochannel_read_with_ancil_data() 465 ancil_data->creds.uid = u.uid; in pa_iochannel_read_with_ancil_data()
|
H A D | mem.h | 25 #include <pulsecore/creds.h>
|
H A D | creds.h | 49 pa_creds creds; member
|
H A D | native-common.c | 25 #include <pulsecore/creds.h>
|
H A D | pdispatch.h | 31 #include <pulsecore/creds.h>
|
H A D | iochannel.h | 31 #include <pulsecore/creds.h>
|
H A D | pstream.h | 34 #include <pulsecore/creds.h>
|
H A D | pstream.c | 39 #include <pulsecore/creds.h> 791 if ((r = pa_iochannel_write_with_creds(p->io, d, l, &p->write_ancil_data->creds)) < 0) in do_write() 907 p->read_ancil_data.creds = b.creds; in do_read()
|
H A D | pdispatch.c | 461 return &pd->ancil_data->creds; in pa_pdispatch_creds()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
H A D | test2.c | 24 "\"creds\":{" 35 "\"creds\": {" 49 "{\"config\":[{\"creds\":{\"key1\":\"\\u0022xxxxxxxxx\\u0022\"}," 52 "{\"creds\":{\"key1\":\"\\u0022xxxxxxxxxxxxx\\u0022\"}," 77 t2_cred_t *creds; member 88 creds, /* the child pointer member */ 91 "creds"), /* outer json object name */ 148 c->creds->key1, c->creds->key2); in t2_config_dump()
|
H A D | main.c | 708 xlws_wifi_creds_t creds; in main() local 714 memset(&creds, 0, sizeof(creds)); in main() 717 lws_strncpy(creds.ssid, "xxx", sizeof(creds.ssid)); in main() 718 lws_strncpy(creds.passphrase, "yyy", sizeof(creds.passphrase)); in main() 719 lws_dll2_add_tail(&creds.list, &netdevs.owner_creds); in main()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_stats.py | 712 creds = None 724 creds = pickle.load(token) 726 if not creds or not creds.valid: 727 if creds and creds.expired and creds.refresh_token: 729 creds.refresh(Request()) 733 creds = flow.run_local_server() 735 pickle.dump(creds, toke [all...] |
/third_party/node/deps/npm/node_modules/npm-profile/lib/ |
H A D | index.js | 12 const { creds } = opts 16 return prompter(creds) 25 const { creds } = opts 29 return prompter(creds)
|
/third_party/protobuf/benchmarks/util/ |
H A D | big_query_utils.py | 21 creds = GoogleCredentials.get_application_default() 23 'bigquery', 'v2', credentials=creds, cache_discovery=False)
|
/third_party/pulseaudio/src/pulse/ |
H A D | context.c | 66 #include <pulsecore/creds.h> 554 const pa_creds *creds; in setup_complete_callback() local 555 if (!(creds = pa_pdispatch_creds(pd)) || getuid() != creds->uid) in setup_complete_callback()
|
/third_party/pulseaudio/src/modules/ |
H A D | ohos_module-protocol-stub.c | 44 #include <pulsecore/creds.h>
|
H A D | module-protocol-stub.c | 44 #include <pulsecore/creds.h>
|