Home
last modified time | relevance | path

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

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