/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_sim_db.c | 32 char *permanent; /* permanent username */ member 182 const char *permanent, char *pseudonym) in db_add_pseudonym() argument 187 if (!valid_db_string(permanent) || !valid_db_string(pseudonym)) { in db_add_pseudonym() 194 permanent, pseudonym); in db_add_pseudonym() 243 static int db_add_reauth(struct eap_sim_db_data *data, const char *permanent, in db_add_reauth() argument 250 if (!valid_db_string(permanent) || !valid_db_string(reauth_id)) { in db_add_reauth() 264 permanent, reauth_id, counter); in db_add_reauth() 317 reauth->permanent = data->db_tmp_identity; in get_reauth_cb() 354 if (data->db_tmp_reauth.permanent == NULL) in db_get_reauth() 365 if (!valid_db_string(reauth->permanent)) in db_remove_reauth() [all …]
|
H A D | eap_server_aka.c | 55 char permanent[20]; /* Permanent username */ member 119 os_strlcpy(data->permanent, data->reauth->permanent, in eap_aka_check_identity_reauth() 120 sizeof(data->permanent)); in eap_aka_check_identity_reauth() 122 data->reauth->permanent, in eap_aka_check_identity_reauth() 136 os_strlcpy(data->permanent, data->reauth->permanent, in eap_aka_check_identity_reauth() 137 sizeof(data->permanent)); in eap_aka_check_identity_reauth() 186 os_strlcpy(data->permanent, sm->sim_aka_permanent, in eap_aka_check_identity() 187 sizeof(data->permanent)); in eap_aka_check_identity() 196 const char *permanent; in eap_aka_check_identity() local 199 permanent = eap_sim_db_get_permanent( in eap_aka_check_identity() [all …]
|
H A D | eap_server_sim.c | 43 char permanent[20]; /* Permanent username */ member 525 os_strlcpy(data->permanent, in eap_sim_process_start() 526 data->reauth->permanent, in eap_sim_process_start() 527 sizeof(data->permanent)); in eap_sim_process_start() 529 data->reauth->permanent, in eap_sim_process_start() 541 os_strlcpy(data->permanent, data->reauth->permanent, in eap_sim_process_start() 542 sizeof(data->permanent)); in eap_sim_process_start() 550 const char *permanent; in eap_sim_process_start() local 553 permanent = eap_sim_db_get_permanent( in eap_sim_process_start() 556 if (permanent == NULL) { in eap_sim_process_start() [all …]
|
H A D | eap_sim_db.h | 55 const char *permanent, char *pseudonym); 57 int eap_sim_db_add_reauth(struct eap_sim_db_data *data, const char *permanent, 60 const char *permanent, 69 char *permanent; /* Permanent username */ member
|
/freebsd/tests/sys/netinet/ |
H A D | arp.sh | 198 permanent=\ 209 atf_check -o "inline:${permanent}" jexec ${jname}a arp -n ${ipb} 225 atf_check -o "inline:${permanent}" jexec ${jname}a arp -n ${ipb}
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | kirkwood-t5325.dts | 101 label = "permanent u-boot env"; 106 label = "permanent u-boot env";
|
/freebsd/contrib/bsnmp/lib/ |
H A D | tc.def | 44 4 permanent
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | pmc.txt | 52 hardware does not have DEVDISR2) upon a request for permanent device
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | x509_decoder.t0 | 109 \ Copy the public key (RSA) to the permanent buffer. 120 \ Copy the public key (EC) to the permanent buffer.
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.supp | 35 # free all of ncurses' "permanent" memory.
|
/freebsd/sbin/natd/samples/ |
H A D | natd.cf.sample | 50 # Configure permanent links. If you use host names instead
|
/freebsd/contrib/tzcode/ |
H A D | tzselect.ksh | 793 You can make this change permanent for yourself by appending the line
|
H A D | NEWS | 605 permanent +03, so they will not fall back from +03 to +02 on 1250 permanent -07 on 2020-11-01, not on 2020-03-08 as 2020a had it. 1313 "permanent Pacific Daylight Saving Time", we prefer MST for 1685 Morocco switches to permanent +01 on 2018-10-28. 1689 Morocco switches from +00/+01 to permanent +01 effective 2018-10-28, 2395 assume it's permanent. (Thanks to Juan Correa and Deborah 2652 Turkey switched from EET/EEST (+02/+03) to permanent +03, 2870 Chile reverts from permanent to seasonal DST. (Thanks to Juan 3837 Commentary about permanent Antarctic bases has been updated. 4477 Assume that the recent change to Paraguay's DST rules is permanent, [all...] |
/freebsd/contrib/netbsd-tests/net/ndp/ |
H A D | t_ndp.sh | 256 echo $(rump.ndp -a -n |grep -v -e Neighbor -e permanent |wc -l)
|
/freebsd/crypto/openssh/ |
H A D | README.tun | 127 Protocol (IPSec) for robust and permanent VPN connections and to
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_tmp_dh_callback.pod | 40 signing. Anonymous ciphers (without a permanent server key) also use ephemeral
|
H A D | OSSL_STORE_INFO.pod | 153 The returned URI is considered canonical and must be unique and permanent
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | actions.md | 64 `callback`, which must be permanent. The type of `callback` must be a base
|
/freebsd/contrib/smbfs/ |
H A D | HISTORY | 130 'login' - create permanent connection to remote host
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8994-sony-xperia-kitakami.dtsi | 451 * There is an issue with the eMMC causing permanent
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | COPYING.lgplv3 | 164 permanent authorization for you to choose that version for the
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/ |
H A D | BRIDGE-MIB.txt | 1112 permanent(3), 1120 The default value is permanent(3). 1126 permanent(3) - this entry is currently in use and
|
/freebsd/ |
H A D | CONTRIBUTING.md | 92 Do note that your name and email address will become a permanent and immutable
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_type.h | 1136 bool permanent:1; member
|
/freebsd/contrib/tzdata/ |
H A D | NEWS | 31 Paraguay adopted permanent -03 starting spring 2024. 708 permanent +03, so they will not fall back from +03 to +02 on 1353 permanent -07 on 2020-11-01, not on 2020-03-08 as 2020a had it. 1416 "permanent Pacific Daylight Saving Time", we prefer MST for 1788 Morocco switches to permanent +01 on 2018-10-28. 1792 Morocco switches from +00/+01 to permanent +01 effective 2018-10-28, 2498 assume it's permanent. (Thanks to Juan Correa and Deborah 2755 Turkey switched from EET/EEST (+02/+03) to permanent +03, 2973 Chile reverts from permanent to seasonal DST. (Thanks to Juan 3940 Commentary about permanent Antarctic bases has been updated. [all …]
|