Lines Matching defs:pseudonym
37 u8 *pseudonym;
66 os_free(data->pseudonym);
119 id & CLEAR_PSEUDONYM ? " pseudonym" : "",
123 os_free(data->pseudonym);
124 data->pseudonym = NULL;
144 os_free(data->pseudonym);
145 data->pseudonym = os_malloc(attr->next_pseudonym_len);
146 if (data->pseudonym == NULL) {
148 "next pseudonym");
151 os_memcpy(data->pseudonym, attr->next_pseudonym,
156 data->pseudonym,
254 data->pseudonym) {
255 identity = data->pseudonym;
464 } else if (data->pseudonym) {
465 identity = data->pseudonym;
483 /* Old reauthentication and pseudonym identities must not be used
824 return data->pseudonym || data->reauth_id;
855 if (data->pseudonym) {
857 return data->pseudonym;