Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ is_valid
Method
is_valid
src/client/FSCrypt.cc:555–557 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
553
}
554
555
bool FSCryptKeyValidator::is_valid() const {
556
return (handler->get_epoch() == epoch);
557
}
558
559
FSCryptDenc::FSCryptDenc(CephContext *_cct) : cct(_cct), cipher_ctx(EVP_CIPHER_CTX_new()) {}
560
Callers
3
~SimpleRADOSStriper
Method · 0.45
_readdir_r_cb
Method · 0.45
set_write_snap_context
Method · 0.45
Calls
1
get_epoch
Method · 0.45
Tested by
no test coverage detected