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

/linux-4.1.27/net/ceph/
H A Dcrypto.h26 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end);
H A Dcrypto.c37 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end) ceph_crypto_key_decode() function
73 ret = ceph_crypto_key_decode(key, &p, p + blen); ceph_crypto_key_unarmor()
538 /* TODO ceph_crypto_key_decode should really take const input */ ceph_key_preparse()
540 ret = ceph_crypto_key_decode(ckey, &p, (char*)prep->data+datalen); ceph_key_preparse()
H A Dauth_x.c191 ret = ceph_crypto_key_decode(&new_session_key, &dp, dend); process_one_ticket()

Completed in 176 milliseconds