Searched refs:sniName (Results 1 – 1 of 1) sorted by relevance
300 SECItem *sniName = NULL; in SSL_GetNegotiatedHostInfo() local318 sniName = SECITEM_DupItem(crsName); in SSL_GetNegotiatedHostInfo()322 return sniName; in SSL_GetNegotiatedHostInfo()326 sniName = PORT_ZNew(SECItem); in SSL_GetNegotiatedHostInfo()327 if (!sniName) { in SSL_GetNegotiatedHostInfo()331 sniName->data = (void*)name; in SSL_GetNegotiatedHostInfo()332 sniName->len = PORT_Strlen(name); in SSL_GetNegotiatedHostInfo()334 return sniName; in SSL_GetNegotiatedHostInfo()