Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dcrypto.h29 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt,
H A Dauth_x.c67 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()
H A Dcrypto.c271 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_crypt() function