Searched refs:ceph_x_decrypt (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/ceph/ |
D | auth_x.c | 66 static int ceph_x_decrypt(struct ceph_crypto_key *secret, in ceph_x_decrypt() function 178 dlen = ceph_x_decrypt(secret, p, end, &dbuf, 0); in process_one_ticket() 208 dlen = ceph_x_decrypt(&old_key, p, end, &ticket_buf, 0); in process_one_ticket() 616 ret = ceph_x_decrypt(&au->session_key, &p, end, &preply, sizeof(reply)); in ceph_x_verify_authorizer_reply()
|