/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | stl_extras.h | 23 /// Switch to std::identity once we can use c++20. struct 24 template <class Ty> struct identity { argument 25 argument_typeidentity global() argument 27 operatoridentity operator() argument 28 operatoridentity operator() argument
|
/freebsd/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/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 | authsrv.c | 53 static int hostapd_radius_get_eap_user(void *ctx, const u8 *identity, in hostapd_radius_get_eap_user()
|
H A D | pmksa_cache_auth.h | 30 u8 *identity; member
|
H A D | wpa_auth_ft.c | 705 const u8 *identity, size_t identity_len) in wpa_ft_set_identity() 1212 u8 *identity; member 1229 u8 *identity; member 1362 const u8 *identity, size_t identity_len, in wpa_ft_store_pmk_r0() 1449 const u8 *identity, size_t identity_len, in wpa_ft_store_pmk_r1() 1514 const u8 **identity, size_t *identity_len, in wpa_ft_fetch_pmk_r1() 2091 const u8 *identity, *radius_cui; in wpa_ft_store_pmk_fils() local 2175 const u8 *identity, *radius_cui; in wpa_auth_ft_store_keys() local 3100 const u8 **identity, size_t *identity_len, in wpa_ft_local_derive_pmk_r1() 3182 const u8 *identity, *radius_cui; in wpa_ft_process_auth_req() local
|
/freebsd/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/lib/libgssapi/ |
H A D | gss_krb5.c | 38 gsskrb5_register_acceptor_identity(const char *identity) in gsskrb5_register_acceptor_identity()
|
/freebsd/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/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/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 | 434 const u8 *identity = NULL; in eap_sim_learn_ids() local 515 const u8 *identity, size_t identity_len, in eap_sim_encrypt_identity() 565 const u8 *identity = NULL; in eap_sim_response_start() local 848 const u8 *identity; in eap_sim_process_challenge() local
|
H A D | eap_aka.c | 408 const u8 *identity = NULL; in eap_aka_learn_ids() local 647 const u8 *identity, size_t identity_len, in eap_aka_encrypt_identity() 698 const u8 *identity = NULL; in eap_aka_response_identity() local 1058 const u8 *identity; in eap_aka_process_challenge() local
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dnstap.h | 56 char *identity; member
|
H A D | dnstap.proto | 29 optional bytes identity = 1; field
|
/freebsd/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/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/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/contrib/wpa/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 792 const char *identity, const char *radius_cui) in eapol_auth_alloc() 1027 static int eapol_sm_get_eap_user(void *ctx, const u8 *identity, in eapol_sm_get_eap_user()
|