HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 326 - 350 of 530) sorted by null

<<11121314151617181920>>

  /external/openssl/apps/
apps.h 120 #include <openssl/conf.h>
145 CONF *config=NULL;
148 extern CONF *config;
155 extern CONF *config;
247 int add_oid_section(BIO *err, CONF *conf);
270 int load_config(BIO *err, CONF *cnf);
  /external/openssl/crypto/conf/
keysets.pl 55 /* crypto/conf/conf_def.h */
  /external/wpa_supplicant_8/src/ap/
preauth_auth.c 153 if (hapd->conf->rsn_preauth_interfaces == NULL)
156 tmp = os_strdup(hapd->conf->rsn_preauth_interfaces);
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 291 const struct eapol_config *conf);
361 struct eapol_config *conf)
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 250 if (wpa_s->conf->ctrl_interface == NULL)
253 pbuf = os_strdup(wpa_s->conf->ctrl_interface);
336 buf = os_strdup(wpa_s->conf->ctrl_interface);
341 wpa_s->conf->ctrl_interface);
355 gid_str = wpa_s->conf->ctrl_interface_group;
539 if (wpa_s->conf->ctrl_interface == NULL)
595 if (priv->wpa_s->conf->ctrl_interface == NULL)
597 buf = os_strdup(priv->wpa_s->conf->ctrl_interface);
ctrl_iface.c 245 wpa_config_set_blob(wpa_s->conf, blob);
430 ret = wpa_config_process_global(wpa_s->conf, cmd, -1);
449 if (wpa_s->conf->country[0] && wpa_s->conf->country[1])
451 wpa_s->conf->country[0],
452 wpa_s->conf->country[1]);
567 if ((wpa_s->conf->tdls_external_control) &&
604 if ((wpa_s->conf->tdls_external_control) &&
    [all...]
events.c 107 if (wpa_s->conf->ap_scan == 1 && wpa_s->current_ssid) {
315 wpa_s->scard != NULL || wpa_s->conf->external_sim)
353 wpa_s->scard = scard_init(wpa_s->conf->pcsc_reader);
483 wpa_s->conf->pmf : ssid->ieee80211w) ==
1008 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
1017 for (prio = 0; prio < wpa_s->conf->num_prio; prio++) {
1019 wpa_s->conf->pssid[prio]->priority) {
1026 wpa_s, wpa_s->conf->pssid[prio],
1133 for (prio = 0; prio < wpa_s->conf->num_prio; prio++) {
1134 for (ssid = wpa_s->conf->pssid[prio]; ssid; ssid = ssid->pnext
    [all...]
  /frameworks/base/media/java/android/media/audiopolicy/
AudioPolicyConfig.java 45 protected AudioPolicyConfig(AudioPolicyConfig conf) {
46 mMixes = conf.mMixes;
  /external/fsck_msdos/
fat.c 455 int conf; local
521 conf = tryclear(boot, fat, head, &fat[p].next);
523 if (conf == FSERROR) {
541 conf |= FSFATMOD;
543 ret |= conf;
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_cp.c 188 struct ieee802_1x_cp_conf conf; local
194 ieee802_1x_kay_cp_conf(sm->kay, &conf);
195 sm->protect_frames = conf.protect;
196 sm->replay_protect = conf.replay_protect;
197 sm->validate_frames = conf.validate;
  /external/tcpdump/
configure 513 rm -f conf$$ conf$$.exe conf$$.file
514 if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
520 if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 132 static struct tls_context * tls_context_new(const struct tls_config *conf)
137 if (conf) {
138 context->event_cb = conf->event_cb;
139 context->cb_ctx = conf->cb_ctx;
140 context->cert_in_cb = conf->cert_in_cb;
746 void * tls_init(const struct tls_config *conf)
752 tls_global = context = tls_context_new(conf);
757 if (conf && conf->fips_mode) {
770 if (conf && conf->fips_mode)
    [all...]
  /external/libpcap/
configure 513 rm -f conf$$ conf$$.exe conf$$.file
514 if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
520 if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ucsdetst.c 175 int32_t conf; local
186 conf = ucsdet_getConfidence(match, &status);
192 if (conf != 100) {
193 log_err("Did not get 100%% confidence for UTF-16BE: got %d\n", conf);
206 conf = ucsdet_getConfidence(match, &status);
213 if (conf != 100) {
214 log_err("Did not get 100%% confidence for UTF-16LE: got %d\n", conf);
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 175 int32_t conf; local
186 conf = ucsdet_getConfidence(match, &status);
192 if (conf != 100) {
193 log_err("Did not get 100%% confidence for UTF-16BE: got %d\n", conf);
206 conf = ucsdet_getConfidence(match, &status);
213 if (conf != 100) {
214 log_err("Did not get 100%% confidence for UTF-16LE: got %d\n", conf);
  /external/libvorbis/
configure 44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
46 chmod +x conf$$.sh
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
52 rm -f conf$$.sh
492 rm -f conf$$ conf$$.exe conf$$.file
493 if test -d conf$$.dir; then
494 rm -f conf$$.dir/conf$$.fil
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Makefile 113 # pass-thru raw roff codes from asciidoc.conf, so turn them off.
167 $(DOC_HTML) $(DOC_MAN1) $(DOC_MAN5) $(DOC_MAN7): asciidoc.conf
268 $(ASCIIDOC) -b xhtml11 -d manpage -f asciidoc.conf \
278 $(ASCIIDOC) -b docbook -d manpage -f asciidoc.conf \
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 376 public static boolean readHasHardwareKeyboard(final Configuration conf) {
381 return conf.keyboard != Configuration.KEYBOARD_NOKEYS
382 && conf.hardKeyboardHidden != Configuration.HARDKEYBOARDHIDDEN_YES;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 168 EglConfig* conf = pixelFormatToConfig(dpy,renderableType,&frmtList[i]); local
169 if(conf) listOut.push_back(conf);
  /external/aac/libAACdec/include/
aacdecoder_lib.h     [all...]
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 305 * The previously requested configuration callback will be called as well. The buffer conf
309 * \param conf UCHAR buffer of the binary coded config (ASC or SMC).
310 * \param length The length in bytes of the conf buffer.
315 UCHAR *conf,
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_akey.c 61 #include <openssl/conf.h>
v3_info.c 64 #include <openssl/conf.h>
v3_prn.c 62 #include <openssl/conf.h>
  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 30 B<licensecheck> [B<--no-conf>] [B<--verbose>] [B<--copyright>]
89 =item B<--no-conf>, B<--noconf>
98 The two configuration files F</etc/devscripts.conf> and
182 if (@ARGV and $ARGV[0] =~ /^--no-?conf$/) {
186 my @config_files = ('/etc/devscripts.conf', '~/.devscripts');
233 "no-conf" => \$opt_noconf,
242 fatal "--no-conf is only acceptable as the first command-line option!";
367 --no-conf, --noconf Don't read devscripts config files; must be

Completed in 609 milliseconds

<<11121314151617181920>>