/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | identity.h | 22 template <class Ty> struct identity { struct 23 using is_transparent = void; 24 using argument_type = Ty; 26 Ty &operator()(Ty &self) const { in operator() 29 const Ty &operator()(const Ty &self) const { in operator()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | stl_extras.h | 24 template <class Ty> struct identity { struct 25 using is_transparent = void; 26 using argument_type = Ty; 28 Ty &operator()(Ty &self) const { return self; } in operator() 29 const Ty &operator()(const Ty &self) const { return self; } in operator()
|
/freebsd-src/contrib/wpa/src/ap/ |
H A D | eap_user_db.c | 135 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, in eap_user_sqlite_get() 232 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, in hostapd_get_eap_user()
|
H A D | ieee802_11_auth.h | 24 char *identity; member
|
H A D | pmksa_cache_auth.h | 26 u8 *identity; global() member
|
H A D | authsrv.c | 52 hostapd_radius_get_eap_user(void * ctx,const u8 * identity,size_t identity_len,int phase2,struct eap_user * user) hostapd_radius_get_eap_user() argument
|
H A D | ieee802_1x.c | 338 const u8 *identity; 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...] |
/freebsd-src/sys/contrib/openzfs/cmd/zed/ |
H A D | zed_log.c | 31 const char *identity; member 40 zed_log_init(const char *identity) in zed_log_init()
|
/freebsd-src/lib/libgssapi/ |
H A D | gss_krb5.c | 38 gsskrb5_register_acceptor_identity(const char *identity) in gsskrb5_register_acceptor_identity()
|
/freebsd-src/crypto/openssh/ |
H A D | ssh-agent.c | 139 typedef struct identity { struct 153 TAILQ_HEAD(idqueue, identity) idlist; argument
|
H A D | sshconnect2.c | 303 struct identity { struct 312 TAILQ_HEAD(idlist, identity); argument
|
/freebsd-src/contrib/wpa/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() 56 void eap_aka_derive_mk(const u8 *identity, size_t identity_len, in eap_aka_derive_mk() 108 const u8 *identity, size_t identity_len, in eap_sim_derive_keys_reauth() 275 void eap_aka_prime_derive_keys(const u8 *identity, size_t identity_len, in eap_aka_prime_derive_keys() 325 const u8 *identity, size_t identity_len, in eap_aka_prime_derive_keys_reauth()
|
H A D | eap_sim_common.h | 108 static inline void eap_aka_prime_derive_keys(const u8 *identity, in eap_aka_prime_derive_keys() 117 const u8 *identity, in eap_aka_prime_derive_keys_reauth() 186 const u8 *nonce_mt, *identity, *res, *auts; member
|
H A D | eap_pwd_common.h | 52 u8 identity[0]; /* length inferred from payload */ member
|
/freebsd-src/contrib/wpa/src/eap_peer/ |
H A D | mschapv2.c | 36 int mschapv2_derive_response(const u8 *identity, size_t identity_len, in mschapv2_derive_response()
|
H A D | eap_gtc.c | 50 const u8 *pos, *password, *identity; in eap_gtc_process() local
|
H A D | eap_leap.c | 65 const u8 *pos, *challenge, *identity, *password; in eap_leap_process_request() local 144 const u8 *identity; in eap_leap_process_success() local
|
H A D | eap_sim.c | 406 const u8 *identity = NULL; eap_sim_learn_ids() local 488 const u8 *identity = NULL; eap_sim_response_start() local 723 const u8 *identity; eap_sim_process_challenge() local [all...] |
H A D | eap_aka.c | 384 const u8 *identity = NULL; eap_aka_learn_ids() local 625 const u8 *identity = NULL; eap_aka_response_identity() local 937 const u8 *identity; eap_aka_process_challenge() local [all...] |
/freebsd-src/contrib/unbound/dnstap/ |
H A D | dnstap.h | 55 /** dnstap "identity" field, NULL if disabled */ member
|
H A D | dnstap.proto | 29 optional bytes identity = 1; field
|
/freebsd-src/crypto/openssl/test/ |
H A D | dtls_mtu_test.c | 39 static unsigned int srvr_psk_callback(SSL *ssl, const char *identity, in srvr_psk_callback()
|
/freebsd-src/crypto/openssl/apps/ |
H A D | ciphers.c | 79 static unsigned int dummy_psk(SSL *ssl, const char *hint, char *identity, in dummy_psk()
|
/freebsd-src/crypto/heimdal/lib/gssapi/mech/ |
H A D | gss_krb5.c | 189 gsskrb5_register_acceptor_identity(const char *identity) in gsskrb5_register_acceptor_identity() 209 krb5_gss_register_acceptor_identity(const char *identity) in krb5_gss_register_acceptor_identity()
|
/freebsd-src/contrib/wpa/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 780 eapol_auth_alloc(struct eapol_authenticator * eapol,const u8 * addr,int flags,const struct wpabuf * assoc_wps_ie,const struct wpabuf * assoc_p2p_ie,void * sta_ctx,const char * identity,const char * radius_cui) eapol_auth_alloc() argument 1015 eapol_sm_get_eap_user(void * ctx,const u8 * identity,size_t identity_len,int phase2,struct eap_user * user) eapol_sm_get_eap_user() argument
|