Home
last modified time | relevance | path

Searched defs:identity (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A Didentity.h22 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 Dstl_extras.h24 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 Deap_user_db.c135 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 Dieee802_11_auth.h24 char *identity; member
H A Dpmksa_cache_auth.h26 u8 *identity; global() member
H A Dauthsrv.c52 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 Dieee802_1x.c338 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 Dzed_log.c31 const char *identity; member
40 zed_log_init(const char *identity) in zed_log_init()
/freebsd-src/lib/libgssapi/
H A Dgss_krb5.c38 gsskrb5_register_acceptor_identity(const char *identity) in gsskrb5_register_acceptor_identity()
/freebsd-src/crypto/openssh/
H A Dssh-agent.c139 typedef struct identity { struct
153 TAILQ_HEAD(idqueue, identity) idlist; argument
H A Dsshconnect2.c303 struct identity { struct
312 TAILQ_HEAD(idlist, identity); argument
/freebsd-src/contrib/wpa/src/eap_common/
H A Deap_sim_common.c28 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 Deap_sim_common.h108 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 Deap_pwd_common.h52 u8 identity[0]; /* length inferred from payload */ member
/freebsd-src/contrib/wpa/src/eap_peer/
H A Dmschapv2.c36 int mschapv2_derive_response(const u8 *identity, size_t identity_len, in mschapv2_derive_response()
H A Deap_gtc.c50 const u8 *pos, *password, *identity; in eap_gtc_process() local
H A Deap_leap.c65 const u8 *pos, *challenge, *identity, *password; in eap_leap_process_request() local
144 const u8 *identity; in eap_leap_process_success() local
H A Deap_sim.c406 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 Deap_aka.c384 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 Ddnstap.h55 /** dnstap "identity" field, NULL if disabled */ member
H A Ddnstap.proto29 optional bytes identity = 1; field
/freebsd-src/crypto/openssl/test/
H A Ddtls_mtu_test.c39 static unsigned int srvr_psk_callback(SSL *ssl, const char *identity, in srvr_psk_callback()
/freebsd-src/crypto/openssl/apps/
H A Dciphers.c79 static unsigned int dummy_psk(SSL *ssl, const char *hint, char *identity, in dummy_psk()
/freebsd-src/crypto/heimdal/lib/gssapi/mech/
H A Dgss_krb5.c189 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 Deapol_auth_sm.c780 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

123