Home
last modified time | relevance | path

Searched refs:ceph_crypto_key_clone (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ceph/
H A Dcrypto.h22 int ceph_crypto_key_clone(struct ceph_crypto_key *dst,
H A Dcrypto.c70 int ceph_crypto_key_clone(struct ceph_crypto_key *dst, in ceph_crypto_key_clone() function
H A Dauth_x.c366 ret = ceph_crypto_key_clone(&au->session_key, &th->session_key); in ceph_x_build_authorizer()
1104 ret = ceph_crypto_key_clone(&xi->secret, ac->key); in ceph_x_init()
H A Dceph_common.c389 err = ceph_crypto_key_clone(dst, ckey); in get_secret()