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

Method clear

src/auth/Crypto.h:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 static std::list<CryptoKey> generate_test_instances();
117
118 void clear() {
119 *this = CryptoKey();
120 }
121
122 int get_type() const { return type; }
123 utime_t get_created() const { return created; }

Callers 7

_parse_method_listMethod · 0.45
_parse_mode_listMethod · 0.45
get_supported_methodsMethod · 0.45
get_supported_modesMethod · 0.45
clear_secretsMethod · 0.45
handle_requestMethod · 0.45

Calls 1

CryptoKeyClass · 0.70

Tested by

no test coverage detected