| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | tls_wolfssl.c | 576 tls_match_alt_subject_component(WOLFSSL_X509 *cert, int type, const char *value, size_t len) tls_match_alt_subject_component() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_atheros.c | 1273 char *key, *value; in atheros_wireless_event_wireless_custom() local
|
| H A D | driver_wext.c | 2118 int value; in wpa_driver_wext_associate() local 42 wpa_driver_wext_set_auth_param(struct wpa_driver_wext_data *drv, int idx, u32 value) wpa_driver_wext_set_auth_param() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap.c | 62 eapol_set_bool(struct eap_sm *sm, enum eapol_bool_var var, Boolean value) eapol_set_bool() argument 75 eapol_set_int(struct eap_sm *sm, enum eapol_int_var var, unsigned int value) eapol_set_int() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
| H A D | eapol_supp_sm.c | 1878 eapol_sm_set_bool(void *ctx, enum eapol_bool_var variable, Boolean value) eapol_sm_set_bool() argument 1932 eapol_sm_set_int(void *ctx, enum eapol_int_var variable, unsigned int value) eapol_sm_set_int() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
| H A D | radius.h | 299 radius_msg_add_attr_int32(struct radius_msg *msg, u8 type, u32 value) radius_msg_add_attr_int32() argument 306 radius_msg_get_attr_int32(struct radius_msg *msg, u8 type, u32 *value) radius_msg_get_attr_int32() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
| H A D | tdls.c | 66 u8 value[TDLS_TIMEOUT_LEN]; member
|
| H A D | wpa.c | 3007 wpa_sm_set_param(struct wpa_sm *sm, enum wpa_sm_conf_params param, unsigned int value) wpa_sm_set_param() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| H A D | ap_config_file.c | 686 static int hostapd_config_parse_key_mgmt(int line, const char *value) in hostapd_config_parse_key_mgmt() argument 789 static int hostapd_config_parse_cipher(int line, const char *value) in hostapd_config_parse_cipher() argument 976 static int add_r0kh(struct hostapd_bss_config *bss, char *value) in add_r0kh() argument 1022 static int add_r1kh(struct hostapd_bss_config *bss, char *value) in add_r1kh() argument 2170 add_airtime_weight(struct hostapd_bss_config *bss, char *value) add_airtime_weight() argument 5008 hostapd_set_iface(struct hostapd_config *conf, struct hostapd_bss_config *bss, const char *field, char *value) hostapd_set_iface() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | ieee802_11_common.c | 923 static int hostapd_config_read_int10(const char *value) in hostapd_config_read_int10() argument 2245 add_multi_ap_ie(u8 *buf, size_t len, u8 value) add_multi_ap_ie() argument [all...] |
| H A D | wpa_common.c | 2877 int wpa_parse_cipher(const char *value) in wpa_parse_cipher() argument
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluShaderLibrary.cpp | 73 const Value& value = values[valNdx]; in isValid() local 907 deUint32 value; in getGLEnumFromName() member 1030 Value value; parseValue() local [all...] |
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| H A D | sglrGLContext.cpp | 153 void GLContext::texParameteri (deUint32 target, deUint32 pname, int value) in texParameteri() argument 463 void GLContext::clearBufferiv (deUint32 buffer, int drawbuffer, const int* value) in clearBufferiv() argument 468 void GLContext::clearBufferfv (deUint32 buffer, int drawbuffer, const float* value) in clearBufferfv() argument 473 void GLContext::clearBufferuiv (deUint32 buffer, int drawbuffer, const deUint32* value) in clearBufferuiv() argument 726 void GLContext::uniform1fv (deInt32 location, deInt32 count, const float* value) in uniform1fv() argument 731 uniform2fv(deInt32 location, deInt32 count, const float* value) uniform2fv() argument 736 uniform3fv(deInt32 location, deInt32 count, const float* value) uniform3fv() argument 741 uniform4fv(deInt32 location, deInt32 count, const float* value) uniform4fv() argument 746 uniform1iv(deInt32 location, deInt32 count, const deInt32* value) uniform1iv() argument 751 uniform2iv(deInt32 location, deInt32 count, const deInt32* value) uniform2iv() argument 756 uniform3iv(deInt32 location, deInt32 count, const deInt32* value) uniform3iv() argument 761 uniform4iv(deInt32 location, deInt32 count, const deInt32* value) uniform4iv() argument 766 uniformMatrix3fv(deInt32 location, deInt32 count, deBool transpose, const float *value) uniformMatrix3fv() argument 771 uniformMatrix4fv(deInt32 location, deInt32 count, deBool transpose, const float *value) uniformMatrix4fv() argument [all...] |
| /third_party/vk-gl-cts/framework/qphelper/ |
| H A D | qpTestLog.c | 298 DE_INLINE void floatToString (float value, char* buf, size_t bufSize) in floatToString() argument 303 DE_INLINE void doubleToString (double value, char* buf, size_t bufSize) in doubleToString() argument 673 qpTestLog_writeInteger(qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value) qpTestLog_writeInteger() argument 691 qpTestLog_writeFloat(qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value) qpTestLog_writeFloat() argument 1488 qpTestLog_writeValueFloat(qpTestLog* log, double value) qpTestLog_writeValueFloat() argument 1508 qpTestLog_writeValueInteger(qpTestLog* log, deInt64 value) qpTestLog_writeValueInteger() argument [all...] |
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgExpression.cpp | 380 const float value = deFloatClamp(minVal + step*(float)state.getRandom().getInt(0, numSteps), minVal, maxVal); in FloatLiteral() local 447 int value = state.getRandom().getInt(minVal, maxVal); in IntLiteral() local 495 bool value = state.getRandom().getInt(minVal, maxVal) == 1; in BoolLiteral() local [all...] |
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fIntegerStateQueryTests.cpp | 2074 GLint value; init() member [all...] |
| H A D | es2fShaderMatrixTests.cpp | 383 inline tcu::Vec3 reduceToVec3 (const tcu::Vec2& value) { return value.swizzle(0,1,0); } in reduceToVec3() argument 384 inline tcu::Vec3 reduceToVec3 (const tcu::Vec3& value) { return value; } in reduceToVec3() argument 385 inline tcu::Vec3 reduceToVec3 (const tcu::Vec4& value) { return tcu::Vec3(value.x(), value.y(), value.z()+value in reduceToVec3() argument 386 reduceToVec3(const tcu::Mat2& value) reduceToVec3() argument 387 reduceToVec3(const tcu::Mat3& value) reduceToVec3() argument 388 reduceToVec3(const tcu::Mat4& value) reduceToVec3() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | tls_wolfssl.c | 577 tls_match_alt_subject_component(WOLFSSL_X509 *cert, int type, const char *value, size_t len) tls_match_alt_subject_component() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_atheros.c | 1266 char *key, *value; in atheros_wireless_event_wireless_custom() local
|
| H A D | driver_wext.c | 2113 int value; in wpa_driver_wext_associate() local 42 wpa_driver_wext_set_auth_param(struct wpa_driver_wext_data *drv, int idx, u32 value) wpa_driver_wext_set_auth_param() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap.c | 63 eapol_set_bool(struct eap_sm *sm, enum eapol_bool_var var, bool value) eapol_set_bool() argument 76 eapol_set_int(struct eap_sm *sm, enum eapol_int_var var, unsigned int value) eapol_set_int() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/ |
| H A D | eapol_supp_sm.c | 1931 eapol_sm_set_bool(void *ctx, enum eapol_bool_var variable, bool value) eapol_sm_set_bool() argument 1985 eapol_sm_set_int(void *ctx, enum eapol_int_var variable, unsigned int value) eapol_sm_set_int() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
| H A D | radius.h | 302 radius_msg_add_attr_int32(struct radius_msg *msg, u8 type, u32 value) radius_msg_add_attr_int32() argument 309 radius_msg_get_attr_int32(struct radius_msg *msg, u8 type, u32 *value) radius_msg_get_attr_int32() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
| H A D | wpa.h | 349 wpa_sm_set_param(struct wpa_sm *sm, enum wpa_sm_conf_params param, unsigned int value) wpa_sm_set_param() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | dpp_supplicant.c | 3926 const char *pos, *value; in wpas_dpp_ca_set() local
|