Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dcrypto.h43 int ceph_crypt_buflen(const struct ceph_crypto_key *key, int data_len);
H A Dcrypto.c424 int ceph_crypt_buflen(const struct ceph_crypto_key *key, int data_len) in ceph_crypt_buflen() function
H A Dauth_x.c82 return sizeof(u32) + ceph_crypt_buflen(key, encrypt_len); in ceph_x_encrypt_buflen()