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