/external/chromium_org/third_party/boringssl/src/crypto/x509v3/ |
v3_pcons.c | 62 #include <openssl/conf.h>
|
v3_utl.c | 66 #include <openssl/conf.h> 116 void X509V3_conf_free(CONF_VALUE *conf) 118 if(!conf) return; 119 if(conf->name) OPENSSL_free(conf->name); 120 if(conf->value) OPENSSL_free(conf->value); 121 if(conf->section) OPENSSL_free(conf->section); 122 OPENSSL_free(conf); [all...] |
/external/chromium_org/third_party/libxml/src/ |
check-xml-test-suite.py | 17 CONF="xml-test-suite/xmlconf/xmlconf.xml" 376 conf = loadNoentDoc(CONF) variable 377 if conf == None: 378 print "Unable to load %s" % CONF 381 testsuite = conf.getRootElement() 405 conf.freeDoc()
|
/external/openssl/crypto/asn1/ |
asn_moid.c | 63 #include <openssl/conf.h> 71 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf)
|
/external/openssl/crypto/err/ |
err_all.c | 90 #include <openssl/conf.h>
|
/external/openssl/crypto/x509v3/ |
v3_bcons.c | 64 #include <openssl/conf.h>
|
v3_extku.c | 63 #include <openssl/conf.h>
|
v3_pcons.c | 64 #include <openssl/conf.h>
|
/external/wpa_supplicant_8/src/crypto/ |
tls_none.c | 14 void * tls_init(const struct tls_config *conf)
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.h | 77 struct eapol_authenticator * eapol_auth_init(struct eapol_auth_config *conf,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
autoscan.c | 48 const char *name = wpa_s->conf->autoscan;
|
hs20_supplicant.c | 64 u8 conf; local 70 conf = HS20_VERSION; 72 conf |= HS20_PPS_MO_ID_PRESENT; 73 wpabuf_put_u8(buf, conf); 82 if (!wpa_s->conf->hs20 || !ssid) 121 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { 269 if (wpa_s->conf->osu_dir == NULL) 276 wpa_s->conf->osu_dir, wpa_s->osu_icon_id, 469 if (wpa_s->conf->osu_dir == NULL) { 476 wpa_s->conf->osu_dir) [all...] |
ibss_rsn.c | 409 struct wpa_auth_config conf; local 414 os_memset(&conf, 0, sizeof(conf)); 415 conf.wpa = 2; 416 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; 417 conf.wpa_pairwise = WPA_CIPHER_CCMP; 418 conf.rsn_pairwise = WPA_CIPHER_CCMP; 419 conf.wpa_group = WPA_CIPHER_CCMP; 420 conf.eapol_version = 2; 421 conf.wpa_group_rekey = 600 [all...] |
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
p2p-action-udhcp.sh | 28 udhcpd /etc/udhcpd-p2p.conf
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglDisplay.h | 47 EglConfig* getConfig(EGLConfig conf);
|
EglMacApi.cpp | 107 EglConfig* conf = pixelFormatToConfig(i++,renderableType,&frmt); local 108 if(conf){ 109 listOut.push_front(conf);
|
/ndk/sources/host-tools/make-3.81/ |
configure | 469 rm -f conf$$ conf$$.exe conf$$.file 470 if test -d conf$$.dir; then 471 rm -f conf$$.dir/conf$$.file 473 rm -f conf$$.dir 474 mkdir conf$$.dir 2>/dev/null 476 if (echo >conf$$.file) 2>/dev/null; then 477 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/bison/build-aux/ |
gnupload | 117 conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" ' '` 118 eval set x "$conf \"\$@\"" 254 if $dry_run || grep -q "^use-agent" $GNUPGHOME/gpg.conf; then :; else
|
/external/qemu/include/block/ |
block_int.h | 231 static inline unsigned int get_physical_block_exp(BlockConf *conf) 235 for (size = conf->physical_block_size; 236 size > conf->logical_block_size;
|
/external/valgrind/main/nightly/bin/ |
nightly | 107 # Setup any relevant environment variables from conf/<tag>.conf. 108 . conf/$TAG.conf 305 # Use the conf/<tag>.sendmail script to email the results. 306 conf/$TAG.sendmail \
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
configure | 476 rm -f conf$$ conf$$.exe conf$$.file 477 if test -d conf$$.dir; then 478 rm -f conf$$.dir/conf$$.file 480 rm -f conf$$.dir 481 mkdir conf$$.dir 2>/dev/null 483 if (echo >conf$$.file) 2>/dev/null; then 484 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/genext2fs/ |
configure | 42 echo "#! /bin/sh" >conf$$.sh 43 echo "exit 0" >>conf$$.sh 44 chmod +x conf$$.sh 45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 50 rm -f conf$$.sh 490 rm -f conf$$ conf$$.exe conf$$.file 491 if test -d conf$$.dir; then 492 rm -f conf$$.dir/conf$$.fil [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_drm.c | 89 _EGLConfig *conf, EGLNativeWindowType window, 93 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf); 106 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) 143 _EGLConfig *conf, EGLNativeWindowType window, 146 return dri2_create_surface(drv, disp, EGL_WINDOW_BIT, conf,
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_drm.c | 89 _EGLConfig *conf, EGLNativeWindowType window, 93 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf); 106 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) 143 _EGLConfig *conf, EGLNativeWindowType window, 146 return dri2_create_surface(drv, disp, EGL_WINDOW_BIT, conf,
|
/external/openssl/apps/ |
x509.c | 158 CONF *conf, char *section); 163 CONF *conf, char *section, ASN1_INTEGER *sno); 205 CONF *extconf = NULL; 1151 int days, int clrext, CONF *conf, char *section, 1202 if (conf) 1207 X509V3_set_nconf(&ctx2, conf); 1208 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x)) goto end [all...] |