Searched refs:psnce (Results 1 – 1 of 1) sorted by relevance
530 srvNameCacheEntry *psnce, in ConvertToSID() argument584 if (from->u.ssl3.srvNameIndex != -1 && psnce) { in ConvertToSID()587 name.type = psnce->type; in ConvertToSID()588 name.len = psnce->nameLen; in ConvertToSID()589 name.data = psnce->name; in ConvertToSID()753 srvNameCacheEntry *psnce = 0; in ServerSessionIDLookup() local803 psnce = &cache->srvNameCacheData[cndx]; in ServerSessionIDLookup()805 if (!PORT_Memcmp(psnce->nameHash, psce->u.ssl3.srvNameHash, in ServerSessionIDLookup()807 snce = *psnce; in ServerSessionIDLookup()814 psnce = 0; in ServerSessionIDLookup()[all …]