Searched refs:ceph_crypt_buflen (Results 1 – 2 of 2) sorted by relevance
424 int ceph_crypt_buflen(const struct ceph_crypto_key *key, int data_len) in ceph_crypt_buflen() function
82 return sizeof(u32) + ceph_crypt_buflen(key, encrypt_len); in ceph_x_encrypt_buflen()