Searched refs:ceph_x_decrypt (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ceph/ |
H A D | auth_x.c | 97 static int ceph_x_decrypt(struct ceph_crypto_key *secret, void **p, void *end) in ceph_x_decrypt() function 197 ret = ceph_x_decrypt(secret, p, end); in process_one_ticket() 224 ret = ceph_x_decrypt(&th->session_key, p, end); in process_one_ticket() 637 ret = ceph_x_decrypt(&th->session_key, p, *p + len); in handle_auth_session_key() 853 ret = ceph_x_decrypt(secret, p, end); in decrypt_authorizer_reply()
|