Searched refs:ceph_x_decrypt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | auth_x.c | 94 static int ceph_x_decrypt(struct ceph_crypto_key *secret, void **p, void *end) in ceph_x_decrypt() function 194 ret = ceph_x_decrypt(secret, p, end); in process_one_ticket() 220 ret = ceph_x_decrypt(&th->session_key, p, end); in process_one_ticket() 737 ret = ceph_x_decrypt(&au->session_key, &p, p + CEPHX_AU_ENC_BUF_LEN); in ceph_x_verify_authorizer_reply()
|
/kernel/linux/linux-6.6/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()
|
Completed in 4 milliseconds