| /third_party/skia/src/core/ |
| H A D | SkMatrix.cpp | 1563 static constexpr SkMatrix identity; in I() local
|
| /third_party/openssl/ssl/statem/ |
| H A D | statem_clnt.c | 2757 char identity[PSK_MAX_IDENTITY_LEN + 1]; in tls_construct_cke_psk_preamble() local [all...] |
| /third_party/skia/tests/ |
| H A D | ImageFilterTest.cpp | 1577 uint8_t allOne[256], identity[256]; in DEF_TEST() local
|
| /third_party/python/Lib/test/ |
| H A D | test_builtin.py | 896 def identity(item): function
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 159 const bool identity = m_params.isIdentity(); in checkSupport() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap.c | 1641 const u8 *identity; eap_sm_buildIdentity() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | hostapd.c | 931 u8 *identity; in hostapd_das_find_sta() local
|
| H A D | ieee802_1x.c | 338 const u8 *identity; in ieee802_1x_learn_identity() local 1605 u8 *buf, *identity; ieee802_1x_update_sta_identity() local 2217 const u8 *identity; ieee802_1x_eapol_send() local 2265 ieee802_1x_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) ieee802_1x_get_eap_user() argument [all...] |
| H A D | sta_info.h | 206 char *identity; /* User-Name from RADIUS */ member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap.c | 1681 const u8 *identity; eap_sm_buildIdentity() local [all...] |
| H A D | eap_teap.c | 597 const u8 *identity, *password; in eap_teap_process_basic_auth_req() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | eap_server_teap.c | 67 u8 *identity; /* from PAC-Opaque or client certificate */ member 147 u8 *identity = NULL; in eap_teap_session_ticket_cb() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
| H A D | radius_server.c | 2504 static int radius_server_get_eap_user(void *ctx, const u8 *identity, in radius_server_get_eap_user() argument 2643 char *identity; global() member [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | hostapd.c | 892 u8 *identity; in hostapd_das_find_sta() local
|
| H A D | ieee802_11.c | 2043 char *identity = NULL; in handle_auth() local 1935 ieee802_11_allowed_address(struct hostapd_data *hapd, const u8 *addr, const u8 *msg, size_t len, u32 *session_timeout, u32 *acct_interim_interval, struct vlan_description *vlan_id, struct hostapd_sta_wpa_psk_short **psk, char **identity, char **radius_cui, int is_probe_req) ieee802_11_allowed_address() argument 1974 ieee802_11_set_radius_info(struct hostapd_data *hapd, struct sta_info *sta, int res, u32 session_timeout, u32 acct_interim_interval, struct vlan_description *vlan_id, struct hostapd_sta_wpa_psk_short **psk, char **identity, char **radius_cui) ieee802_11_set_radius_info() argument 3869 char *identity = NULL; handle_assoc() local [all...] |
| H A D | ieee802_1x.c | 335 const u8 *identity; in ieee802_1x_learn_identity() local 1596 u8 *buf, *identity; ieee802_1x_update_sta_identity() local 2199 const u8 *identity; ieee802_1x_eapol_send() local 2246 ieee802_1x_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) ieee802_1x_get_eap_user() argument [all...] |
| H A D | sta_info.h | 164 char *identity; /* User-Name from RADIUS */ member
|
| /third_party/curl/lib/vtls/ |
| H A D | sectransp.c | 1132 SecIdentityRef identity = in CopyIdentityWithLabel() local 1265 CFTypeRef identity = (CFTypeRef) CFDictionaryGetValue( in CopyIdentityFromPKCS12File() local [all...] |
| /third_party/ffmpeg/libpostproc/ |
| H A D | postprocess_altivec_template.c | 559 const vector unsigned char identity = vec_lvsl(0,(unsigned char *)0); in dering_altivec() local
|
| /third_party/libcoap/src/ |
| H A D | coap_gnutls.c | 1773 psk_server_callback(gnutls_session_t g_session, const char *identity, gnutls_datum_t *key) psk_server_callback() argument
|
| /third_party/libcoap/examples/ |
| H A D | coap-server.c | 1968 verify_id_callback(coap_bin_const_t *identity, in verify_id_callback() argument [all...] |
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_compiler_nir.c | 1983 struct ir3_instruction *identity = in emit_intrinsic_reduce() local
|
| /third_party/openssl/test/ |
| H A D | ssl_old_test.c | 2986 static unsigned int psk_server_callback(SSL *ssl, const char *identity, in psk_server_callback() argument 2963 psk_client_callback(SSL *ssl, const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len) psk_client_callback() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| H A D | mutex.cc | 538 ThreadIdentity *identity = GetOrCreateCurrentThreadIdentity(); in Synch_GetPerThread() local 594 ThreadIdentity *identity = CurrentThreadIdentityIfPresent(); in InternalAttemptToUseMutexInFatalSignalHandler() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
| H A D | radius_server.c | 2701 radius_server_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) radius_server_get_eap_user() argument 2840 char *identity; global() member [all...] |