ceph_crypto_key 95 include/linux/ceph/auth.h const struct ceph_crypto_key *key; /* our secret key */ ceph_crypto_key 102 include/linux/ceph/auth.h const struct ceph_crypto_key *key); ceph_crypto_key 66 include/linux/ceph/libceph.h struct ceph_crypto_key *key; ceph_crypto_key 39 net/ceph/auth.c struct ceph_auth_client *ceph_auth_init(const char *name, const struct ceph_crypto_key *key) ceph_crypto_key 54 net/ceph/auth_x.c static int ceph_x_encrypt(struct ceph_crypto_key *secret, void *buf, ceph_crypto_key 74 net/ceph/auth_x.c static int __ceph_x_decrypt(struct ceph_crypto_key *secret, void *p, ceph_crypto_key 94 net/ceph/auth_x.c static int ceph_x_decrypt(struct ceph_crypto_key *secret, void **p, void *end) ceph_crypto_key 158 net/ceph/auth_x.c struct ceph_crypto_key *secret, ceph_crypto_key 171 net/ceph/auth_x.c struct ceph_crypto_key new_session_key = { 0 }; ceph_crypto_key 267 net/ceph/auth_x.c struct ceph_crypto_key *secret, ceph_crypto_key 19 net/ceph/auth_x.h struct ceph_crypto_key session_key; ceph_crypto_key 32 net/ceph/auth_x.h struct ceph_crypto_key session_key; ceph_crypto_key 41 net/ceph/auth_x.h struct ceph_crypto_key secret; ceph_crypto_key 320 net/ceph/ceph_common.c static int get_secret(struct ceph_crypto_key *dst, const char *name) { ceph_crypto_key 324 net/ceph/ceph_common.c struct ceph_crypto_key *ckey; ceph_crypto_key 23 net/ceph/crypto.c static int set_secret(struct ceph_crypto_key *key, void *buf) ceph_crypto_key 70 net/ceph/crypto.c int ceph_crypto_key_clone(struct ceph_crypto_key *dst, ceph_crypto_key 71 net/ceph/crypto.c const struct ceph_crypto_key *src) ceph_crypto_key 73 net/ceph/crypto.c memcpy(dst, src, sizeof(struct ceph_crypto_key)); ceph_crypto_key 77 net/ceph/crypto.c int ceph_crypto_key_encode(struct ceph_crypto_key *key, void **p, void *end) ceph_crypto_key 89 net/ceph/crypto.c int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end) ceph_crypto_key 107 net/ceph/crypto.c int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) ceph_crypto_key 134 net/ceph/crypto.c void ceph_crypto_key_destroy(struct ceph_crypto_key *key) ceph_crypto_key 218 net/ceph/crypto.c static int ceph_aes_crypt(const struct ceph_crypto_key *key, bool encrypt, ceph_crypto_key 282 net/ceph/crypto.c int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt, ceph_crypto_key 299 net/ceph/crypto.c struct ceph_crypto_key *ckey; ceph_crypto_key 331 net/ceph/crypto.c struct ceph_crypto_key *ckey = prep->payload.data[0]; ceph_crypto_key 338 net/ceph/crypto.c struct ceph_crypto_key *ckey = key->payload.data[0]; ceph_crypto_key 19 net/ceph/crypto.h int ceph_crypto_key_clone(struct ceph_crypto_key *dst, ceph_crypto_key 20 net/ceph/crypto.h const struct ceph_crypto_key *src); ceph_crypto_key 21 net/ceph/crypto.h int ceph_crypto_key_encode(struct ceph_crypto_key *key, void **p, void *end); ceph_crypto_key 22 net/ceph/crypto.h int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end); ceph_crypto_key 23 net/ceph/crypto.h int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *in); ceph_crypto_key 24 net/ceph/crypto.h void ceph_crypto_key_destroy(struct ceph_crypto_key *key); ceph_crypto_key 27 net/ceph/crypto.h int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt,