Home
last modified time | relevance | path

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

/linux-3.3/net/ceph/
Dcrypto.h26 extern int ceph_crypto_key_decode(struct ceph_crypto_key *key,
Dcrypto.c36 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end) in ceph_crypto_key_decode() function
72 ret = ceph_crypto_key_decode(key, &p, p + blen); in ceph_crypto_key_unarmor()
447 ret = ceph_crypto_key_decode(ckey, &p, (char*)data+datalen); in ceph_key_instantiate()
Dauth_x.c206 ret = ceph_crypto_key_decode(&new_session_key, &dp, dend); in ceph_x_proc_ticket_reply()