Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ empty
Method
empty
src/auth/Crypto.h:130–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
const ceph::buffer::ptr& get_secret() const { return secret; }
129
130
bool empty() const { return ckh.get() == nullptr; }
131
132
void encode_base64(std::string& s) const {
133
ceph::buffer::list bl;
Callers
15
Auth.cc
File · 0.45
from_ceph_context
Method · 0.45
encode_formatted
Method · 0.45
decode
Method · 0.45
load
Method · 0.45
print
Method · 0.45
_parse_method_list
Method · 0.45
_parse_mode_list
Method · 0.45
any_supported_methods
Method · 0.45
encrypt
Method · 0.45
decrypt
Method · 0.45
AuthMethodList
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected