Searched refs:secret_id (Results 1 – 5 of 5) sorted by relevance
/linux/net/ceph/ |
H A D | auth_x.c | 253 th->secret_id = new_secret_id; in process_one_ticket() 258 type, ceph_entity_type_name(type), th->secret_id, in process_one_ticket() 311 WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id)); in encrypt_authorizer() 385 WARN_ON(!th->secret_id); in ceph_x_build_authorizer() 386 au->secret_id = th->secret_id; in ceph_x_build_authorizer() 393 msg_a->ticket_blob.secret_id = cpu_to_le64(th->secret_id); in ceph_x_build_authorizer() 399 dout(" th %p secret_id %lld %lld\n", th, th->secret_id, in ceph_x_build_authorizer() 400 le64_to_cpu(msg_a->ticket_blob.secret_id)); in ceph_x_build_authorizer() 423 ceph_encode_64(p, th->secret_id); in ceph_x_encode_ticket() 451 ceph_entity_type_name(th->service), th->secret_id); in have_key() [all …]
|
H A D | auth_x.h | 22 u64 secret_id; member 36 u64 secret_id; member
|
H A D | auth_x_protocol.h | 12 __le64 secret_id; member
|
/linux/arch/s390/kernel/ |
H A D | uv.c | 901 static int find_secret_in_page(const u8 secret_id[UV_SECRET_ID_LEN], in find_secret_in_page() 908 if (memcmp(secret_id, list->secrets[i].id, UV_SECRET_ID_LEN) == 0) { in find_secret_in_page() 921 static int find_secret(const u8 secret_id[UV_SECRET_ID_LEN], in find_secret() 937 ret = find_secret_in_page(secret_id, list, secret); in find_secret() 961 int uv_get_secret_metadata(const u8 secret_id[UV_SECRET_ID_LEN], in uv_get_secret_metadata() 970 rc = find_secret(secret_id, buf, secret); in uv_get_secret_metadata()
|
/linux/arch/s390/include/asm/ |
H A D | uv.h | 619 int uv_get_secret_metadata(const u8 secret_id[UV_SECRET_ID_LEN],
|