/third_party/skia/src/core/ |
H A D | SkBitmap.cpp | 521 SkMatrix identity; in extractAlpha() local
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | runtime.py | 55 def identity(x): function
|
/third_party/python/Lib/test/ |
H A D | test_scope.py | 114 def identity(x): function
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | genutil.py | 754 def identity (numCols, numRows): member in Mat
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 756 def identity (numCols, numRows): member in Mat
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_sim_common.c | 28 void eap_sim_derive_mk(const u8 *identity, size_t identity_len, in eap_sim_derive_mk() argument 56 void eap_aka_derive_mk(const u8 *identity, size_t identity_len, in eap_aka_derive_mk() argument 275 void eap_aka_prime_derive_keys(const u8 *identity, size_ argument 107 eap_sim_derive_keys_reauth(u16 _counter, const u8 *identity, size_t identity_len, const u8 *nonce_s, const u8 *mk, u8 *msk, u8 *emsk) eap_sim_derive_keys_reauth() argument 324 eap_aka_prime_derive_keys_reauth(const u8 *k_re, u16 counter, const u8 *identity, size_t identity_len, const u8 *nonce_s, u8 *msk, u8 *emsk) eap_aka_prime_derive_keys_reauth() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_mschapv2.c | 155 const u8 *identity, *password; in eap_mschapv2_challenge_reply() local
|
H A D | eap_pwd.c | 95 const u8 *identity, *password; in eap_pwd_init() local
|
H A D | eap_sim.c | 404 const u8 *identity = NULL; in eap_sim_learn_ids() local 486 const u8 *identity = NULL; in eap_sim_response_start() local 718 const u8 *identity; eap_sim_process_challenge() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server.c | 159 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, in eap_user_get() argument [all...] |
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | genutil.py | 603 def identity (numCols, numRows): member in Mat
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_config.h | 308 u8 *identity; member [all...] |
H A D | eap_mschapv2.c | 155 const u8 *identity, *password; in eap_mschapv2_challenge_reply() local
|
H A D | eap_pwd.c | 95 const u8 *identity, *password; in eap_pwd_init() local
|
H A D | eap_sim.c | 406 const u8 *identity = NULL; in eap_sim_learn_ids() local 488 const u8 *identity = NULL; in eap_sim_response_start() local 723 const u8 *identity; eap_sim_process_challenge() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_i.h | 159 u8 *identity; member
|
H A D | eap_server.c | 158 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, in eap_user_get() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | beacon.c | 747 char *identity = NULL; in handle_probe_req() local
|
/kernel/linux/linux-6.6/drivers/usb/typec/tipd/ |
H A D | core.c | 59 struct usb_pd_identity identity; member
|
/kernel/liteos_m/components/trace/ |
H A D | los_trace.h | 232 UINTPTR identity; /**< subject of the event description */ member
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_debugfs.c | 681 DEFINE_SHOW_ATTRIBUTE(identity); variable
|
/third_party/mbedtls/library/ |
H A D | ssl_tls13_client.c | 902 const unsigned char *identity; in mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext() local 704 ssl_tls13_ticket_get_identity(mbedtls_ssl_context *ssl, psa_algorithm_t *hash_alg, const unsigned char **identity, size_t *identity_len) ssl_tls13_ticket_get_identity() argument 743 ssl_tls13_psk_get_identity(mbedtls_ssl_context *ssl, psa_algorithm_t *hash_alg, const unsigned char **identity, size_t *identity_len) ssl_tls13_psk_get_identity() argument 793 ssl_tls13_write_identity(mbedtls_ssl_context *ssl, unsigned char *buf, unsigned char *end, const unsigned char *identity, size_t identity_len, uint32_t obfuscated_ticket_age, size_t *out_len) ssl_tls13_write_identity() argument [all...] |
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 1008 PACKET identity; in tls_parse_ctos_psk() local
|
H A D | extensions_clnt.c | 744 char identity[PSK_MAX_IDENTITY_LEN + 1]; in tls_construct_ctos_early_data() local 1983 unsigned int identity; tls_parse_stoc_psk() local [all...] |
/third_party/python/Lib/ |
H A D | argparse.py | 1777 def identity(string): function
|