Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/wpa/src/eap_server/
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 …]
Deap_server_aka.c54 char permanent[20]; /* Permanent username */ member
113 os_strlcpy(data->permanent, data->reauth->permanent, in eap_aka_check_identity_reauth()
114 sizeof(data->permanent)); in eap_aka_check_identity_reauth()
156 const char *permanent; in eap_aka_check_identity() local
159 permanent = eap_sim_db_get_permanent( in eap_aka_check_identity()
161 if (permanent == NULL) { in eap_aka_check_identity()
168 os_strlcpy(data->permanent, permanent, in eap_aka_check_identity()
169 sizeof(data->permanent)); in eap_aka_check_identity()
766 const char *permanent; in eap_aka_determine_identity() local
769 permanent = eap_sim_db_get_permanent( in eap_aka_determine_identity()
[all …]
Deap_server_sim.c41 char permanent[20]; /* Permanent username */ member
487 os_strlcpy(data->permanent, data->reauth->permanent, in eap_sim_process_start()
488 sizeof(data->permanent)); in eap_sim_process_start()
496 const char *permanent; in eap_sim_process_start() local
499 permanent = eap_sim_db_get_permanent( in eap_sim_process_start()
502 if (permanent == NULL) { in eap_sim_process_start()
508 os_strlcpy(data->permanent, permanent, in eap_sim_process_start()
509 sizeof(data->permanent)); in eap_sim_process_start()
513 os_strlcpy(data->permanent, username, sizeof(data->permanent)); in eap_sim_process_start()
541 sm->cfg->eap_sim_db_priv, data->permanent, EAP_SIM_MAX_CHAL, in eap_sim_process_start()
[all …]
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-12-stable/sys/gnu/dts/arm/
Dkirkwood-t5325.dts101 label = "permanent u-boot env";
106 label = "permanent u-boot env";
/freebsd-12-stable/contrib/bsnmp/lib/
Dtc.def45 4 permanent
/freebsd-12-stable/contrib/bearssl/src/x509/
Dx509_decoder.t0109 \ Copy the public key (RSA) to the permanent buffer.
120 \ Copy the public key (EC) to the permanent buffer.
Dx509_minimal.t0784 \ Copy the EE public key to the permanent buffer (RSA).
796 \ Copy the EE public key to the permanent buffer (EC).
/freebsd-12-stable/contrib/ncurses/misc/
Dncurses.supp34 # free all of ncurses' "permanent" memory.
/freebsd-12-stable/sbin/natd/samples/
Dnatd.cf.sample51 # Configure permanent links. If you use host names instead
/freebsd-12-stable/crypto/openssh/
DREADME.tun127 Protocol (IPSec) for robust and permanent VPN connections and to
/freebsd-12-stable/contrib/netbsd-tests/net/ndp/
Dt_ndp.sh256 echo $(rump.ndp -a -n |grep -v -e Neighbor -e permanent |wc -l)
/freebsd-12-stable/sys/contrib/octeon-sdk/
Dcvmx-resources.config166 permanent = false
/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_CTX_set_tmp_dh_callback.pod43 Anonymous ciphers (without a permanent server key) also use ephemeral DH keys.
DOSSL_STORE_INFO.pod125 The returned URI is considered canonical and must be unique and permanent
/freebsd-12-stable/contrib/smbfs/
DHISTORY130 'login' - create permanent connection to remote host
/freebsd-12-stable/contrib/ntp/sntp/libopts/
DCOPYING.lgplv3164 permanent authorization for you to choose that version for the
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
DBRIDGE-MIB.txt1114 permanent(3),
1122 The default value is permanent(3).
1128 permanent(3) - this entry is currently in use and
/freebsd-12-stable/contrib/tzdata/
DNEWS417 permanent +03, so they will not fall back from +03 to +02 on
1062 permanent -07 on 2020-11-01, not on 2020-03-08 as 2020a had it.
1125 "permanent Pacific Daylight Saving Time", we prefer MST for
1497 Morocco switches to permanent +01 on 2018-10-28.
1501 Morocco switches from +00/+01 to permanent +01 effective 2018-10-28,
2207 assume it's permanent. (Thanks to Juan Correa and Deborah
2464 Turkey switched from EET/EEST (+02/+03) to permanent +03,
2682 Chile reverts from permanent to seasonal DST. (Thanks to Juan
3649 Commentary about permanent Antarctic bases has been updated.
4289 Assume that the recent change to Paraguay's DST rules is permanent,
[all …]
/freebsd-12-stable/sys/dev/oce/
Doce_hw.h1142 uint8_t permanent; member
1146 uint8_t permanent;
/freebsd-12-stable/contrib/sendmail/cf/m4/
Dproto.m4586 # issue temporary errors (4xy) instead of permanent errors (5xy)?
2085 dnl $#error permanent failure (or temporary if from access map)
2861 dnl maybe use it to distinguish permanent/temporary error?
2862 dnl if MAIL: permanent (STARTTLS has not been offered)
2941 dnl permanent or temporary error?
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-19992213 (start_decl): Don't rebuild non-permanent ARRAY_TYPEs.
2223 non-permanent CONSTANTs and STRINGs.
2990 * pt.c (push_template_decl_real): Make permanent lists have
2991 permanent elements.
3096 * decl.c (lookup_label): Build labels on the permanent obstack
3268 * init.c (build_vec_delete_1): Make the children of a permanent
3269 BIND_EXPR permanent.
3334 * lex.c (build_lang_decl): Build declarations on the permanent
4698 * semantics.c (finish_asm_stmt): Make strings permanent if they're
DChangeLog-1997138 not just the list containing them, to the permanent obstack.
150 permanent obstack if we are processing a template decl.
1013 * decl.c (grokparms): Don't bash a permanent list node if we're
/freebsd-12-stable/share/examples/IPv6/
DUSAGE253 3ffe:501:4819:2000:2c0:cff:fe 0:c0:c:10:3a:53 ed0 permanent R
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
Dgmock-generated-actions.h.pump104 callback->CheckIsRepeatable(); // Makes sure the callback is permanent.

123