Home
last modified time | relevance | path

Searched refs:ceph_crypt (Results 1 – 3 of 3) sorted by relevance

/linux/net/ceph/
H A Dcrypto.h40 int ceph_crypt(const struct ceph_crypto_key *key, int usage_slot, bool encrypt,
H A Dauth_x.c96 ret = ceph_crypt(key, usage_slot, true, buf + sizeof(u32), in ceph_x_encrypt()
113 ret = ceph_crypt(key, usage_slot, false, p, ciphertext_len, in __ceph_x_decrypt()
1095 ret = ceph_crypt(&au->session_key, 0 /* dummy */, in calc_signature()
H A Dcrypto.c389 int ceph_crypt(const struct ceph_crypto_key *key, int usage_slot, bool encrypt, in ceph_crypt() function