Lines Matching refs:ceph_crypto_key
10 struct ceph_crypto_key { struct
17 static inline void ceph_crypto_key_destroy(struct ceph_crypto_key *key) in ceph_crypto_key_destroy() argument
25 int ceph_crypto_key_clone(struct ceph_crypto_key *dst,
26 const struct ceph_crypto_key *src);
27 int ceph_crypto_key_encode(struct ceph_crypto_key *key, void **p, void *end);
28 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end);
29 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *in);
32 int ceph_decrypt(struct ceph_crypto_key *secret,
35 int ceph_encrypt(struct ceph_crypto_key *secret,
38 int ceph_decrypt2(struct ceph_crypto_key *secret,
42 int ceph_encrypt2(struct ceph_crypto_key *secret,