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
23 int ceph_crypto_key_clone(struct ceph_crypto_key *dst,
24 const struct ceph_crypto_key *src);
25 int ceph_crypto_key_encode(struct ceph_crypto_key *key, void **p, void *end);
26 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end);
27 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *in);
30 int ceph_decrypt(struct ceph_crypto_key *secret,
33 int ceph_encrypt(struct ceph_crypto_key *secret,
36 int ceph_decrypt2(struct ceph_crypto_key *secret,
40 int ceph_encrypt2(struct ceph_crypto_key *secret,