/external/openssl/apps/ |
ca.c | 66 #include <openssl/conf.h> 203 char *enddate, long days, int batch, char *ext_sect, CONF *conf, 211 char *ext_sect, CONF *conf,int verbose, unsigned long certopt, 219 CONF *conf, int verbose, unsigned long certopt, 226 int verbose, X509_REQ *req, char *ext_sect, CONF *conf, 236 static CONF *conf=NULL variable [all...] |
srp.c | 64 #include <openssl/conf.h> 111 static CONF *conf=NULL; variable 311 conf = NULL; 461 conf = NCONF_new(NULL); 462 if (NCONF_load(conf,configfile,&errorline) <= 0) 478 if (!load_config(bio_err, conf)) 486 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_SRP); 494 if (randfile == NULL && conf) 495 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE") [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
SendTransaction.java | 51 * <li>Retrieves confirmation data from the server (M-Send.conf). 122 SendConf conf = (SendConf) new PduParser( local 124 if (conf == null) { 125 Log.e(TAG, "No M-Send.conf received."); 131 byte[] confId = conf.getTransactionId(); 134 + new String(reqId) + ", conf=" + new String(confId)); 138 // From now on, we won't save the whole M-Send.conf into 142 int respStatus = conf.getResponseStatus(); 152 String messageId = PduPersister.toIsoString(conf.getMessageId());
|
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.c | 133 struct eapol_config conf; member in struct:eapol_sm 258 if (sm->conf.wps) { 374 sm->conf.accept_802_1x_keys && 375 sm->conf.required_keys == 0) { 656 if (!sm->conf.accept_802_1x_keys) { 794 !(sm->conf.required_keys & EAPOL_REQUIRE_KEY_UNICAST)) && 796 !(sm->conf.required_keys & EAPOL_REQUIRE_KEY_BROADCAST))) 2009 struct eap_config conf; local [all...] |
/device/moto/shamu/ |
init.shamu.rc | 199 write /proc/sys/net/ipv6/conf/rmnet0/accept_ra 2 200 write /proc/sys/net/ipv6/conf/rmnet1/accept_ra 2 201 write /proc/sys/net/ipv6/conf/rmnet2/accept_ra 2 202 write /proc/sys/net/ipv6/conf/rmnet3/accept_ra 2 203 write /proc/sys/net/ipv6/conf/rmnet4/accept_ra 2 204 write /proc/sys/net/ipv6/conf/rmnet5/accept_ra 2 205 write /proc/sys/net/ipv6/conf/rmnet6/accept_ra 2 206 write /proc/sys/net/ipv6/conf/rmnet7/accept_ra 2 207 write /proc/sys/net/ipv6/conf/rmnet_sdio0/accept_ra 2 208 write /proc/sys/net/ipv6/conf/rmnet_sdio1/accept_ra [all...] |
/external/wpa_supplicant_8/src/ap/ |
sta_info.c | 355 next_time = hapd->conf->ap_max_inactivity + fuzz; 356 } else if (inactive_sec < hapd->conf->ap_max_inactivity && 363 next_time = hapd->conf->ap_max_inactivity + fuzz - 370 hapd->conf->ap_max_inactivity); 372 if (hapd->conf->skip_inactivity_poll) 380 !hapd->conf->skip_inactivity_poll) { 386 next_time = hapd->conf->ap_max_inactivity; 567 if (hapd->num_sta >= hapd->conf->max_num_sta) { 570 hapd->num_sta, hapd->conf->max_num_sta); 579 sta->acct_interim_interval = hapd->conf->acct_interim_interval [all...] |
accounting.c | 70 if (!hostapd_config_get_radius_attr(hapd->conf->radius_acct_req_attr, 73 hapd->conf->ieee802_1x ? 106 if (add_common_radius_attr(hapd, hapd->conf->radius_acct_req_attr, sta, 219 if (!hapd->conf->radius->acct_server) 248 if (!hapd->conf->radius->acct_server) 420 if (!hapd->conf->radius->acct_server || hapd->radius == NULL)
|
ieee802_11.c | 153 privacy = hapd->conf->ssid.wep.keys_set; 155 if (hapd->conf->ieee802_1x && 156 (hapd->conf->default_wep_key_len || 157 hapd->conf->individual_wep_key_len)) 160 if (hapd->conf->wpa) 164 if (hapd->conf->osen) 332 if (hapd->conf->ssid.wpa_passphrase == NULL) { 338 (u8 *) hapd->conf->ssid.wpa_passphrase, 339 os_strlen(hapd->conf->ssid.wpa_passphrase), 379 if (hapd->conf->sae_anti_clogging_threshold == 0 [all...] |
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_kay.c | 1519 struct key_conf *conf; local 1943 struct key_conf *conf; local 2849 struct ieee802_1x_cp_conf conf; local [all...] |
/external/qemu/audio/ |
coreaudio.c | 48 } conf = { variable in typeref:struct:__anon33833 192 conf.isAtexit = 1; 242 if (!conf.isAtexit) { 261 if (!conf.isAtexit) { 569 err = coreaudio_voice_init (core, as, conf.out_buffer_frames, audioOutDeviceIOProc, hw, 0); 573 hw->samples = core->bufferFrameSize * conf.out_nbuffers; 715 err = coreaudio_voice_init (core, as, conf.in_buffer_frames, audioInDeviceIOProc, hw, 1); 720 hw->samples = core->bufferFrameSize * conf.in_nbuffers; 756 .valp = &conf.out_buffer_frames, 762 .valp = &conf.out_nbuffers [all...] |
audio.c | 163 } conf = { variable in typeref:struct:__anon33828 428 if (conf.log_to_monitor) { 1230 timer_mod(s->ts, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + conf.period.ticks); 1323 hw->pcm_ops->ctl_out (hw, VOICE_ENABLE, conf.try_poll_out); 1368 hw->pcm_ops->ctl_in (hw, VOICE_ENABLE, conf.try_poll_in); [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap.h | 285 void *msg_ctx, struct eap_config *conf); 317 int eap_is_wps_pbc_enrollee(struct eap_peer_config *conf); 318 int eap_is_wps_pin_enrollee(struct eap_peer_config *conf);
|
eap.c | 1018 struct eap_peer_config *conf) 1023 struct eap_method_type *m = conf->eap_methods; 1060 os_free(conf->identity); 1061 conf->identity = os_malloc(1 + imsi_len); 1062 if (conf->identity == NULL) { 1070 conf->identity[0] = '1'; 1073 conf->identity[0] = '0'; 1076 conf->identity[0] = '6'; 1079 os_memcpy(conf->identity + 1, imsi, imsi_len); 1080 conf->identity_len = 1 + imsi_len [all...] |
/external/dnsmasq/contrib/Suse/ |
dnsmasq-suse.spec | 59 install -o root -g root -m 644 dnsmasq.conf.example $RPM_BUILD_ROOT/etc/dnsmasq.conf 104 %config /etc/dnsmasq.conf
|
rc.dnsmasq-suse | 16 NAMED_CONF=/etc/dnsmasq.conf
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
esd.m4 | 63 rm -f conf.esdtest 91 system ("touch conf.esdtest"); 134 if test -f conf.esdtest ; then 147 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" 167 rm -f conf.esdtest
|
/device/asus/tilapia/self-extractors/asus/staging/ |
device-partial.mk | 18 apns-conf \
|
/external/android-clat/ |
Android.mk | 20 LOCAL_MODULE := clatd.conf
|
/external/e2fsprogs/tests/ |
test_config | 33 MKE2FS_CONFIG=./mke2fs.conf
|
/external/wpa_supplicant_8/wpa_supplicant/ |
eapol_test.c | 318 wpa_config_set_blob(e->wpa_s->conf, blob); 326 return wpa_config_get_blob(e->wpa_s->conf, name); 568 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; 569 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; 570 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; 587 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth; 589 eapol_conf.external_sim = wpa_s->conf->external_sim; 630 wpa_config_free(wpa_s->conf); 1145 "eapol_test [-enWS] -c<conf> [-a<AS IP>] [-p<AS port>] " 1156 " -c<conf> = configuration file\n 1202 char *conf = NULL; local [all...] |
/cts/hostsidetests/security/ |
Android.mk | 34 selinux_general_policy := $(call intermediates-dir-for,ETC,general_sepolicy.conf)/general_sepolicy.conf
|
/external/chromium_org/build/linux/ |
sysroot_ld_path.sh | 6 # Reads etc/ld.so.conf and/or etc/ld.so.conf.d/*.conf and returns the 40 # ld.so.conf may include relative include paths. pushd is a bashism. 88 LD_SO_CONF="$1/etc/ld.so.conf" 89 LD_SO_CONF_D="$1/etc/ld.so.conf.d" 94 find "$LD_SO_CONF_D" -maxdepth 1 -name '*.conf' -print -quit > /dev/null 96 for entry in $LD_SO_CONF_D/*.conf; do
|
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/ |
v3_ia5.c | 63 #include <openssl/conf.h>
|
/external/chromium_org/third_party/skia/experimental/webtry/setup/ |
webtry_setup.sh | 28 sudo cp /home/webtry/skia/experimental/webtry/sys/webtry_monit /etc/monit/conf.d/webtry 29 sudo cp /home/webtry/skia/experimental/webtry/sys/webtry_squid /etc/squid3/squid.conf
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
dnsmasq.SlackBuild | 43 cat dnsmasq.conf.example > $PKG/etc/dnsmasq.conf.new
|