Lines Matching defs:pseudonym
42 u8 *pseudonym;
100 os_free(data->pseudonym);
170 id & CLEAR_PSEUDONYM ? " pseudonym" : "",
174 os_free(data->pseudonym);
175 data->pseudonym = NULL;
195 os_free(data->pseudonym);
196 data->pseudonym = os_malloc(attr->next_pseudonym_len);
197 if (data->pseudonym == NULL) {
199 "next pseudonym");
202 os_memcpy(data->pseudonym, attr->next_pseudonym,
207 data->pseudonym,
265 data->pseudonym) {
266 identity = data->pseudonym;
540 } else if (data->pseudonym) {
541 identity = data->pseudonym;
562 /* Old reauthentication and pseudonym identities must not be used
887 return data->pseudonym || data->reauth_id;
924 if (data->pseudonym) {
926 return data->pseudonym;