Searched refs:permanent (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_server/
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 in struct:eap_sim_reauth
H A Deap_sim_db.c32 char *permanent; /* permanent username */ member in struct:eap_sim_pseudonym
99 " permanent CHAR(21) PRIMARY KEY,"
120 " permanent CHAR(21) PRIMARY KEY,"
182 const char *permanent, char *pseudonym)
187 if (!valid_db_string(permanent) || !valid_db_string(pseudonym)) {
193 "(permanent, pseudonym) VALUES ('%s', '%s');",
194 permanent, pseudonym);
213 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) {
232 "SELECT permanent FRO
181 db_add_pseudonym(struct eap_sim_db_data *data, const char *permanent, char *pseudonym) argument
243 db_add_reauth(struct eap_sim_db_data *data, const char *permanent, char *reauth_id, u16 counter, const u8 *mk, const u8 *k_encr, const u8 *k_aut, const u8 *k_re) argument
1110 eap_sim_db_add_pseudonym(struct eap_sim_db_data *data, const char *permanent, char *pseudonym) argument
1156 eap_sim_db_add_reauth_data(struct eap_sim_db_data *data, const char *permanent, char *reauth_id, u16 counter) argument
1213 eap_sim_db_add_reauth(struct eap_sim_db_data *data, const char *permanent, char *reauth_id, u16 counter, const u8 *mk) argument
1254 eap_sim_db_add_reauth_prime(struct eap_sim_db_data *data, const char *permanent, char *reauth_id, u16 counter, const u8 *k_encr, const u8 *k_aut, const u8 *k_re) argument
[all...]
H A Deap_server_aka.c54 char permanent[20]; /* Permanent username */ member in struct:eap_aka_data
113 os_strlcpy(data->permanent, data->reauth->permanent,
114 sizeof(data->permanent));
156 const char *permanent; local
159 permanent = eap_sim_db_get_permanent(
161 if (permanent == NULL) {
164 "identity - request permanent identity");
168 os_strlcpy(data->permanent, permanent,
766 const char *permanent; local
[all...]
H A Deap_server_sim.c41 char permanent[20]; /* Permanent username */ member in struct:eap_sim_data
487 os_strlcpy(data->permanent, data->reauth->permanent,
488 sizeof(data->permanent));
496 const char *permanent; local
499 permanent = eap_sim_db_get_permanent(
502 if (permanent == NULL) {
504 "identity - request permanent identity");
508 os_strlcpy(data->permanent, permanent,
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql63 permanent change is made to the database and the transaction is
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql85 permanent change is made to the database and the transaction is
/freebsd-11-stable/contrib/netbsd-tests/net/ndp/
H A Dt_ndp.sh129 atf_check -s exit:0 -o match:'permanent' rump.ndp -n $IP6SRC
131 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n $IP6DST
138 atf_check -s exit:0 -o match:'permanent' rump.ndp -n $IP6SRC
170 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::10
191 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n $IP6DST
192 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::11
193 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::12
215 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n fc00::10
231 # Cannot overwrite a permanent cache
240 atf_check -s exit:0 -o match:'permanent' rum
[all...]
/freebsd-11-stable/sys/dev/oce/
H A Doce_hw.h1140 uint8_t permanent; member in struct:mbx_query_common_iface_mac::__anon7365::__anon7366
1144 uint8_t permanent;
H A Doce_mbox.c461 fwcmd->params.req.permanent = perm;
/freebsd-11-stable/contrib/byacc/
H A Dconfigure699 --disable-leaks test: free permanent memory, analyze leaks
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c912 MKT(UNI_CAUSE_COND_PERM, permanent),
/freebsd-11-stable/contrib/dialog/
H A Dconfigure705 --with-no-leaks test: free permanent memory, analyze leaks

Completed in 379 milliseconds