Searched refs:vb2_guid (Results 1 – 16 of 16) sorted by relevance
141 struct vb2_guid guid;180 struct vb2_guid guid;228 struct vb2_guid guid;
24 int vb2_str_to_guid(const char *str, struct vb2_guid *guid);33 int vb2_guid_to_str(const struct vb2_guid *guid,
21 struct vb2_guid guid; /* Key GUID */
145 const struct vb2_guid *vb2_hash_guid(enum vb2_hash_algorithm hash_alg) in vb2_hash_guid()151 static const struct vb2_guid guid = VB2_GUID_NONE_SHA1; in vb2_hash_guid()158 static const struct vb2_guid guid = in vb2_hash_guid()166 static const struct vb2_guid guid = in vb2_hash_guid()
41 const struct vb2_guid *guid, in vb2api_init_hash2()
97 int vb2_str_to_guid(const char *str, struct vb2_guid *guid) in vb2_str_to_guid()141 int vb2_guid_to_str(const struct vb2_guid *guid, in vb2_guid_to_str()
343 uint32_t buf_size = sizeof(*key) + sizeof(struct vb2_guid) + in vb2_public_key_alloc()353 key->guid = (struct vb2_guid *)(key + 1); in vb2_public_key_alloc()
15 struct vb2_guid { struct
24 const struct vb2_guid *guid; /* Key GUID */
180 const struct vb2_guid *vb2_hash_guid(enum vb2_hash_algorithm hash_alg);
328 const struct vb2_guid *guid,
42 static struct vb2_guid opt_guid;242 memcpy((struct vb2_guid *)pubkey->guid, &opt_guid, sizeof(opt_guid)); in vb2_make_keypair()
42 const struct vb2_guid test_guid = {.raw = {0xaa}}; in private_key_tests()175 const struct vb2_guid test_guid = {.raw = {0xbb}}; in public_key_tests()
33 const struct vb2_guid test_guid = {.raw = {0xaa}};
36 static const struct vb2_guid test_guid[4] = {
31 sizeof(struct vb2_guid), in test_struct_packing()