Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
inline bool
200
CryptoContext::hash_immediate(CryptoHash &hash, void const *data, int length)
201
{
202
return this->update(data, length) && this->finalize(hash);
203
}
204
205
inline CryptoContext::~CryptoContext()
206
{
Callers
11
REGRESSION_TEST(cache_disk_replacement_stability)
Function · 0.45
init
Method · 0.45
obtain_outbound
Method · 0.45
acquire_session
Method · 0.45
id_from_name
Method · 0.45
compute_signature
Method · 0.45
ats_ip_hash
Function · 0.45
TSCacheKeyDigestSet
Function · 0.45
StripeSM
Method · 0.45
tsmemcache.cc
File · 0.45
attach_hostname
Method · 0.45
Calls
2
update
Method · 0.95
finalize
Method · 0.45
Tested by
1
REGRESSION_TEST(cache_disk_replacement_stability)
Function · 0.36