Searched refs:secret_id (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/s390/crypto/ |
| H A D | pkey_uv.c | 36 u8 secret_id[UV_SECRET_ID_LEN]; /* the secret id for this secret */ member 88 static int retrieve_secret(const u8 secret_id[UV_SECRET_ID_LEN], in retrieve_secret() 94 rc = uv_get_secret_metadata(secret_id, &secret_meta_data); in retrieve_secret() 193 rc = retrieve_secret(t->secret_id, &secret_type, protkey, protkeylen); in uv_key2protkey() 228 rc = uv_get_secret_metadata(t->secret_id, &secret_meta_data); in uv_verifykey()
|
| /linux-6.15/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() 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() 781 if (au->secret_id < th->secret_id) { in ceph_x_update_authorizer() 783 au->service, au->secret_id, th->secret_id); in ceph_x_update_authorizer() [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-6.15/arch/s390/kernel/ |
| H A D | uv.c | 789 static int find_secret_in_page(const u8 secret_id[UV_SECRET_ID_LEN], in find_secret_in_page() 796 if (memcmp(secret_id, list->secrets[i].id, UV_SECRET_ID_LEN) == 0) { in find_secret_in_page() 809 static int find_secret(const u8 secret_id[UV_SECRET_ID_LEN], in find_secret() 825 ret = find_secret_in_page(secret_id, list, secret); in find_secret() 849 int uv_get_secret_metadata(const u8 secret_id[UV_SECRET_ID_LEN], in uv_get_secret_metadata() 858 rc = find_secret(secret_id, buf, secret); in uv_get_secret_metadata()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | uv.h | 619 int uv_get_secret_metadata(const u8 secret_id[UV_SECRET_ID_LEN],
|