Searched refs:ceph_crypto_key_decode (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/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()  function125 	ret = ceph_crypto_key_decode(key, &p, p + blen);  in ceph_crypto_key_unarmor()
 315 	ret = ceph_crypto_key_decode(ckey, &p, (char*)prep->data+datalen);  in ceph_key_preparse()
 
 | 
| D | crypto.h | 22 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end);
 | 
| D | auth_x.c | 204 	ret = ceph_crypto_key_decode(&new_session_key, &dp, dend);  in process_one_ticket()
 |