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

/linux-master/net/ceph/
H A Dauth_x.c97 static int ceph_x_decrypt(struct ceph_crypto_key *secret, void **p, void *end) function
197 ret = ceph_x_decrypt(secret, p, end);
224 ret = ceph_x_decrypt(&th->session_key, p, end);
637 ret = ceph_x_decrypt(&th->session_key, p, *p + len);
853 ret = ceph_x_decrypt(secret, p, end);

Completed in 114 milliseconds