Searched defs:ceph_crypto_key (Results 1 - 1 of 1) sorted by relevance

/net/ceph/
H A Dcrypto.h10 struct ceph_crypto_key { struct
17 static inline void ceph_crypto_key_destroy(struct ceph_crypto_key *key)
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 *secre
[all...]

Completed in 105 milliseconds