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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/
H A Dcrypto.h10 struct ceph_crypto_key { struct
17 static inline void ceph_crypto_key_destroy(struct ceph_crypto_key *key)
22 extern int ceph_crypto_key_encode(struct ceph_crypto_key *key,
24 extern int ceph_crypto_key_decode(struct ceph_crypto_key *key,
26 extern int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *in);
29 extern int ceph_decrypt(struct ceph_crypto_key *secret,
32 extern int ceph_encrypt(struct ceph_crypto_key *secret,
35 extern int ceph_decrypt2(struct ceph_crypto_key *secret,
39 extern int ceph_encrypt2(struct ceph_crypto_key *secret,
H A Dauth_x.h17 struct ceph_crypto_key session_key;
35 struct ceph_crypto_key secret;
H A Dcrypto.c12 int ceph_crypto_key_encode(struct ceph_crypto_key *key, void **p, void *end)
24 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end)
42 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey)
319 int ceph_decrypt(struct ceph_crypto_key *secret, void *dst, size_t *dst_len,
339 int ceph_decrypt2(struct ceph_crypto_key *secret,
372 int ceph_encrypt(struct ceph_crypto_key *secret, void *dst, size_t *dst_len,
392 int ceph_encrypt2(struct ceph_crypto_key *secret, void *dst, size_t *dst_len,
H A Dauth_x.c47 static int ceph_x_encrypt(struct ceph_crypto_key *secret,
65 static int ceph_x_decrypt(struct ceph_crypto_key *secret,
132 struct ceph_crypto_key *secret,
166 struct ceph_crypto_key old_key;
169 struct ceph_crypto_key new_session_key;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ceph/
H A Dcrypto.h10 struct ceph_crypto_key { struct
17 static inline void ceph_crypto_key_destroy(struct ceph_crypto_key *key)
22 extern int ceph_crypto_key_encode(struct ceph_crypto_key *key,
24 extern int ceph_crypto_key_decode(struct ceph_crypto_key *key,
26 extern int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *in);
29 extern int ceph_decrypt(struct ceph_crypto_key *secret,
32 extern int ceph_encrypt(struct ceph_crypto_key *secret,
35 extern int ceph_decrypt2(struct ceph_crypto_key *secret,
39 extern int ceph_encrypt2(struct ceph_crypto_key *secret,
H A Dauth_x.h17 struct ceph_crypto_key session_key;
35 struct ceph_crypto_key secret;
H A Dcrypto.c12 int ceph_crypto_key_encode(struct ceph_crypto_key *key, void **p, void *end)
24 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end)
42 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey)
319 int ceph_decrypt(struct ceph_crypto_key *secret, void *dst, size_t *dst_len,
339 int ceph_decrypt2(struct ceph_crypto_key *secret,
372 int ceph_encrypt(struct ceph_crypto_key *secret, void *dst, size_t *dst_len,
392 int ceph_encrypt2(struct ceph_crypto_key *secret, void *dst, size_t *dst_len,
H A Dauth_x.c47 static int ceph_x_encrypt(struct ceph_crypto_key *secret,
65 static int ceph_x_decrypt(struct ceph_crypto_key *secret,
132 struct ceph_crypto_key *secret,
166 struct ceph_crypto_key old_key;
169 struct ceph_crypto_key new_session_key;

Completed in 147 milliseconds