MCPcopy 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
555bool FSCryptKeyValidator::is_valid() const {
556 return (handler->get_epoch() == epoch);
557}
558
559FSCryptDenc::FSCryptDenc(CephContext *_cct) : cct(_cct), cipher_ctx(EVP_CIPHER_CTX_new()) {}
560

Callers 3

~SimpleRADOSStriperMethod · 0.45
_readdir_r_cbMethod · 0.45

Calls 1

get_epochMethod · 0.45

Tested by

no test coverage detected