Searched refs:ceph_x_encrypt (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/ceph/ |
D | auth_x.c | 48 static int ceph_x_encrypt(struct ceph_crypto_key *secret, in ceph_x_encrypt() function 350 ret = ceph_x_encrypt(&au->session_key, &msg_b, sizeof(msg_b), in ceph_x_build_authorizer() 454 ret = ceph_x_encrypt(&xi->secret, &tmp, sizeof(tmp), in ceph_x_build_request() 689 ret = ceph_x_encrypt(&au->session_key, &tmp, sizeof(tmp), in calcu_signature()
|