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

Method decode_extra

src/client/FSCrypt.h:238–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 uint8_t nonce[FSCRYPT_FILE_NONCE_SIZE];
237
238 void decode_extra(bufferlist::const_iterator& bl) override {
239 bl.copy(sizeof(nonce), (char *)nonce);
240 }
241
242 void encode_extra(bufferlist& bl) const override {
243 bl.append((char *)nonce, sizeof(nonce));

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected