Home
last modified time | relevance | path

Searched refs:permanent (Results 1 – 25 of 69) sorted by relevance

123

/freebsd/contrib/wpa/src/eap_server/
H A Deap_sim_db.c32 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 Deap_server_aka.c55 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 Deap_server_sim.c43 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 Deap_sim_db.h55 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/crypto/openssl/doc/designs/quic-design/
H A Derror-handling.md50 is a permanent error that affects the error state of the QUIC connection.
52 depending on their effect they are either permanent if they cause the
74 for errors happening in the internal assistance thread. When a permanent error
79 a permanent connection error, entries from the QUIC_CHANNEL error stack
89 a permanent error on the connection. The only case when SSL_tick() may
/freebsd/crypto/krb5/src/kadmin/dbutil/
H A Dimport_err.et18 error_code IMPORT_RENAME_LOCK, "while acquiring permanent lock"
19 error_code IMPORT_RENAME_UNLOCK, "while releasing permanent lock"
/freebsd/tests/sys/netinet/
H A Darp.sh200 permanent=\
211 atf_check -o "inline:${permanent}" jexec ${jname}a arp -n ${ipb}
227 atf_check -o "inline:${permanent}" jexec ${jname}a arp -n ${ipb}
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-t5325.dts101 label = "permanent u-boot env";
106 label = "permanent u-boot env";
/freebsd/contrib/bsnmp/lib/
H A Dtc.def44 4 permanent
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dpmc.txt52 hardware does not have DEVDISR2) upon a request for permanent device
/freebsd/contrib/bearssl/src/x509/
H A Dx509_decoder.t0109 \ 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 Dncurses.supp35 # free all of ncurses' "permanent" memory.
/freebsd/sbin/natd/samples/
H A Dnatd.cf.sample50 # Configure permanent links. If you use host names instead
/freebsd/contrib/tzcode/
H A Dtzselect.ksh793 You can make this change permanent for yourself by appending the line
/freebsd/contrib/netbsd-tests/net/ndp/
H A Dt_ndp.sh256 echo $(rump.ndp -a -n |grep -v -e Neighbor -e permanent |wc -l)
/freebsd/crypto/openssh/
H A DREADME.tun127 Protocol (IPSec) for robust and permanent VPN connections and to
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tmp_dh_callback.pod40 signing. Anonymous ciphers (without a permanent server key) also use ephemeral
H A DSSL_poll.pod186 permanent exception condition; as such, after an event has been reported by
233 example if a network BIO has encountered a permanent error.
H A DOSSL_STORE_INFO.pod153 The returned URI is considered canonical and must be unique and permanent
/freebsd/contrib/smbfs/
H A DHISTORY130 'login' - create permanent connection to remote host
/freebsd/contrib/googletest/docs/reference/
H A Dactions.md65 `callback`, which must be permanent. The type of `callback` must be a base
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8994-sony-xperia-kitakami.dtsi451 * There is an issue with the eMMC causing permanent
/freebsd/contrib/ntp/sntp/libopts/
H A DCOPYING.lgplv3164 permanent authorization for you to choose that version for the
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBRIDGE-MIB.txt1112 permanent(3),
1120 The default value is permanent(3).
1126 permanent(3) - this entry is currently in use and
/freebsd/
H A DCONTRIBUTING.md104 if your patch is accepted, the name and email address will become a permanent

123