Home
last modified time | relevance | path

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

/linux-6.6.21/net/ceph/
Dcrypto.c89 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()
Dcrypto.h25 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end);
Dauth_x.c207 ret = ceph_crypto_key_decode(&new_session_key, &dp, dend); in process_one_ticket()