Home
last modified time | relevance | path

Searched refs:configurator (Results 1 – 25 of 30) sorted by relevance

12

/third_party/grpc/src/csharp/Grpc.Core.Api/
DCallCredentials.cs57 …act void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state); in InternalPopulateConfiguration() argument
69 …ride void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument
71 configurator.SetCompositeCredentials(state, credentials); in InternalPopulateConfiguration()
84 …ride void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument
86 configurator.SetAsyncAuthInterceptorCredentials(state, interceptor); in InternalPopulateConfiguration()
DChannelCredentials.cs70 … void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator, object state); in InternalPopulateConfiguration() argument
79 …e void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument
81 configurator.SetInsecureCredentials(state); in InternalPopulateConfiguration()
111 …e void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument
113 configurator.SetCompositeCredentials(state, channelCredentials, callCredentials); in InternalPopulateConfiguration()
DSslCredentials.cs113 …e void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument
115configurator.SetSslCredentials(state, rootCertificates, keyCertificatePair, verifyPeerCallback); in InternalPopulateConfiguration()
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DDefaultCallCredentialsConfigurator.cs80 var configurator = new DefaultCallCredentialsConfigurator(); in ToNativeCredentials()
81 credentials.InternalPopulateConfiguration(configurator, credentials); in ToNativeCredentials()
82 return configurator.NativeCredentials; in ToNativeCredentials()
DDefaultChannelCredentialsConfigurator.cs158 var configurator = new DefaultChannelCredentialsConfigurator(); in ToNativeCredentials()
159 credentials.InternalPopulateConfiguration(configurator, credentials); in ToNativeCredentials()
160 return configurator.NativeCredentials; in ToNativeCredentials()
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DFakeCredentials.cs37 …e void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument
45 …ride void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument
/third_party/mindspore/mindspore/lite/micro/coder/
Dconfig.h29 static Configurator configurator; in GetInstance() local
30 return &configurator; in GetInstance()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-DPP123 > dpp_auth_init peer=<qr-code-id> conf=<ap-dpp|sta-dpp> configurator=<configurator-id>
158 (returns configurator id)
159 > dpp_configurator_sign conf=<ap-dpp|sta-dpp> configurator=<configurator-id>
Ddpp_supplicant.c1153 if (wpa_s->dpp_auth->configurator) { in wpas_dpp_auth_success()
1161 if (wpa_s->dpp_auth->configurator) in wpas_dpp_auth_success()
1887 if (wpa_s->dpp_auth_ok_on_ack && auth->configurator) { in wpas_dpp_gas_req_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-DPP130 …uth_init peer=<qr-code-id> conf=<ap-dpp|sta-dpp> ssid=<SSID hexdump> configurator=<configurator-id>
167 (returns configurator id)
168 > dpp_configurator_sign conf=<ap-dpp|sta-dpp> configurator=<configurator-id> ssid=<SSID hexdump>
Ddpp_supplicant.c1772 if (wpa_s->dpp_auth->configurator) { in wpas_dpp_auth_success()
1780 if (wpa_s->dpp_auth->configurator) in wpas_dpp_auth_success()
2284 if (!auth || !auth->reconfig || !auth->configurator) { in wpas_dpp_rx_reconfig_auth_resp()
2328 if (!auth || !auth->reconfig || auth->configurator) { in wpas_dpp_rx_reconfig_auth_conf()
2978 if (wpa_s->dpp_auth_ok_on_ack && auth->configurator) { in wpas_dpp_gas_req_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_auth.c349 auth->r_capab = auth->configurator ? DPP_CAPAB_CONFIGURATOR : in dpp_auth_build_resp()
363 pos[-1] = auth->configurator ? DPP_CAPAB_ENROLLEE : in dpp_auth_build_resp()
850 auth->configurator = 1; in dpp_auth_req_rx()
859 auth->configurator = 0; in dpp_auth_req_rx()
864 auth->configurator = 0; in dpp_auth_req_rx()
867 auth->configurator = 1; in dpp_auth_req_rx()
918 auth->configurator = 1; in dpp_auth_req_rx()
920 auth->configurator = 0; in dpp_auth_req_rx()
1187 auth->configurator = !!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR); in dpp_auth_init()
1384 if ((auth->configurator && role != DPP_CAPAB_ENROLLEE) || in dpp_auth_resp_rx_status()
[all …]
Ddpp_tcp.c243 } else if (conn->auth && (conn->ctrl || conn->auth->configurator) && in dpp_tcp_send()
316 if (auth->configurator) { in dpp_controller_auth_success()
324 if (!auth->configurator) in dpp_controller_auth_success()
758 if (!conn->ctrl && (!auth || !auth->configurator)) in dpp_controller_rx_conf_result()
942 if (!auth || !auth->reconfig || !auth->configurator) { in dpp_controller_rx_reconfig_auth_resp()
1119 if (!auth || (!conn->ctrl && !auth->configurator) || in dpp_controller_rx_gas_req()
1177 if (!auth || (!conn->ctrl && !auth->configurator) || in dpp_controller_rx_gas_comeback_req()
Ddpp_reconfig.c285 auth->configurator = 1; in dpp_reconfig_init()
667 if (!auth->reconfig || !auth->configurator) in dpp_reconfig_auth_resp_rx()
847 if (!auth->reconfig || auth->configurator) in dpp_reconfig_auth_conf_rx()
Ddpp_i.h18 struct dl_list configurator; /* struct dpp_configurator */ member
Ddpp.c1180 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_get_id()
4165 dl_list_for_each(conf, &dpp->configurator, struct dpp_configurator, in dpp_next_configurator_id()
4209 dl_list_add(&dpp->configurator, &conf->list); in dpp_configurator_add()
4231 dl_list_for_each_safe(conf, tmp, &dpp->configurator, in dpp_configurator_del()
4319 dl_list_add(&dpp->configurator, &conf->list); in dpp_configurator_from_backup()
4332 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_find_kid()
4356 dl_list_init(&dpp->configurator); in dpp_global_init()
/third_party/python/Lib/logging/
Dconfig.py293 result = self.configurator.convert(value)
305 result = self.configurator.convert(value)
376 self.config.configurator = self
447 value.configurator = self
450 value.configurator = self
454 value.configurator = self
/third_party/alsa-utils/
DREADME.md12 alsaconf | the ALSA driver configurator script
/third_party/alsa-utils/alsaconf/po/
Dja.po23 msgid "ALSA configurator"
90 " This script is a configurator for\n"
Dru.po26 msgid "ALSA configurator"
95 " This script is a configurator for\n"
Deu.po25 msgid "ALSA configurator"
103 " This script is a configurator for\n"
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c124 struct dl_list configurator; /* struct dpp_configurator */ member
1954 auth->r_capab = auth->configurator ? DPP_CAPAB_CONFIGURATOR : in dpp_auth_build_resp()
1968 pos[-1] = auth->configurator ? DPP_CAPAB_ENROLLEE : in dpp_auth_build_resp()
2244 auth->configurator = !!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR); in dpp_auth_init()
3253 auth->configurator = 1; in dpp_auth_req_rx()
3262 auth->configurator = 0; in dpp_auth_req_rx()
3267 auth->configurator = 0; in dpp_auth_req_rx()
3270 auth->configurator = 1; in dpp_auth_req_rx()
3321 auth->configurator = 1; in dpp_auth_req_rx()
3323 auth->configurator = 0; in dpp_auth_req_rx()
[all …]
Ddpp.h221 int configurator; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddpp_hostapd.c1032 if (hapd->dpp_auth->configurator) { in hostapd_dpp_auth_success()
1040 if (!hapd->dpp_auth->configurator) in hostapd_dpp_auth_success()
1439 if (!auth || !auth->reconfig || !auth->configurator) { in hostapd_dpp_rx_reconfig_auth_resp()
2041 if (hapd->dpp_auth_ok_on_ack && auth->configurator) { in hostapd_dpp_gas_req_handler()
/third_party/node/deps/npm/node_modules/config-chain/
Dreadme.markdown111 .addUrl('http://configurator:1234/my-configs')

12