Home | History | Annotate | Download | only in ssl

Lines Matching refs:psk_identity

2304 		if (s->session->psk_identity != NULL)
2305 OPENSSL_free(s->session->psk_identity);
2306 s->session->psk_identity = BUF_strdup(tmp_id);
2308 if (s->session->psk_identity == NULL)