Home
last modified time | relevance | path

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

/Linux-v6.1/net/ceph/
Dcrypto.h30 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt,
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()
Dcrypto.c283 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_crypt() function