Searched refs:ceph_crypt (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ceph/ |
| H A D | crypto.h | 40 int ceph_crypt(const struct ceph_crypto_key *key, int usage_slot, bool encrypt,
|
| H A D | auth_x.c | 96 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 D | crypto.c | 389 int ceph_crypt(const struct ceph_crypto_key *key, int usage_slot, bool encrypt, in ceph_crypt() function
|