MCPcopy Create free account
hub / github.com/ceph/ceph / setup

Method setup

src/client/FSCrypt.cc:625–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623}
624
625bool FSCryptDenc::setup(const FSCryptContextRef& _ctx,
626 FSCryptKeyRef& _master_key)
627{
628 ctx = _ctx;
629 master_key = _master_key;
630
631 return setup_cipher();
632}
633
634int FSCryptDenc::calc_key(char ctx_identifier,
635 int key_size,

Callers 1

init_dencMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected