Home
last modified time | relevance | path

Searched refs:tmpidentity (Results 1 – 1 of 1) sorted by relevance

/openssl/ssl/statem/
H A Dstatem_clnt.c2998 char *tmpidentity = NULL; in tls_construct_cke_psk_preamble() local
3029 tmpidentity = OPENSSL_strdup(identity); in tls_construct_cke_psk_preamble()
3030 if (tmppsk == NULL || tmpidentity == NULL) { in tls_construct_cke_psk_preamble()
3040 s->session->psk_identity = tmpidentity; in tls_construct_cke_psk_preamble()
3041 tmpidentity = NULL; in tls_construct_cke_psk_preamble()
3054 OPENSSL_clear_free(tmpidentity, identitylen); in tls_construct_cke_psk_preamble()

Completed in 10 milliseconds