Home
last modified time | relevance | path

Searched refs:secret_id (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/s390/crypto/
H A Dpkey_uv.c41 u8 secret_id[UV_SECRET_ID_LEN]; /* the secret id for this secret */ member
93 static int get_secret_metadata(const u8 secret_id[UV_SECRET_ID_LEN], in get_secret_metadata()
100 rc = uv_find_secret(secret_id, uv_list, secret); in get_secret_metadata()
106 static int retrieve_secret(const u8 secret_id[UV_SECRET_ID_LEN], in retrieve_secret()
112 rc = get_secret_metadata(secret_id, &secret_meta_data); in retrieve_secret()
212 rc = retrieve_secret(t->secret_id, &secret_type, protkey, protkeylen); in uv_key2protkey()
248 rc = get_secret_metadata(t->secret_id, &secret_meta_data); in uv_verifykey()
/linux/net/ceph/
H A Dauth_x.c293 th->secret_id = new_secret_id; in process_one_ticket()
298 type, ceph_entity_type_name(type), th->secret_id, in process_one_ticket()
351 WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id)); in encrypt_authorizer()
432 WARN_ON(!th->secret_id); in ceph_x_build_authorizer()
433 au->secret_id = th->secret_id; in ceph_x_build_authorizer()
440 msg_a->ticket_blob.secret_id = cpu_to_le64(th->secret_id); in ceph_x_build_authorizer()
446 dout(" th %p secret_id %lld %lld\n", th, th->secret_id, in ceph_x_build_authorizer()
447 le64_to_cpu(msg_a->ticket_blob.secret_id)); in ceph_x_build_authorizer()
470 ceph_encode_64(p, th->secret_id); in ceph_x_encode_ticket()
498 ceph_entity_type_name(th->service), th->secret_id); in have_key()
[all …]
H A Dauth_x.h22 u64 secret_id; member
36 u64 secret_id; member
H A Dauth_x_protocol.h50 __le64 secret_id; member
/linux/arch/s390/kernel/
H A Duv.c757 static int find_secret_in_page(const u8 secret_id[UV_SECRET_ID_LEN], in find_secret_in_page()
764 if (memcmp(secret_id, list->secrets[i].id, UV_SECRET_ID_LEN) == 0) { in find_secret_in_page()
780 int uv_find_secret(const u8 secret_id[UV_SECRET_ID_LEN], in uv_find_secret()
796 ret = find_secret_in_page(secret_id, list, secret); in uv_find_secret()
/linux/arch/s390/include/asm/
H A Duv.h618 int uv_find_secret(const u8 secret_id[UV_SECRET_ID_LEN],