Home
last modified time | relevance | path

Searched refs:__ceph_x_decrypt (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/net/ceph/
Dauth_x.c74 static int __ceph_x_decrypt(struct ceph_crypto_key *secret, void *p, in __ceph_x_decrypt() function
102 ret = __ceph_x_decrypt(secret, *p, ciphertext_len); in ceph_x_decrypt()
691 ret = __ceph_x_decrypt(&au->session_key, challenge_buf, in decrypt_authorize_challenge()