Searched refs:ceph_crypto_key_clone (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | crypto.h | 19 int ceph_crypto_key_clone(struct ceph_crypto_key *dst,
|
H A D | crypto.c | 70 int ceph_crypto_key_clone(struct ceph_crypto_key *dst, in ceph_crypto_key_clone() function
|
H A D | auth_x.c | 363 ret = ceph_crypto_key_clone(&au->session_key, &th->session_key); in ceph_x_build_authorizer() 948 ret = ceph_crypto_key_clone(&xi->secret, ac->key); in ceph_x_init()
|
H A D | ceph_common.c | 393 err = ceph_crypto_key_clone(dst, ckey); in get_secret()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | crypto.h | 22 int ceph_crypto_key_clone(struct ceph_crypto_key *dst,
|
H A D | crypto.c | 70 int ceph_crypto_key_clone(struct ceph_crypto_key *dst, in ceph_crypto_key_clone() function
|
H A D | auth_x.c | 366 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 D | ceph_common.c | 389 err = ceph_crypto_key_clone(dst, ckey); in get_secret()
|
Completed in 7 milliseconds