MCPcopy Create free account
hub / github.com/apache/trafficserver / SSLSessionID

Method SSLSessionID

src/iocore/net/SSLSessionCache.h:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50struct SSLSessionID : public TSSslSessionID {
51 SSLSessionID(const unsigned char *s, size_t l)
52 {
53 len = l;
54 ink_release_assert(l <= sizeof(bytes));
55 memcpy(bytes, s, l);
56 hash();
57 }
58
59 SSLSessionID(const SSLSessionID &other)
60 {

Callers

nothing calls this directly

Calls 2

hashFunction · 0.85
memcpyFunction · 0.50

Tested by

no test coverage detected