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

Method hash_immediate

include/tscore/CryptoHash.h:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199inline bool
200CryptoContext::hash_immediate(CryptoHash &hash, void const *data, int length)
201{
202 return this->update(data, length) && this->finalize(hash);
203}
204
205inline CryptoContext::~CryptoContext()
206{

Callers 11

initMethod · 0.45
obtain_outboundMethod · 0.45
acquire_sessionMethod · 0.45
id_from_nameMethod · 0.45
compute_signatureMethod · 0.45
ats_ip_hashFunction · 0.45
TSCacheKeyDigestSetFunction · 0.45
StripeSMMethod · 0.45
tsmemcache.ccFile · 0.45
attach_hostnameMethod · 0.45

Calls 2

updateMethod · 0.95
finalizeMethod · 0.45