Home
last modified time | relevance | path

Searched refs:ceph_crypt (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/ceph/
H A Dcrypto.h27 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt,
H A Dauth_x.c64 ret = ceph_crypt(secret, true, buf + sizeof(u32), buf_len - sizeof(u32), in ceph_x_encrypt()
81 ret = ceph_crypt(secret, false, p, ciphertext_len, ciphertext_len, in __ceph_x_decrypt()
858 ret = ceph_crypt(&au->session_key, true, enc_buf, in calc_signature()
H A Dcrypto.c282 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_crypt() function
/kernel/linux/linux-6.6/net/ceph/
H A Dcrypto.h30 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt,
H A Dcrypto.c283 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_crypt() function
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()

Completed in 5 milliseconds