Searched refs:ceph_crypt (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/net/ceph/ |
D | crypto.h | 30 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt,
|
D | auth_x.c | 67 ret = ceph_crypt(secret, true, buf + sizeof(u32), buf_len - sizeof(u32), in ceph_x_encrypt() 84 ret = ceph_crypt(secret, false, p, ciphertext_len, ciphertext_len, in __ceph_x_decrypt() 1015 ret = ceph_crypt(&au->session_key, true, enc_buf, in calc_signature()
|
D | crypto.c | 283 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_crypt() function
|