Searched refs:identity (Results 76 - 100 of 106) sorted by relevance

12345

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c254 char *identity,
258 static unsigned int psk_server_callback(SSL *ssl, const char *identity,
1699 BIO_printf(bio_err, "setting PSK identity hint to s_ctx\n");
1701 BIO_printf(bio_err, "error setting PSK identity hint to s_ctx\n");
1706 BIO_printf(bio_err, "error setting PSK identity hint to s_ctx2\n");
3281 char *identity,
3289 ret = BIO_snprintf(identity, max_identity_len, "Client_identity");
3293 fprintf(stderr, "client: created identity '%s' len=%d\n", identity,
3303 static unsigned int psk_server_callback(SSL *ssl, const char *identity, argument
3280 psk_client_callback(SSL *ssl, const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len) argument
[all...]
H A Dssl_lib.c3487 char *identity,
3500 char *identity,
3512 const char *identity,
3522 const char *identity,
3484 SSL_set_psk_client_callback(SSL *s, unsigned int (*cb) (SSL *ssl, const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len)) argument
3497 SSL_CTX_set_psk_client_callback(SSL_CTX *ctx, unsigned int (*cb) (SSL *ssl, const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len)) argument
3510 SSL_set_psk_server_callback(SSL *s, unsigned int (*cb) (SSL *ssl, const char *identity, unsigned char *psk, unsigned int max_psk_len)) argument
3520 SSL_CTX_set_psk_server_callback(SSL_CTX *ctx, unsigned int (*cb) (SSL *ssl, const char *identity, unsigned char *psk, unsigned int max_psk_len)) argument
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_server.c350 static unsigned int psk_server_cb(SSL *ssl, const char *identity, argument
359 if (!identity) {
360 BIO_printf(bio_err, "Error: client did not send PSK identity\n");
364 BIO_printf(bio_s_out, "identity_len=%d identity=%s\n",
365 (int)strlen(identity), identity);
367 /* here we could lookup the given identity e.g. from a database */
368 if (strcmp(identity, psk_identity) != 0) {
369 BIO_printf(bio_s_out, "PSK error: client identity not found"
370 " (got '%s' expected '%s')\n", identity, psk_identit
[all...]
H A Ds_client.c234 /* Default PSK identity and key */
240 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity, argument
255 "NULL received PSK identity hint, continuing anyway\n");
257 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
260 * lookup PSK identity and PSK key based on the given identity hint here
262 ret = BIO_snprintf(identity, max_identity_len, "%s", psk_identity);
266 BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity,
358 BIO_printf(bio_err, " -psk_identity arg - PSK identity\
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dcsh-mode.el215 (mapconcat 'identity csh-keywords "\\>\\|\\<")
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_teap.c546 const u8 *identity, *password; local
554 identity = eap_get_config_identity(sm, &identity_len);
556 if (!identity || !password ||
569 wpabuf_put_data(resp, identity, identity_len);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.h644 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity,
H A Dap_config.h161 u8 *identity; member in struct:hostapd_eap_user
H A Dwpa_auth.h285 const u8 *identity, size_t identity_len);
H A Dhostapd.c417 bin_clear_free(hapd->tmp_eap_user.identity,
892 u8 *identity; local
897 identity = ieee802_1x_get_identity(sta->eapol_sm,
899 if (!identity ||
901 os_memcmp(identity, attr->user_name, identity_len)
H A Dbeacon.c747 char *identity = NULL; local
760 &psk, &identity, &radius_cui, 1);
H A Dap_config.c565 os_free(user->identity);
H A Dsta_info.c335 os_free(sta->identity);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseMultiSet.h83 typename KeyFunctorT = identity<unsigned>,
H A DSTLExtras.h82 template <class Ty> struct identity { struct in namespace:llvm
613 identity<bool>{});
726 identity<bool>{});
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h328 /** log identity to report */
331 /** do not report identity (id.server, hostname.bind) */
337 /** identity, hostname is returned if "". */
338 char* identity; member in struct:config_file
521 /** true to send "identity" via dnstap */
525 /** dnstap "identity", hostname is used if "". */
H A Dconfig_file.c238 cfg->identity = NULL;
503 else S_STR("log-identity:", log_identity)
587 else S_YNO("hide-identity:", hide_identity)
590 else S_STR("identity:", identity)
695 else S_YNO("dnstap-send-identity:", dnstap_send_identity)
697 else S_STR("dnstap-identity:", dnstap_identity)
960 else O_STR(opt, "log-identity", log_identity)
1041 else O_YNO(opt, "hide-identity", hide_identity)
1044 else O_STR(opt, "identity", identit
[all...]
H A Dconfigparser.y1302 free(cfg_parser->cfg->identity);
1303 cfg_parser->cfg->identity = $2;
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_mschapv2.c342 username = sm->identity;
H A Deap_server_ikev2.c38 "to user identity from EAP-Identity");
39 IDr = sm->identity;
H A Deap_server_pwd.c603 os_memcpy(data->id_peer, id->identity, data->id_peer_len);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c433 if (ssid->eap.identity &&
435 os_memcmp(ssid->eap.identity, WSC_ID_REGISTRAR,
439 os_free(ssid->eap.identity);
440 ssid->eap.identity = NULL;
1017 wpa_config_set(ssid, "identity", registrar ?
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.c948 if(cfg->identity==NULL || cfg->identity[0]==0) {
958 else chaos_replyonestr(pkt, cfg->identity, edns, w, repinfo);
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec623 - Redo patch to ssh-add to try to adding both identity and id_dsa to also try
715 - Patch ssh-add to try to add both identity and id_dsa, and to error only
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp135 using RegUnitSet = SparseSet<uint16_t, identity<uint16_t>>;
1206 LLVM_DEBUG(dbgs() << "Mark identity copy for removal\n");

Completed in 462 milliseconds

12345