/external/openssl/crypto/conf/ |
conf_err.c | 1 /* crypto/conf/conf_err.c */ 63 #include <openssl/conf.h> 108 {ERR_REASON(CONF_R_NO_CONF) ,"no conf"}, 109 {ERR_REASON(CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE),"no conf or environment variable"},
|
conf_mod.c | 63 #include <openssl/conf.h> 112 static int module_run(const CONF *cnf, char *name, char *value, 118 const CONF *cnf); 119 static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value, 122 /* Main function: load modules from a CONF structure */ 124 int CONF_modules_load(const CONF *cnf, const char *appname, 170 CONF *conf = NULL; local 172 conf = NCONF_new(NULL); 173 if (!conf) [all...] |
/external/openssl/crypto/evp/ |
evp_cnf.c | 63 #include <openssl/conf.h> 74 static int alg_module_init(CONF_IMODULE *md, const CONF *cnf)
|
/external/openssl/crypto/x509v3/ |
v3_bitst.c | 61 #include <openssl/conf.h>
|
v3_ia5.c | 63 #include <openssl/conf.h>
|
v3_utl.c | 64 #include <openssl/conf.h> 111 void X509V3_conf_free(CONF_VALUE *conf) 113 if(!conf) return; 114 if(conf->name) OPENSSL_free(conf->name); 115 if(conf->value) OPENSSL_free(conf->value); 116 if(conf->section) OPENSSL_free(conf->section); 117 OPENSSL_free(conf); [all...] |
/external/qemu/audio/ |
dsound_template.h | 84 for (i = 0; i < conf.lock_retries; ++i) { 113 if (i == conf.lock_retries) { 213 bd.dwBufferBytes = conf.bufsize_in; 222 bd.dwBufferBytes = conf.bufsize_out;
|
/external/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/wpa_supplicant_8/src/ap/ |
p2p_hostapd.c | 106 if (hapd->conf->p2p & P2P_ALLOW_CROSS_CONNECTION)
|
wpa_auth_i.h | 191 struct wpa_auth_config conf; member in struct:wpa_authenticator 208 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, 238 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len); 239 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
|
ctrl_iface_ap.c | 459 iface->conf->channel, 460 iface->conf->secondary_channel, 461 iface->conf->ieee80211n, 462 iface->conf->ieee80211ac, 463 iface->conf->vht_oper_chwidth, 464 iface->conf->vht_oper_centr_freq_seg0_idx, 465 iface->conf->vht_oper_centr_freq_seg1_idx); 477 (int) i, bss->conf->iface, 480 wpa_ssid_txt(bss->conf->ssid.ssid, 481 bss->conf->ssid.ssid_len) [all...] |
ap_config.h | 611 void hostapd_config_free_bss(struct hostapd_bss_config *conf); 612 void hostapd_config_free(struct hostapd_config *conf); 616 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, 619 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf); 625 int hostapd_config_check(struct hostapd_config *conf, int full_config);
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsHelper.java | 203 Configuration conf = mContext.getResources().getConfiguration(); local 204 final Locale loc = conf.locale; 223 Configuration conf = mContext.getResources().getConfiguration(); local 227 if (conf.userSetLocale) return; // Don't change if user set it in the SetupWizard
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
sdla.h | 116 void sdla(void *cfg_info, char *dev, struct frad_conf *conf, int quiet);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
sdla.h | 116 void sdla(void *cfg_info, char *dev, struct frad_conf *conf, int quiet);
|
/device/lge/hammerhead/ |
init.hammerhead.rc | 108 write /proc/sys/net/ipv6/conf/rmnet0/accept_ra 2 109 write /proc/sys/net/ipv6/conf/rmnet1/accept_ra 2 110 write /proc/sys/net/ipv6/conf/rmnet2/accept_ra 2 111 write /proc/sys/net/ipv6/conf/rmnet3/accept_ra 2 112 write /proc/sys/net/ipv6/conf/rmnet4/accept_ra 2 113 write /proc/sys/net/ipv6/conf/rmnet5/accept_ra 2 114 write /proc/sys/net/ipv6/conf/rmnet6/accept_ra 2 115 write /proc/sys/net/ipv6/conf/rmnet7/accept_ra 2 323 -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ 324 -I/system/etc/wifi/wpa_supplicant_overlay.conf -N [all...] |
/external/elfutils/0.153/ |
configure | 477 rm -f conf$$ conf$$.exe conf$$.file 478 if test -d conf$$.dir; then 479 rm -f conf$$.dir/conf$$.file 481 rm -f conf$$.dir 482 mkdir conf$$.dir 2>/dev/null 484 if (echo >conf$$.file) 2>/dev/null; then 485 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/e2fsprogs/misc/ |
Makefile.in | 36 FMANPAGES= mke2fs.conf.5 ext4.5 126 mke2fs.conf: $(srcdir)/mke2fs.conf.in 127 if test -f $(srcdir)/mke2fs.conf.custom.in ; then \ 128 cp $(srcdir)/mke2fs.conf.custom.in mke2fs.conf; \ 130 cp $(srcdir)/mke2fs.conf.in mke2fs.conf; \ 133 default_profile.c: mke2fs.conf $(srcdir)/profile-to-c.awk 134 $(E) " PROFILE_TO_C mke2fs.conf" [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers.c | 272 wpa_config_update_prio_list(wpa_s->conf); [all...] |
dbus_old_handlers.c | 796 ssid = wpa_config_add_network(wpa_s->conf); 861 ssid = wpa_config_get_network(wpa_s->conf, id); 869 if (wpa_config_remove_network(wpa_s->conf, id) < 0) { 1005 wpa_config_update_prio_list(wpa_s->conf); 1116 ssid = wpa_config_get_network(wpa_s->conf, nid); [all...] |
/device/generic/armv7-a-neon/ |
mini_common.mk | 58 wpa_supplicant.conf 67 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
|
/external/bluetooth/bluedroid/main/ |
Android.mk | 141 auto_pair_devlist.conf \ 142 bt_did.conf \ 143 bt_stack.conf \
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglapi.c | 150 #define _EGL_CHECK_CONFIG(disp, conf, ret, drv) \ 151 _EGL_CHECK_OBJECT(disp, Config, conf, ret, drv) 207 _eglCheckConfig(_EGLDisplay *disp, _EGLConfig *conf, const char *msg) 212 if (!conf) { 404 _EGLConfig *conf = _eglLookupConfig(config, disp); local 408 _EGL_CHECK_CONFIG(disp, conf, EGL_FALSE, drv); 409 ret = drv->API.GetConfigAttrib(drv, disp, conf, attribute, value); 420 _EGLConfig *conf = _eglLookupConfig(config, disp); local 437 context = drv->API.CreateContext(drv, disp, conf, share, attrib_list); 525 _EGLConfig *conf = _eglLookupConfig(config, disp) local 546 _EGLConfig *conf = _eglLookupConfig(config, disp); local 567 _EGLConfig *conf = _eglLookupConfig(config, disp); local 1064 _EGLConfig *conf = _eglLookupConfig(config, disp); local 1252 _EGLConfig *conf = _eglLookupConfig(config, disp); local [all...] |
/external/mesa3d/src/egl/main/ |
eglapi.c | 150 #define _EGL_CHECK_CONFIG(disp, conf, ret, drv) \ 151 _EGL_CHECK_OBJECT(disp, Config, conf, ret, drv) 207 _eglCheckConfig(_EGLDisplay *disp, _EGLConfig *conf, const char *msg) 212 if (!conf) { 404 _EGLConfig *conf = _eglLookupConfig(config, disp); local 408 _EGL_CHECK_CONFIG(disp, conf, EGL_FALSE, drv); 409 ret = drv->API.GetConfigAttrib(drv, disp, conf, attribute, value); 420 _EGLConfig *conf = _eglLookupConfig(config, disp); local 437 context = drv->API.CreateContext(drv, disp, conf, share, attrib_list); 525 _EGLConfig *conf = _eglLookupConfig(config, disp) local 546 _EGLConfig *conf = _eglLookupConfig(config, disp); local 567 _EGLConfig *conf = _eglLookupConfig(config, disp); local 1064 _EGLConfig *conf = _eglLookupConfig(config, disp); local 1252 _EGLConfig *conf = _eglLookupConfig(config, disp); local [all...] |
/external/icu/icu4c/source/ |
config.status | 91 echo "#! /bin/sh" >conf$$.sh 92 echo "exit 0" >>conf$$.sh 93 chmod +x conf$$.sh 94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 99 rm -f conf$$.sh 205 rm -f conf$$ conf$$.exe conf$$.file 206 echo >conf$$.file 207 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |