Searched refs:ceph_crypto_key_decode (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/net/ceph/ |
D | crypto.c | 89 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end) in ceph_crypto_key_decode() function 126 ret = ceph_crypto_key_decode(key, &p, p + blen); in ceph_crypto_key_unarmor() 316 ret = ceph_crypto_key_decode(ckey, &p, (char*)prep->data+datalen); in ceph_key_preparse()
|
D | crypto.h | 25 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end);
|
D | auth_x.c | 207 ret = ceph_crypto_key_decode(&new_session_key, &dp, dend); in process_one_ticket()
|